[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:
Martin Storsjö 2021-05-31 08:40:30 +00:00
parent 4baf369cde
commit bb2a92e66e
1 changed files with 2 additions and 2 deletions

View File

@ -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