"[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:
Balaram Makam 2017-10-04 16:45:24 +00:00
parent 09b01b3555
commit 45ff83ce1e
1 changed files with 3 additions and 0 deletions

View File

@ -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