mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Disable these tests harder. They're XFAIL'd, but that means they still run, and
these tests all infinitely recurse, bringing my system down into swapping hell. llvm-svn: 139192
This commit is contained in:
parent
c0aaa747a1
commit
4e3daabb26
@ -1,4 +1,5 @@
|
||||
; RUN: llc < %s -relocation-model=pic -mcpu=cortex-a8 -arm-tail-calls=1 | FileCheck %s
|
||||
; DISABLED: llc < %s -relocation-model=pic -mcpu=cortex-a8 -arm-tail-calls=1 | FileCheck %s
|
||||
; RUN: false
|
||||
|
||||
; byval is currently unsupported.
|
||||
; XFAIL: *
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: llc -march=mipsel < %s | FileCheck %s
|
||||
; DISABLED: llc -march=mipsel < %s | FileCheck %s
|
||||
; RUN: false
|
||||
|
||||
; byval is currently unsupported.
|
||||
; XFAIL: *
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s
|
||||
; DISABLED: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s
|
||||
; RUN: false
|
||||
|
||||
; byval is currently unsupported.
|
||||
; XFAIL: *
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: llc -mtriple=thumbv6-apple-darwin < %s
|
||||
; DISABLED: llc -mtriple=thumbv6-apple-darwin < %s
|
||||
; RUN: false
|
||||
; rdar://problem/9416774
|
||||
; ModuleID = 'reduced.ll'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user