1. 22b685e Repair thread-unsafe modifications of n_alive in F.pass.cpp by Billy Robert O'Neal III · 6 years ago
  2. 385cc71 [libcxx] Mark std::async race condition test as unsupported on Darwin by Louis Dionne · 6 years ago
  3. ea2334b Mork more tests as FLAKY by Eric Fiselier · 6 years ago
  4. 23b77ec Mark test as flaky by Eric Fiselier · 6 years ago
  5. 39ad1d1 [libc++] Remove race condition in std::async by Louis Dionne · 6 years ago
  6. c538ab0 [libcxx] [test] Fix whitespace, NFC. by Stephan T. Lavavej · 7 years ago
  7. 3a968ef Revert commit removing allocator support from packaged_task. Will investigate further by Marshall Clow · 7 years ago
  8. 14ff899 Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task. by Marshall Clow · 7 years ago
  9. 389f90f Add additional 'UNSUPPORTED' to the test case. by Marshall Clow · 7 years ago
  10. 70c7bbd Add [[nodiscard]] to std::async as part of P0600. by Marshall Clow · 7 years ago
  11. 7e250fc Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 7 years ago
  12. b981667 Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm.org/D39080 by Billy Robert O'Neal III · 7 years ago
  13. 5384fd8 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 7 years ago
  14. e8c8bc9 [libcxx] [test] Update for C++17 feature removals. by Stephan T. Lavavej · 7 years ago
  15. 6f13bfd [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. by Stephan T. Lavavej · 7 years ago
  16. a5acfb9 [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC. by Stephan T. Lavavej · 7 years ago
  17. cf23076 [libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was indented by 1 space. NFC. by Stephan T. Lavavej · 7 years ago
  18. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 7 years ago
  19. f226a28 Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard by Marshall Clow · 7 years ago
  20. 3c00cff [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. by Stephan T. Lavavej · 7 years ago
  21. 316bb11 Fix diagnostic in verify test to match new Clang output by Eric Fiselier · 7 years ago
  22. 276a69c Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER by Eric Fiselier · 7 years ago
  23. 8e7fc5f Move POSIX specific test under test/libcxx subdirectory by Eric Fiselier · 7 years ago
  24. 2d31e19 Fix or move tests with non-standard assumptions by Eric Fiselier · 7 years ago
  25. 53a76dd Mark test using <sys/time.h> as UNSUPPORTED on Windows by Eric Fiselier · 7 years ago
  26. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 7 years ago
  27. 5594426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  28. 690d999 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread. by Eric Fiselier · 8 years ago
  29. 161ccc1 Fix most failures caused by r300140 by Eric Fiselier · 8 years ago
  30. 59bcc87 Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://reviews.llvm.org/D31163. by Marshall Clow · 8 years ago
  31. af552ba Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 by Marshall Clow · 8 years ago
  32. e807cbc Add deployment knobs to tests (for Apple platforms) by Mehdi Amini · 8 years ago
  33. f4dfb45 Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES by Eric Fiselier · 8 years ago
  34. effe3dc test: mark requirement for pthread test by Saleem Abdulrasool · 8 years ago
  35. 041fb56 [libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object prevents copy elision". by Stephan T. Lavavej · 8 years ago
  36. 9bb0cca Implement LWG2556: Wide contract for future::share() by Marshall Clow · 8 years ago
  37. 952eaec Implement P0513R0 - "Poisoning the Hash" by Eric Fiselier · 8 years ago
  38. 16e2ba1 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  39. 6fbac40 Add support for running our test suite against MSVC's STL by Eric Fiselier · 8 years ago
  40. 47b1cef Mark tests as unsupported under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  41. ab9ab94 Enable -Wunreachable-code and fix duplicate warning flags by Eric Fiselier · 8 years ago
  42. 0a1cbcf fix newly failing c++03 tests by Eric Fiselier · 8 years ago
  43. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  44. 12a450f Fix yet another dynamic exception spec by Eric Fiselier · 8 years ago
  45. 22e3b2a Add more test cases to packaged_task copyability test by Eric Fiselier · 8 years ago
  46. 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability by Eric Fiselier · 8 years ago
  47. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 8 years ago
  48. 5813abe Protect futures test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  49. 487bc7e Mark variadic lock guard tests as XFAIL with modules, since they have to define macros to expose the new ABI by Eric Fiselier · 8 years ago
  50. dd3313c [libcxx] [test] D26625: future_error::what() is implementation-defined. by Stephan T. Lavavej · 8 years ago
  51. 3d7c49b Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Contracts' which was adopted last week in Issaquah by Marshall Clow · 8 years ago
  52. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago
  53. 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 8 years ago
  54. 8883740 Protect lock tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  55. efc9f17 Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else by Roger Ferrer Ibanez · 8 years ago
  56. 4432d3f Prevent the test suite from hanging when run against libstdc++ by Eric Fiselier · 8 years ago
  57. e3a71a2 [libcxx] Recover no-exceptions XFAILs - I by Asiri Rathnayake · 8 years ago
  58. db86684 Implement is_error_code_v and is_error_condition_v for c++17. Rework the tests for is_error_code and is_error_condition, since they were really lacking. Thanks to Alisdair for the heads-up that we were missing these. by Marshall Clow · 8 years ago
  59. 2f3771a [libcxx] Add a TSan regression test for a data race in call_once by Kuba Brecka · 8 years ago
  60. 7f735c3 Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread context. by Eric Fiselier · 8 years ago
  61. 76c3a05 Add "FLAKY_TEST" test directive to support re-running flaky tests. by Eric Fiselier · 8 years ago
  62. 3efb2c9 Fix C++03 build. by Eric Fiselier · 8 years ago
  63. b0ee613 Make futures.overview enum tests more portable. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  64. f5b3021 Placate MSVC's unchecked malloc warning in thread tests. by Eric Fiselier · 8 years ago
  65. 67ec8a2 Move more _LIBCPP_VERSION tests to test/libcxx. by Eric Fiselier · 8 years ago
  66. c6fcb58 Avoid assignment in return. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  67. c382dd0 Move native_handle thread tests to test/libcxx by Eric Fiselier · 8 years ago
  68. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 8 years ago
  69. 10d7856 Add missing include by Eric Fiselier · 8 years ago
  70. 10b52a0 Implement variadic lock_guard. by Eric Fiselier · 8 years ago
  71. 202acb7 Remove unused local var. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  72. dd74189 Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite. by Eric Fiselier · 8 years ago
  73. e98bd2a Mark LWG issue 2250 as complete by Eric Fiselier · 8 years ago
  74. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 8 years ago
  75. 68db6cd Cleanup non-standard tests as reported by STL@microsoft.com. NFC. by Eric Fiselier · 8 years ago
  76. a3eac51 [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 8 years ago
  77. 61a220a Replace one more occurrence of non-standard std:launch::any. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  78. 1e5a4a4 Fix or move various non-standard tests. by Eric Fiselier · 8 years ago
  79. a32eb83 Rename function parameters to avoid shadowing. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  80. e94c1ae [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prevent calling terminate. by Eric Fiselier · 9 years ago
  81. 037efda Guard a number of tests relying on threads support when built in by Richard Barton · 9 years ago
  82. e22d9e5 Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof by Marshall Clow · 9 years ago
  83. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 9 years ago
  84. d95ca09 Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances by Eric Fiselier · 9 years ago
  85. 8781327 Finally get the test suite passing in C++03!! by Eric Fiselier · 9 years ago
  86. ba3e81f Remove empty file that arcanist created by Eric Fiselier · 9 years ago
  87. 031a3d2 [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 by Eric Fiselier · 9 years ago
  88. db8a5fd Refactor flaky shared_mutex tests by Eric Fiselier · 9 years ago
  89. 7bcd570 Refactor and fix more flaky shared_mutex tests by Eric Fiselier · 9 years ago
  90. a73d092 Refactor shared_timed_mutex tests. by Eric Fiselier · 9 years ago
  91. 85b6661 Remove test_atomic.h header by Eric Fiselier · 9 years ago
  92. 35a6c56 Use TestAtomic instead of std::atomic so the test can run in C++03 by Eric Fiselier · 9 years ago
  93. faa9a31 Mark std::packaged_task tests as unsupported in C++03. by Eric Fiselier · 9 years ago
  94. 286e0a4 [libcxx] Add Atomic test helper and fix TSAN failures. by Eric Fiselier · 9 years ago
  95. 3baabab Remove sanitizer XFAILs on a test. by Eric Fiselier · 9 years ago
  96. dd29a02 Mark async tests as UNSUPPORTED in C++03 because it requires variadics by Eric Fiselier · 9 years ago
  97. b47a434 Fix a handful of tests that fail in C++03 by Eric Fiselier · 9 years ago
  98. 07546f3 Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit' by Marshall Clow · 9 years ago
  99. abadb45 Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480 by Marshall Clow · 9 years ago
  100. bc1e44d LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo. by Eric Fiselier · 9 years ago