1. 629aa56 [libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid moving immovable types. by Eric Fiselier · 9 years ago
  2. 42e3e18 Improve portability of random_device tests. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  3. c02ca7f Improve portability of vector tests. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  4. a995776 Improve portability of hash tests. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  5. d0eba8d Fix bad test that was previously getting ifdef-ed away by Eric Fiselier · 9 years ago
  6. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  7. 174432d Found a couple bugs in the test suite. No functionality change. by Marshall Clow · 9 years ago
  8. 5a623cf Update errcat.objects tests so they test the bug fixed in r272640. by Eric Fiselier · 9 years ago
  9. e443672 Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  10. 10d7856 Add missing include by Eric Fiselier · 9 years ago
  11. 1f471cb Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9 by Eric Fiselier · 9 years ago
  12. 10b52a0 Implement variadic lock_guard. by Eric Fiselier · 9 years ago
  13. a30cee2 Make system_error::message() thread safe. Fixes PR25598. by Eric Fiselier · 9 years ago
  14. 55ae1f0 Ignore depricated warnings from <ext/hash_map> and <ext/hash_set> by Eric Fiselier · 9 years ago
  15. bfdae20 Fix warnings in tests. by Eric Fiselier · 9 years ago
  16. 202acb7 Remove unused local var. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  17. afa2f43 Prevent truncation warning. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  18. 831bfc2 Fix vector<bool> tests that were using ints. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  19. d6c0cf0 Rename variables to prevent shadowing. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  20. 5e3bf9c Avoid name shadowing in test. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  21. be6c5e1 Silence more unused variable warnings. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  22. bf5a418 Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option. by Eric Fiselier · 9 years ago
  23. d8df178 Add `REQUIRES: c++experimental` where appropriate. by Dan Albert · 9 years ago
  24. 4241df3 Make the comparison objects that we pass in for various tests look more like actual comparison objects. No functional change. by Marshall Clow · 9 years ago
  25. 467eaf8 Avoid Shadowing warnings in the associative containers tests. Thanks to STL for the patch. by Marshall Clow · 9 years ago
  26. fb59f5c Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch. by Marshall Clow · 9 years ago
  27. 10b4526 Remove arithmetic +/-127 on chars; results in UB when dealing with signed chars. Thanks to STL@microsoft for the report. by Marshall Clow · 9 years ago
  28. 1575e3e [libcxx] Fix c++98 test failures. by Asiri Rathnayake · 9 years ago
  29. 3bf0d98 Add not_fn test for throwing operator! by Eric Fiselier · 9 years ago
  30. dd74189 Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite. by Eric Fiselier · 9 years ago
  31. 03b9c6b Mark LWG issue 2545 as complete. Add extra tests by Eric Fiselier · 9 years ago
  32. b36940b Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it. by Eric Fiselier · 9 years ago
  33. e98bd2a Mark LWG issue 2250 as complete by Eric Fiselier · 9 years ago
  34. 400d356 Mark LWG issue 2450 as complete. by Eric Fiselier · 9 years ago
  35. c230822 Add C++17 std::not_fn negator. by Eric Fiselier · 9 years ago
  36. dbfa5b6 Remove enable_shared_from_this test since it leaks the control block and fails with ASAN by Eric Fiselier · 9 years ago
  37. 18e1ea6 Implement P0033R1 - Re-enabling shared_from_this by Eric Fiselier · 9 years ago
  38. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  39. 68db6cd Cleanup non-standard tests as reported by STL@microsoft.com. NFC. by Eric Fiselier · 9 years ago
  40. 8a8c114 Mark LWG issue 2520 as complete by Eric Fiselier · 9 years ago
  41. 57c164f Add tests that got missed in r271247. by Eric Fiselier · 9 years ago
  42. 7883d02 Mark LWG issue 2537 as complete by Eric Fiselier · 9 years ago
  43. 7d1c44c Mark LWG issue #2585 as complete by Eric Fiselier · 9 years ago
  44. 9791377 Mark LWG issue 2565 as complete. Update the tests to check it. by Eric Fiselier · 9 years ago
  45. efa8e88 Make string_view work with -fno-exceptions and get tests passing. by Eric Fiselier · 9 years ago
  46. 2aad5d5 Fix bug in test allocator that incorrectly computed the allocation size by Eric Fiselier · 9 years ago
  47. a3eac51 [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 9 years ago
  48. dcb35ad Add missing include to test_iterators.h by Eric Fiselier · 9 years ago
  49. 1f21fcd Guard testing of tuple extensions to make tests portable by Eric Fiselier · 9 years ago
  50. 7515c69 Tolerate incorrect return type for 'isinf' and 'isnan' in tests. by Eric Fiselier · 9 years ago
  51. a3388c6 Test hijacking ADL for operator& in the stream iterator constructors. by Eric Fiselier · 10 years ago
  52. 995f64c Add test for r269789 by Eric Fiselier · 10 years ago
  53. 7f271a0 Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_NO_HAS_XXX macros. No functional change by Marshall Clow · 10 years ago
  54. 2c15439 Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 10 years ago
  55. 3cc263d Remove C++11 feature macros in tests. Use TEST_STD_VER instead. by Eric Fiselier · 10 years ago
  56. 5d98497 Add a test for uniqueptr having either NULL and nullptr by Marshall Clow · 10 years ago
  57. aee206a Apply D20014 - fix a missing return in a test. Fixes PR#27720 by Marshall Clow · 10 years ago
  58. 4e69be0 Generate code coverage for experimental libraries by Eric Fiselier · 10 years ago
  59. 4db388b Change allocator<T>::allocate to throw length_error, not bad_alloc by Eric Fiselier · 10 years ago
  60. dba23b4 Add experimental container alias templates for PMRs by Eric Fiselier · 10 years ago
  61. 257fd69 Add <experimental/memory_resource> by Eric Fiselier · 10 years ago
  62. 7048769 Tweak --param=no_default_flags=true to still add -Ilibcxx/test/support by Eric Fiselier · 10 years ago
  63. 8a7462d Removing some trailing whitespace by Eric Fiselier · 10 years ago
  64. 7da079c Make check-libcxx dependant on libc++experimental if present. by Eric Fiselier · 10 years ago
  65. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 10 years ago
  66. 6aec020 Fix PR27538. Remove __is_convertible specializations for array and function types. by Eric Fiselier · 10 years ago
  67. 219406e [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;" by Eric Fiselier · 10 years ago
  68. 0cf277c Don't use std::__clz in 'test/support/hexfloat.h'. by Eric Fiselier · 10 years ago
  69. 3ed38a9 Guard use of <unistd.h> in test. by Eric Fiselier · 10 years ago
  70. feb3898 Cleanup warnings and remove use of __builtin_va_list in depr.c.headers by Eric Fiselier · 10 years ago
  71. 46c0511 Initialize local doubles to NaN. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  72. a9ea113 Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  73. 61a220a Replace one more occurrence of non-standard std:launch::any. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  74. 59af3f8 Fix PR21428 for long. Buffer was one byte too small in octal formatting case. Rename previously added test by Eric Fiselier · 10 years ago
  75. bc8538f Move extern C include test into test/libcxx by Eric Fiselier · 10 years ago
  76. a7a9004 Fix test failures by adding missing include by Eric Fiselier · 10 years ago
  77. 1e5a4a4 Fix or move various non-standard tests. by Eric Fiselier · 10 years ago
  78. 96becae Move INVOKE tests into test/libcxx sub-tree. by Eric Fiselier · 10 years ago
  79. 7aa3806 Fix possible test breakage for MinGW by Eric Fiselier · 10 years ago
  80. 59f8126 Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  81. 138574c Remove more names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  82. b6e757e Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  83. 2d1a7f1 Add <string> include for streaming operators. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  84. 6531a09 Add proper include for unique_ptr. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  85. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 10 years ago
  86. bda804e Remove names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  87. 849c551 Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  88. ce24f96 Provide member function definitions to avoid warnings. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  89. a32eb83 Rename function parameters to avoid shadowing. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  90. 4596c29 Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  91. d446308 Fix = that should have been == in test. Thanks to STL@microsoft for the catch by Marshall Clow · 10 years ago
  92. 85d5622 Apparently XFAIL tests that are supposed to fail to compile can be problematic. They still get compiled, and if the compile succeeds, the buildbots complain. Replace the XFAIL with #error. by Marshall Clow · 10 years ago
  93. 6dfff1c #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change by Marshall Clow · 10 years ago
  94. d7f1f97 Rename a few tests that had typos in their names. No functional change. Thanks to STL for the catch by Marshall Clow · 10 years ago
  95. 5ccbc48 Fix some non-standard parts of our test suite. Reported by STL by Eric Fiselier · 10 years ago
  96. 59f2aea Add missing include of <algorithm> by Marshall Clow · 10 years ago
  97. df46b78 Fix LWG issue #2106: move_iterators returning prvalues by Eric Fiselier · 10 years ago
  98. 6f367f0 Fix C++03 build breakage by Eric Fiselier · 10 years ago
  99. c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable by Eric Fiselier · 10 years ago
  100. 8f1e73d Add is_swappable/is_nothrow_swappable traits by Eric Fiselier · 10 years ago