1. 814b625 Move unconditional test compile and link flags into their configuration functions. by Eric Fiselier · 10 years ago
  2. 4778eed [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg by Eric Fiselier · 10 years ago
  3. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago
  4. 669a8a5 [libcxx] Add <experimental/type_traits> for LFTS by Eric Fiselier · 10 years ago
  5. bd8adae Remove unneeded configuration code. by Eric Fiselier · 10 years ago
  6. b8e7680 [libcxx] Allow the use of ccache when running the test suite. by Eric Fiselier · 10 years ago
  7. 4975bad Re-commit the test for regex that I busted last night - now passes under ASAN by Marshall Clow · 10 years ago
  8. 6cf4f15 Revert "Fix installheaders target's permissions" by Justin Bogner · 10 years ago
  9. 7797c86 Appease the c++14 buildbots by Jonathan Roelofs · 10 years ago
  10. a1a4db3 Comment out the breaking tests until I figure out what's going on here. by Marshall Clow · 10 years ago
  11. a2ef609 Fix installheaders target's permissions by Jonathan Roelofs · 10 years ago
  12. e51267e Once more w/o the typo. by Marshall Clow · 10 years ago
  13. cde7ca0 Fix the literal string that I said would be six elements long to actually be six elements long. Octal. Sheesh. by Marshall Clow · 10 years ago
  14. ab3c505 Add test to ensure that iterator_traits<NotAnIterator> doesn't have a value type by Marshall Clow · 10 years ago
  15. e3e7054 Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0's by Marshall Clow · 10 years ago
  16. 9acbcee Add option to turn off installation of headers. by Eric Fiselier · 10 years ago
  17. 984f8f6 Include newlib-specific locales in __locale by Sergey Dmitrouk · 10 years ago
  18. ae9fec0 Add support for building libc++ as a 32 bit library by Eric Fiselier · 10 years ago
  19. 01f6a14 Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE_RTTI are turned off. by Eric Fiselier · 10 years ago
  20. 08e3a78 Add 'REQUIRES: long_tests' to one more long test by Jonathan Roelofs · 10 years ago
  21. 5030eaf Add 'REQUIERS: long_tests' to a few more long tests by Jonathan Roelofs · 10 years ago
  22. 2f2daa1 Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__ by Jonathan Roelofs · 10 years ago
  23. cddec8a Add an XFAIL for Newlib's missing uchar.h by Jonathan Roelofs · 10 years ago
  24. d9144e8 Mark a bunch of long running tests as 'REQUIRES: long_tests' by Jonathan Roelofs · 10 years ago
  25. 952438b Mark some more fenv tests as UNSUPPORTED by newlib by Jonathan Roelofs · 10 years ago
  26. f2bd5a0 Add an XFAIL for Newlib's missing fenv.h by Jonathan Roelofs · 10 years ago
  27. 453a500 Update information on where to find buildbots. Remove dead buildbot links. by Eric Fiselier · 10 years ago
  28. 8283709 Move the optional tests into test/experimental. They were put into test/utilities because optional was going to be part of C++14, and then was pulled and put into the Library Fundamentals TS instead. No funcitonality change here; just moving files around. by Marshall Clow · 10 years ago
  29. 4ad67e0 Add all the relational operators to std::experimental::optional. Also update bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though. by Marshall Clow · 10 years ago
  30. fff544e Explicitly include <sched.h> for sched_yield() by Sergey Dmitrouk · 10 years ago
  31. 2764d04 Give lit.cfg's threading options default values when not defined. by Eric Fiselier · 10 years ago
  32. 427f1a3 Mark a couple of tests as XFAIL with older compilers. by Eric Fiselier · 10 years ago
  33. cd83c787 Consolidate error reporting in lit.cfg by Eric Fiselier · 10 years ago
  34. 2050be2 Revert parts of r223594. Use DYLD_LIBRARY_PATH on OSX when running tests. by Eric Fiselier · 10 years ago
  35. 74e7af0 Fix apple clang detection in lit.cfg by Eric Fiselier · 10 years ago
  36. 83313c7 Unify and cleanup rpath handling in tests. by Eric Fiselier · 10 years ago
  37. c934ca7 [libcxx] Add logic to probe compiler in tests. by Eric Fiselier · 10 years ago
  38. 7330ed3 Add support for building and testing libc++ without threads to CMake. by Eric Fiselier · 10 years ago
  39. a245f9b Improve error message when _LIBCPP_HAS_NO_MONOTONIC_CLOCK is used improperly by Eric Fiselier · 10 years ago
  40. 93cfd7f libc++: support NaCl when building thread.cpp by JF Bastien · 10 years ago
  41. 2bd5ffd libc++: add NaCl and PNaCl support for std::random_device by JF Bastien · 10 years ago
  42. 6317e9b libc++: integral types trap on PNaCl by JF Bastien · 10 years ago
  43. 6cb69ff Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. by Eric Fiselier · 10 years ago
  44. bd00008 Use lit.util.executeCommand instead of our own version by Eric Fiselier · 10 years ago
  45. e6e69df Print lit configuration information after all configuration is done. by Eric Fiselier · 10 years ago
  46. 877409a Add better support for custom test runners. by Dan Albert · 10 years ago
  47. 1567ac8 Handle extra whitespace in linux distribution name. by Eric Fiselier · 10 years ago
  48. aeff14f Mark some locale tests as XFAIL on debian and opensuse. by Eric Fiselier · 10 years ago
  49. 5980ce3 Add more REQUIRES: LOCALE.* to tests. by Dan Albert · 10 years ago
  50. 2c7a32f Remove xfail tag for darwin from quick_exit test by Eric Fiselier · 10 years ago
  51. c5e361d Remove tests that va_copy is not defined when C++ < 11. by Eric Fiselier · 10 years ago
  52. 19fdbe5 Change contradictory wording in va_copy test error message. by Eric Fiselier · 10 years ago
  53. 03c6791 Implement N4280 - 'Non-member size() and more' by Marshall Clow · 10 years ago
  54. ab5bd89 Added entries for bugs 2118 and 2306, which were closed in Urbana by Marshall Clow · 10 years ago
  55. c2f0e46 Overhaul and separate nullptr_t tests to pass with C++03. by Eric Fiselier · 10 years ago
  56. 33c5db5 Revert r222296 to fix bad commit message by Eric Fiselier · 10 years ago
  57. 221907d Cleanup quick_exit tests and get them passing in C++03. by Eric Fiselier · 10 years ago
  58. 0bb9584 diff --git a/test/language.support/support.types/nullptr_t.pass.cpp b/test/language.support/support.types/nullptr_t.pass.cpp by Eric Fiselier · 10 years ago
  59. 1f8e21c Modify tests to check that va_copy is only defined in C++11 and beyond. by Eric Fiselier · 10 years ago
  60. f2215ae Flush out test cases for tuples constructor SFINAE by Eric Fiselier · 10 years ago
  61. af2976d Add support for LLVM_USE_SANITIZER=Thread by Eric Fiselier · 10 years ago
  62. b1d7c71 Marked LWG 2399 as complete. I committed a test for this earlier today. by Marshall Clow · 10 years ago
  63. 7683fe2 Add a test for LWG issue #2399. We already implement this, but now we have a test as well. by Marshall Clow · 10 years ago
  64. 9a4997b Update status of LWG issues 2340, 2396 and 2401. In all three cases, these are things that we already do. by Marshall Clow · 10 years ago
  65. e52b632 Since Eric poisoned the comma operator on all our test iterators, we no longer need 'comma_iterator'. Remove it from the test suite. by Marshall Clow · 10 years ago
  66. 48b428d Fix the tests I broke with the last commit. Sorry for the noise by Marshall Clow · 10 years ago
  67. 4b3ca8c Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and add tests. Mark LWG2400 and LWG2404 as complete by Marshall Clow · 10 years ago
  68. 36628eb Reworked mismatch tests to count the number of comparisons, and make sure we are conforming with LWG2404. We are by Marshall Clow · 10 years ago
  69. cfeac66 Fix a warning in the test; no functionality change by Marshall Clow · 10 years ago
  70. 88aae92 Implement void_t from N3911. Add a private version for use in the library before C++1z. Update the 1z status page, marking a bunch of issues that don't require library changes as complete (2129, 2212, 2230, 2233, 2325, 2365, 2376) by Marshall Clow · 10 years ago
  71. 275b6bb Add tests to ensure that reference_wrapper<T> is trivially copyable. This was added to C++1z with the adoption of N4277, but libc++ already implemented it as a conforming extension. No code changes were needed, just more tests. by Marshall Clow · 10 years ago
  72. 9a1468f Fix build regression caused by not defining ABI library macros by Eric Fiselier · 10 years ago
  73. 8e2855c [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings. by Eric Fiselier · 10 years ago
  74. 0364bac Split thread test into two parts. Mark one as XFAIL with ASAN. by Eric Fiselier · 10 years ago
  75. 017e1aa Initialize pointer in string conversion helpers to prevent MSAN diagnostic. by Eric Fiselier · 10 years ago
  76. 1383dc5 add debug info when compiling sanitizer tests by Eric Fiselier · 10 years ago
  77. fd28487 Add -gline-tables-only when compiling w/ sanitizers in RELEASE by Eric Fiselier · 10 years ago
  78. 50ada3a [libcxx] Fix memory leak in strstream tests. by Eric Fiselier · 10 years ago
  79. d759095 [libcxx] Fix vector annotator size increase in `vector::insert(pos, count, value)` by Eric Fiselier · 10 years ago
  80. 1c3b15d Split string capacity test into two parts and mark one part as UNSUPPORTED when using sanitizers. by Eric Fiselier · 10 years ago
  81. 71915c1 Mark more tests as UNSUPPORTED with ASAN and MSAN. by Eric Fiselier · 10 years ago
  82. 44678f4 Setup llvm-symbolizer when running the tests with sanitizers by Eric Fiselier · 10 years ago
  83. 05123a8 Add -O3 when testing with UBSAN. This triggers far undefined behaviour by Eric Fiselier · 10 years ago
  84. 2138b18 Mark more locale tests as unsupported with ASAN and MSAN by Eric Fiselier · 10 years ago
  85. 1cf810b Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496 by Marshall Clow · 10 years ago
  86. 3f5579f Fix typo in allocator_traits::construct. This fixes PR14175, which shows up if an allocator has a no-args construct method by Marshall Clow · 10 years ago
  87. c7b233d Fixed a typo in a paper name: 4190 --> N4190 by Marshall Clow · 10 years ago
  88. ac23805 Added vector<T>::insert tests suggested by code coverage results by Marshall Clow · 10 years ago
  89. 3f305ae EricQWF's code coverage work showed that none of the libc++ tests were exercising some code in vector<bool>. Add more tests in an attempt to get better coverage by Marshall Clow · 10 years ago
  90. 1e895c1 Update status pages for C++1z by Marshall Clow · 10 years ago
  91. b6e0ef2 Fix rvalue bug in __has_operator_addressof by Eric Fiselier · 10 years ago
  92. 341b590 Fix operator & detection trait to check for free function overloads as well by Eric Fiselier · 10 years ago
  93. 69697c8 Mark another test as UNSUPPORTED with ASAN and MSAN by Eric Fiselier · 10 years ago
  94. 829a843 Actually mark the tests an unsupported with MSAN (not just ASAN) by Eric Fiselier · 10 years ago
  95. 72aab5f Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN. by Eric Fiselier · 10 years ago
  96. 1de15f5 Add test for type properties of std::reference_wrapper by Eric Fiselier · 10 years ago
  97. 26aa8c9 Mark string_view::to_string as const. Fixes PR21428 by Marshall Clow · 10 years ago
  98. 3be7f19 Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom. by Eric Fiselier · 10 years ago
  99. f53135f libcxxrt defines bad_array_new_length::what() so move that into a conditional compilation block by Eric Fiselier · 10 years ago
  100. 3fdac97 libcxxrt now implements bad_array_new_length and need to gaurd against multiple defines. Patch from Baptiste Daroussin. by Eric Fiselier · 10 years ago