[llvm] 7d2fa9e - [llvm][llvm-reduce] Disable use list order test on AArch64/arm64

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 02:36:48 PDT 2023


Author: David Spickett
Date: 2023-07-27T09:36:10Z
New Revision: 7d2fa9e148f6db7a1129979042404609bcc7be1e

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

LOG: [llvm][llvm-reduce] Disable use list order test on AArch64/arm64

This is flaky:
https://lab.llvm.org/buildbot/#/builders/198/builds/4094

Sometimes failing with an assert. I've seen it do the same thing
on Windows On Arm and Linux.

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 ac98d75ef2d3be..8011bbc8964370 100644
--- a/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
+++ b/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
@@ -1,3 +1,5 @@
+; UNSUPPORTED: target={{aarch64|arm64}}-{{.*}}
+
 ; RUN: llvm-as -o %t.bc %s
 
 ; RUN: llvm-reduce -j=1 --abort-on-invalid-reduction \


        


More information about the llvm-commits mailing list