We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93312be commit e5fc21dCopy full SHA for e5fc21d
libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp
@@ -13,6 +13,10 @@
13
//
14
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11}}
15
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
+
20
// <future>
21
22
// class future_error
0 commit comments