[all-commits] [llvm/llvm-project] 214a76: Switch from XFAIL to UNSUPPORTED; NFC
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon Jul 25 04:21:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 214a760a211606d14b3b2b852bd9d9a21149317e
https://github.com/llvm/llvm-project/commit/214a760a211606d14b3b2b852bd9d9a21149317e
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M clang/test/Interpreter/execute-weak.cpp
Log Message:
-----------
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).
More information about the All-commits
mailing list