diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-18 01:48:54 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-18 01:48:54 +0000 |
commit | ae2c8de6bfca314b3b992ab22e31e10795ea06b0 (patch) | |
tree | 5e2dfd40f79ad776dfe33fdec73914d5866f2854 /libcxx/test/std/thread/thread.mutex/thread.lock.algorithm | |
parent | bb91170cb52bcda7acbaf303dc14a9f896db0a11 (diff) | |
download | bcm5719-llvm-ae2c8de6bfca314b3b992ab22e31e10795ea06b0.tar.gz bcm5719-llvm-ae2c8de6bfca314b3b992ab22e31e10795ea06b0.zip |
Add support for running our test suite against MSVC's STL
llvm-svn: 292326
Diffstat (limited to 'libcxx/test/std/thread/thread.mutex/thread.lock.algorithm')
-rw-r--r-- | libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp b/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp index 46d04cdac35..245c480885b 100644 --- a/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp +++ b/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp @@ -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> |