Disable these tests harder. They're XFAIL'd, but that means they still run, and
authorNick Lewycky <nicholas@mxc.ca>
Tue, 6 Sep 2011 22:08:18 +0000 (22:08 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 6 Sep 2011 22:08:18 +0000 (22:08 +0000)
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

test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
test/CodeGen/Mips/cprestore.ll
test/CodeGen/Mips/largeimmprinting.ll
test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll

index 3a2f2e9caa657275f3cf33462ce836a740a4c3ae..befda6f605599f595b843fddf0d5c14a85357c43 100644 (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.
 ; XFAIL: *
index 64ffc60e8453c06f96979489eea7b6803e6b7b87..391f5c714dbba8585cdeb26c5d7557efa2a19148 100644 (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.
 ; XFAIL: *
index e6ebefa03531e4b9f8e6382de5c97e7108478138..579a319d5f7a0843cfd69e286dbd914a0e6a709b 100644 (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.
 ; XFAIL: *
index 3c83948a628120f4a7fed14d26af427bc953cc80..2890c22ce6ca4eac1ff3e8cacfbae5c2993365a5 100644 (file)
@@ -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'