[llvm] r371679 - PR43278: Temporarily disable llvm-reduce tests due to exhausting temp files

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 15:15:16 PDT 2019


Author: dblaikie
Date: Wed Sep 11 15:15:16 2019
New Revision: 371679

URL: http://llvm.org/viewvc/llvm-project?rev=371679&view=rev
Log:
PR43278: Temporarily disable llvm-reduce tests due to exhausting temp files

Modified:
    llvm/trunk/test/Reduce/remove-funcs.ll
    llvm/trunk/test/Reduce/remove-global-vars.ll
    llvm/trunk/test/Reduce/remove-metadata.ll

Modified: llvm/trunk/test/Reduce/remove-funcs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Reduce/remove-funcs.ll?rev=371679&r1=371678&r2=371679&view=diff
==============================================================================
--- llvm/trunk/test/Reduce/remove-funcs.ll (original)
+++ llvm/trunk/test/Reduce/remove-funcs.ll Wed Sep 11 15:15:16 2019
@@ -10,8 +10,8 @@
 ; then include the rest of the test script
 ; RUN: cat %p/Inputs/remove-funcs.py >> %t/test.py
 
-; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
-; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
+; UN: llvm-reduce --test %t/test.py %s -o %t/out.ll
+; UN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
 ; REQUIRES: plugins
 
 define i32 @uninteresting1() {

Modified: llvm/trunk/test/Reduce/remove-global-vars.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Reduce/remove-global-vars.ll?rev=371679&r1=371678&r2=371679&view=diff
==============================================================================
--- llvm/trunk/test/Reduce/remove-global-vars.ll (original)
+++ llvm/trunk/test/Reduce/remove-global-vars.ll Wed Sep 11 15:15:16 2019
@@ -10,8 +10,8 @@
 ; then include the rest of the test script
 ; RUN: cat %p/Inputs/remove-global-vars.py >> %t/test.py
 
-; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
-; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
+; UN: llvm-reduce --test %t/test.py %s -o %t/out.ll
+; UN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
 ; REQUIRES: plugins
 
 ; CHECK: @interesting = global

Modified: llvm/trunk/test/Reduce/remove-metadata.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Reduce/remove-metadata.ll?rev=371679&r1=371678&r2=371679&view=diff
==============================================================================
--- llvm/trunk/test/Reduce/remove-metadata.ll (original)
+++ llvm/trunk/test/Reduce/remove-metadata.ll Wed Sep 11 15:15:16 2019
@@ -10,8 +10,8 @@
 ; then include the rest of the test script
 ; RUN: cat %p/Inputs/remove-metadata.py >> %t/test.py
 
-; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
-; RUN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
+; UN: llvm-reduce --test %t/test.py %s -o %t/out.ll
+; UN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
 ; REQUIRES: plugins
 
 @global = global i32 0, !dbg !0




More information about the llvm-commits mailing list