[llvm] cea72fe - [llvm][llvm-reduce] Disable uselistorder test everywhere

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 04:45:29 PDT 2023


Author: David Spickett
Date: 2023-07-27T11:44:00Z
New Revision: cea72fe34194d58ac1ba9485ee9c9a63cf98a4e6

URL: https://github.com/llvm/llvm-project/commit/cea72fe34194d58ac1ba9485ee9c9a63cf98a4e6
DIFF: https://github.com/llvm/llvm-project/commit/cea72fe34194d58ac1ba9485ee9c9a63cf98a4e6.diff

LOG: [llvm][llvm-reduce] Disable uselistorder test everywhere

This also fails sometimes on x86:
https://lab.llvm.org/buildbot/#/builders/58/builds/42534

Disable it completely peding investigation.

Added: 
    

Modified: 
    llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll b/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
index 8011bbc8964370..ed48b25baf35a5 100644
--- a/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
+++ b/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
@@ -1,4 +1,5 @@
-; UNSUPPORTED: target={{aarch64|arm64}}-{{.*}}
+; Sometimes fails with an assert on many targets.
+; UNSUPPORTED: target={{.*}}
 
 ; RUN: llvm-as -o %t.bc %s
 


        


More information about the llvm-commits mailing list