From 2a3852228003e2ced6b069c4d52719e08a03c3a5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 14 Jan 2015 04:21:33 +0000 Subject: [PATCH] Disable a couple of tests, CodeGen/X86/noop-insert.ll and CodeGen/X86/noop-insert-percentage.ll, in r225908, to unbreak tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225940 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/noop-insert-percentage.ll | 2 ++ test/CodeGen/X86/noop-insert.ll | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/CodeGen/X86/noop-insert-percentage.ll b/test/CodeGen/X86/noop-insert-percentage.ll index 5190f7a965a..f828d2985ea 100644 --- a/test/CodeGen/X86/noop-insert-percentage.ll +++ b/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/test/CodeGen/X86/noop-insert.ll b/test/CodeGen/X86/noop-insert.ll index bd312dbb4be..47ecf0bf9f7 100644 --- a/test/CodeGen/X86/noop-insert.ll +++ b/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 -- 2.34.1