Skip to content

Commit e5fc21d

Browse files
committed
fix XFAIL conditions for what.pass.cpp
1 parent 93312be commit e5fc21d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
//
1414
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11}}
1515

16+
// VC Runtime's std::exception::what() method is not marked as noexcept, so
17+
// this fails.
18+
// XFAIL: target={{.+}}-windows-msvc && !libcpp-no-vcruntime
19+
1620
// <future>
1721
//
1822
// class future_error

0 commit comments

Comments
 (0)