mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
[flang][MSVC] Change XFAIL to UNSUPPORTED for disabled test
Test flang/test/Semantics/select-rank02.f90 has an unresolved failure when built with MSVC on an x86 Windows buildbot, but it passes on an Arm Windows buildbot. Change XFAIL to UNSUPPORTED to dodge an XPASS buildbot complaint on the Arm Windows buildbot.
This commit is contained in:
parent
dde3194876
commit
88f7b4d5b6
@ -1,7 +1,7 @@
|
||||
! RUN: %python %S/test_errors.py %s %flang_fc1
|
||||
! TODO: crashes compiler mysteriously when built with MSVC since patch
|
||||
! 10b990a03b1ede533b8443edffa3607aae4295c7n or maybe earlier
|
||||
! XFAIL: system-windows
|
||||
! UNSUPPORTED: system-windows
|
||||
|
||||
!Shape analysis related tests for SELECT RANK Construct(R1148)
|
||||
program select_rank
|
||||
|
Loading…
Reference in New Issue
Block a user