Skip to content

Commit 6e0cef5

Browse files
DavidSpickettakiramenai
authored andcommitted
[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.
1 parent 3f9c78f commit 6e0cef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; UNSUPPORTED: target={{aarch64|arm64}}-{{.*}}
2+
13
; RUN: llvm-as -o %t.bc %s
24

35
; RUN: llvm-reduce -j=1 --abort-on-invalid-reduction \

0 commit comments

Comments
 (0)