[libcxx-commits] [libcxx] [libcxx] Marks transform_error.mandates.verify.cpp unsupported on msvc (PR #104635)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 20 10:19:29 PDT 2024


================
@@ -13,8 +13,12 @@
 // 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.
+// However, upstream libcxx buildbots do not build clang from source while testing, so
+// this tests still expected to fail on these bots.
+// TODO(Issue #104885): Remove '0-1' from 'expected-error-re@*:* 0-1 {{union member {{.*}} has reference type {{.*}}}}'
----------------
zeroomega wrote:

Done. 

https://github.com/llvm/llvm-project/pull/104635


More information about the libcxx-commits mailing list