forked from OSchip/llvm-project
[libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc
This one already had a proper explanation why it fails, which is due to differences by design in MSVC mode. This isn't a fixme, so degrade the annotation to a more permanent "XFAIL: msvc" instead. Differential Revision: https://reviews.llvm.org/D107758
This commit is contained in:
parent
4baf369cde
commit
bb2a92e66e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue