Switch from XFAIL to UNSUPPORTED; NFC
authorAaron Ballman <aaron@aaronballman.com>
Mon, 25 Jul 2022 11:18:48 +0000 (07:18 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 25 Jul 2022 11:21:19 +0000 (07:21 -0400)
commit214a760a211606d14b3b2b852bd9d9a21149317e
tree5c92c7ab1f56f349627267cddd93a576266d0fa7
parentb826567136e391095b7731d5121e2be2a8fdc9ee
Switch from XFAIL to UNSUPPORTED; NFC

This test is currently marked as XFAIL for Windows, but running the
test with a debug build of clang-repl.exe crashes with a modal system
dialog. This switches the test to UNSUPPORTED instead. This makes the
test behavior less onerous for those of us doing Debug builds, at the
expense of a minor bit of coverage if the test were ever to start
passing unexpectedly on Windows (which seems like an unlikely event).
clang/test/Interpreter/execute-weak.cpp