Add support for running our test suite against MSVC's STL

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292326 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-01-18 01:48:54 +00:00
parent 08305aaf6e
commit 6fbac40a30
3 changed files with 8 additions and 4 deletions

View File

@@ -9,10 +9,10 @@
//
// UNSUPPORTED: libcpp-has-no-threads
// This test hangs forever when built against libstdc++. In order to allow
// This test hangs forever when built against libstdc++ and MSVC. In order to allow
// validation of the test suite against other STLs we have to mark it
// unsupported.
// UNSUPPORTED: libstdc++
// UNSUPPORTED: libstdc++, msvc
// <mutex>