[libcxx-commits] [libcxx] [libcxx] Marks transform_error.mandates.verify.cpp unsupported on msvc (PR #104635)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 19 11:19:41 PDT 2024
================
@@ -13,8 +13,11 @@
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
// With clang-cl, some warnings have a 'which is a Microsoft extension' suffix
-// which break the tests.
-// XFAIL: msvc
+// which break the tests. But #102851 will turn it into an error, making the test pass.
----------------
philnik777 wrote:
I don't think it's necessary to restrict it to a specific platform, but if you want to you should be able to just add `#ifdef _WIN32` around it. We're not testing clang here after all. The main thing we want to test here are the `static_assert`s.
https://github.com/llvm/llvm-project/pull/104635
More information about the libcxx-commits
mailing list