Skip to content

Commit 1228dc1

Browse files
committed
remove passing targets from being XFAILed
1 parent 7533977 commit 1228dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// VC Runtime's std::exception::what() method is not marked as noexcept, so
1717
// this fails.
18-
// XFAIL: target=x86_64-pc-windows-msvc
18+
// XFAIL: target=x86_64-pc-windows-msvc && !libcpp-no-vcruntime
1919

2020
// <future>
2121
//

libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: libcpp-has-no-unicode
1313

1414
// TODO FMT Investigate Windows issues.
15-
// XFAIL: msvc, target={{.+}}-windows-gnu
15+
// XFAIL: target={{.+}}-windows-gnu
1616

1717
// TODO FMT This test should not require std::to_chars(floating-point)
1818
// XFAIL: availability-fp_to_chars-missing

0 commit comments

Comments
 (0)