[libcxx-commits] [PATCH] D107758: [libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 10 01:07:20 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbb2a92e66e04: [libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107758/new/
https://reviews.llvm.org/D107758
Files:
libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
Index: libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
===================================================================
--- libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
+++ libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
// This test fails because diagnose_if doesn't emit all of the diagnostics
-// when -fdelayed-template-parsing is enabled, like it is on Windows.
-// XFAIL: LIBCXX-WINDOWS-FIXME
+// when -fdelayed-template-parsing is enabled, like it is in MSVC mode.
+// XFAIL: msvc
// REQUIRES: diagnose-if-support
// UNSUPPORTED: libcpp-has-no-threads
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107758.365376.patch
Type: text/x-patch
Size: 730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210810/d97ba1f9/attachment.bin>
More information about the libcxx-commits
mailing list