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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2011-09-06 22:08:18 +00:00
parent 77951908b7
commit 756a0a1f39
4 changed files with 8 additions and 4 deletions

View File

@ -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. ; byval is currently unsupported.
; XFAIL: * ; XFAIL: *

View File

@ -1,4 +1,5 @@
; RUN: llc -march=mipsel < %s | FileCheck %s ; DISABLED: llc -march=mipsel < %s | FileCheck %s
; RUN: false
; byval is currently unsupported. ; byval is currently unsupported.
; XFAIL: * ; XFAIL: *

View File

@ -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. ; byval is currently unsupported.
; XFAIL: * ; XFAIL: *

View File

@ -1,4 +1,5 @@
; RUN: llc -mtriple=thumbv6-apple-darwin < %s ; DISABLED: llc -mtriple=thumbv6-apple-darwin < %s
; RUN: false
; rdar://problem/9416774 ; rdar://problem/9416774
; ModuleID = 'reduced.ll' ; ModuleID = 'reduced.ll'