Skip to content

Commit b939bbe

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
; UNSUPPORTED: target={{aarch64|arm64}}-{{.*}}
1+
; Sometimes fails with an assert on many targets.
2+
; UNSUPPORTED: target={{.*}}
23

34
; RUN: llvm-as -o %t.bc %s
45

0 commit comments

Comments
 (0)