forked from OSchip/llvm-project
"[ARM] Mark flaky test MachineBranchProb.ll unsupported again for ARM/AArch64"
r314857 changed the CFG that resulted in the flaky test MachineBranchProb.ll to fail the bots again. Marking it as unsupported for ARM/AArch64 again until we find the cause. llvm-svn: 314912
This commit is contained in:
parent
09b01b3555
commit
45ff83ce1e
|
@ -1,5 +1,8 @@
|
|||
; RUN: llc < %s -print-machineinstrs=expand-isel-pseudos -o /dev/null 2>&1 | FileCheck %s
|
||||
|
||||
; ARM & AArch64 run an extra SimplifyCFG which disrupts this test.
|
||||
; UNSUPPORTED: arm,aarch64
|
||||
|
||||
; Hexagon runs passes that renumber the basic blocks, causing this test
|
||||
; to fail.
|
||||
; XFAIL: hexagon
|
||||
|
|
Loading…
Reference in New Issue