Disable a couple of tests, CodeGen/X86/noop-insert.ll and CodeGen/X86/noop-insert...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Jan 2015 04:21:33 +0000 (04:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Jan 2015 04:21:33 +0000 (04:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225940 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/noop-insert-percentage.ll
test/CodeGen/X86/noop-insert.ll

index 5190f7a965ab845383018838fa9820ba45806102..f828d2985ea74052743ddb1cb481c5e264a31720 100644 (file)
@@ -1,3 +1,5 @@
+; REQUIRES: disabled
+
 ; RUN: llc < %s -mtriple=x86_64-linux -rng-seed=5 -noop-insertion -noop-insertion-percentage=10 \
 ; RUN:     | FileCheck %s --check-prefix=PERCENT10
 ; RUN: llc < %s -mtriple=x86_64-linux -rng-seed=5 -noop-insertion -noop-insertion-percentage=50 \
 ; RUN: llc < %s -mtriple=x86_64-linux -rng-seed=5 -noop-insertion -noop-insertion-percentage=10 \
 ; RUN:     | FileCheck %s --check-prefix=PERCENT10
 ; RUN: llc < %s -mtriple=x86_64-linux -rng-seed=5 -noop-insertion -noop-insertion-percentage=50 \
index bd312dbb4be4072fc3a0340d0d81da48d466bb81..47ecf0bf9f783bb1e4de3f6ccc11929fe4cdd553 100644 (file)
@@ -1,3 +1,5 @@
+; REQUIRES: disabled
+
 ; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion | FileCheck %s
 ; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion -rng-seed=1 | FileCheck %s --check-prefix=SEED1
 ; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion -rng-seed=20 | FileCheck %s --check-prefix=SEED2
 ; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion | FileCheck %s
 ; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion -rng-seed=1 | FileCheck %s --check-prefix=SEED1
 ; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion -rng-seed=20 | FileCheck %s --check-prefix=SEED2