diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-14 04:21:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-14 04:21:33 +0000 |
commit | c16c427ebcd98598e1bb5b656f92a55f56c7f15b (patch) | |
tree | 60d84755e7876563890aff37e72341bb190a27f0 | |
parent | cbcfd008eeeb7b15f39efbd417a8a1b7b3a624aa (diff) | |
download | llvm-c16c427ebcd98598e1bb5b656f92a55f56c7f15b.zip llvm-c16c427ebcd98598e1bb5b656f92a55f56c7f15b.tar.gz llvm-c16c427ebcd98598e1bb5b656f92a55f56c7f15b.tar.bz2 |
Disable a couple of tests, CodeGen/X86/noop-insert.ll and CodeGen/X86/noop-insert-percentage.ll, in r225908, to unbreak tests.
llvm-svn: 225940
-rw-r--r-- | llvm/test/CodeGen/X86/noop-insert-percentage.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/noop-insert.ll | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/noop-insert-percentage.ll b/llvm/test/CodeGen/X86/noop-insert-percentage.ll index 5190f7a..f828d29 100644 --- a/llvm/test/CodeGen/X86/noop-insert-percentage.ll +++ b/llvm/test/CodeGen/X86/noop-insert-percentage.ll @@ -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 \ diff --git a/llvm/test/CodeGen/X86/noop-insert.ll b/llvm/test/CodeGen/X86/noop-insert.ll index bd312db..47ecf0b 100644 --- a/llvm/test/CodeGen/X86/noop-insert.ll +++ b/llvm/test/CodeGen/X86/noop-insert.ll @@ -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 |