[llvm] r225940 - Disable a couple of tests, CodeGen/X86/noop-insert.ll and CodeGen/X86/noop-insert-percentage.ll, in r225908, to unbreak tests.

NAKAMURA Takumi geek4civic at gmail.com
Tue Jan 13 20:21:33 PST 2015


Author: chapuni
Date: Tue Jan 13 22:21:33 2015
New Revision: 225940

URL: http://llvm.org/viewvc/llvm-project?rev=225940&view=rev
Log:
Disable a couple of tests, CodeGen/X86/noop-insert.ll and CodeGen/X86/noop-insert-percentage.ll, in r225908, to unbreak tests.

Modified:
    llvm/trunk/test/CodeGen/X86/noop-insert-percentage.ll
    llvm/trunk/test/CodeGen/X86/noop-insert.ll

Modified: llvm/trunk/test/CodeGen/X86/noop-insert-percentage.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/noop-insert-percentage.ll?rev=225940&r1=225939&r2=225940&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/noop-insert-percentage.ll (original)
+++ llvm/trunk/test/CodeGen/X86/noop-insert-percentage.ll Tue Jan 13 22:21:33 2015
@@ -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 \

Modified: llvm/trunk/test/CodeGen/X86/noop-insert.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/noop-insert.ll?rev=225940&r1=225939&r2=225940&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/noop-insert.ll (original)
+++ llvm/trunk/test/CodeGen/X86/noop-insert.ll Tue Jan 13 22:21:33 2015
@@ -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





More information about the llvm-commits mailing list