You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/thread/thread.mutex
Aaron Puchert b5d4ffd60d Use TEST_STD_VER instead of __cplusplus [NFC]
While __cplusplus was only used a few dozen times, TEST_STD_VAR is used
more than 2000 times. So we replace the former by the latter for
consistency in the tests. There should be no functional change.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@344194 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
thread.mutex.requirements/thread.mutex.requirements.mutex XFAIL native handle tests 9 years ago
thread_safety_annotations_not_enabled.pass.cpp Guard a number of tests relying on threads support when built in 10 years ago
thread_safety_lock_guard.pass.cpp Use TEST_STD_VER instead of __cplusplus [NFC] 7 years ago
thread_safety_lock_unlock.pass.cpp XFAIL Windows test failures under test/libcxx 9 years ago
thread_safety_missing_unlock.fail.cpp XFAIL Windows test failures under test/libcxx 9 years ago
thread_safety_requires_capability.pass.cpp XFAIL Windows test failures under test/libcxx 9 years ago
version.pass.cpp Move more _LIBCPP_VERSION tests to test/libcxx. 10 years ago