1. 447998c Fix LD_LIBRARY_PATH for host tests after update. by Dan Albert · 9 years ago
  2. f8c938a Fix output directory for host tests. by Dan Albert · 9 years ago
  3. 5d8e4e3 Update Android's test configuration for new APIs. by Dan Albert · 9 years ago
  4. f62f39a Copy data files to the remote runner. by Dan Albert · 9 years ago
  5. 702e978 Factor out RemoteExecutor from SSHExecutor. by Dan Albert · 9 years ago
  6. 90e862b Oops. This arg is passed, just ignored. by Dan Albert · 9 years ago
  7. b0617a9 Fix the PrefixExecutor. by Dan Albert · 9 years ago
  8. 5cb5282 Merge to upstream r231255. by Dan Albert · 9 years ago
  9. aec496f Add NDK tests. by Dan Albert · 9 years ago
  10. 00ed987 Fix error checking in get_temp_file_name(). by Dan Albert · 9 years ago
  11. ba6d1eb [libc++] Add support for cross compiling. by Dan Albert · 9 years ago
  12. 69f7843 Fix up Android test config to match upstream. by Dan Albert · 9 years ago
  13. 4dc5b21 Merge to upstream r226192. by Dan Albert · 9 years ago
  14. 2b3c63f Ignore failures from failed cleanup. by Dan Albert · 9 years ago
  15. 8234f20 Update the test configs to match the new layout. by Dan Albert · 9 years ago
  16. 036dcf6 [libc++] Refactor test components into modules. by Dan Albert · 9 years ago
  17. 78f8c19 Make it easier to run test variants. by Dan Albert · 9 years ago
  18. 3461be0 Update Android LIT code to match API changes. by Dan Albert · 9 years ago
  19. 0608625 Merge to upstream r225300. by Dan Albert · 9 years ago
  20. 4385cd8 Make a test UNSUPPORTED if libcpp-has-no-threads. by Dan Albert · 9 years ago
  21. 0b43e8c Appease MSAN buildbots. by Dan Albert · 9 years ago
  22. 839d9e7 Obey [atomics.types.operations.req]/21 for GCC. by Dan Albert · 9 years ago
  23. ed2385e XFAIL a test following the +nan fix. by Dan Albert · 9 years ago
  24. cac11bd Merge "Merge to upstream r222492." by Stephen Hines · 10 years ago
  25. 4ba8d41 Add Android LIT configurations. by Dan Albert · 10 years ago
  26. 40a3180 Add better support for custom test runners. by Dan Albert · 10 years ago
  27. c6329f9 Reset the test runner to match upstream. by Dan Albert · 10 years ago
  28. 7112dae Merge to upstream r222492. by Dan Albert · 10 years ago
  29. 2175caa Automatically generate build/link commands. by Dan Albert · 10 years ago
  30. 48dfa09 Up the timeout for tests. by Dan Albert · 10 years ago
  31. 3744ab2 Merge "XFAIL a test because clang isn't new enough." by Dan Albert · 10 years ago
  32. 170918d XFAIL a test because clang isn't new enough. by Dan Albert · 10 years ago
  33. ab45703 PR20546: Fix tests for compare_exchange_weak. by Dan Albert · 10 years ago
  34. 90dc8dd Update to upstream r216384. by Dan Albert · 10 years ago
  35. e506698 Add locales to available_features for tests. by Dan Albert · 10 years ago
  36. bcaf4d5 Base regex code on char_class_type. by Dan Albert · 10 years ago
  37. a9aa30b Use correct -march for x86. by Dan Albert · 10 years ago
  38. 48faff7 Don't treat non-virtual-dtor as an error. by Dan Albert · 10 years ago
  39. 8f62279 Make meta.trans.other/aligned_storage.pass.cpp pass on arm. by Nico Weber · 10 years ago
  40. 0f5a512 Linux: Correctly identify valid error codes by David Majnemer · 10 years ago
  41. 16d1dea Merge "Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'" by Dan Albert · 10 years ago
  42. 51aa086 Fix compiler accidentally being passed twice. by Dan Albert · 10 years ago
  43. 21622af Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*' by Marshall Clow · 10 years ago
  44. 0598fd4 Allow per device timeout configurations. by Dan Albert · 10 years ago
  45. 68d5101 XFAIL for android as well as androideabi. by Dan Albert · 10 years ago
  46. 356f374 Test configs for x86 emulator. by Dan Albert · 10 years ago
  47. 52f48de Up the default timeout. by Dan Albert · 10 years ago
  48. 8e3d762 Bionic added en_US.UTF-8 to supported locales. by Dan Albert · 10 years ago
  49. e0fd250 Add XFAIL for tests using locales. by Dan Albert · 10 years ago
  50. f61de8f Re-enable tests by Dan Albert · 10 years ago
  51. 0237155 Don't need these anymore. by Dan Albert · 10 years ago
  52. 0f81d76 Add support for LIT to Android.mk. by Dan Albert · 10 years ago
  53. 7a299dd Add support for Android targets to lit.cfg. by Dan Albert · 10 years ago
  54. 854ad93 Fix bug 19740; round-tripping a pointer through a stream doesn't work by Marshall Clow · 10 years ago
  55. e94bd6d Fix a problem exposed by r208825, which caused bind (and other bits of libc++) to stop working. And tests by Marshall Clow · 10 years ago
  56. 2a26941 Reverts a compatibility change made to two tests by Dan Albert · 10 years ago
  57. 9fdc63a Disables tests that fail to compile by Dan Albert · 10 years ago
  58. 6f56ab7 Adds a basic test wrapper for Android by Dan Albert · 10 years ago
  59. 8a71d23 [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t by Stephan Tolksdorf · 10 years ago
  60. f4c0c70 Add tests that should fail when lock() throws. THis is part of LWG issue #2135. No library changes here. by Marshall Clow · 10 years ago
  61. bce096d Add a test to make sure we're doing the right thing for throwing exceptions from deferred functions. This is LWG issue #2186. No change to the library needed. by Marshall Clow · 10 years ago
  62. f9f95be Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex by David Majnemer · 10 years ago
  63. b1ead68 Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note that this is a (small) behavior change in the library. Reverse iterators whose base iterators' operator* return references to 'within themselves' have been sacrificed to the greater goal of avoiding data races. by Marshall Clow · 10 years ago
  64. d384925 Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's STL. Add '#include <functional>' to four of the priority queue tests. by Marshall Clow · 10 years ago
  65. 3ebf26f Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. by Marshall Clow · 10 years ago
  66. 6dbaaa9 Add tests for LWG issue #2356. Stability of erasure in unordered associative containers. Libc++ already does this, but now we have tests for it. by Marshall Clow · 10 years ago
  67. 179e945 More tests for LWG Issue #2263; this time to the associative and unordered containers. Still no changes to libc++ by Marshall Clow · 10 years ago
  68. 9863083 Added tests to the sequence containers for for LWG Issue #2263. Comparing iterators and allocator pointers with different const-character. No changes to libc++ by Marshall Clow · 10 years ago
  69. b90686c Implement LWG #2344: quoted()'s interaction with padding is unclear. I think that anyone using quoted with padding is really confused, but it should work the way the rest of iostreams works. by Marshall Clow · 10 years ago
  70. 471f3c6 Fix a couple of -Wabsolute-value warnings in the libc++ tests by Marshall Clow · 10 years ago
  71. 9d3d032 Do not derive __gnu_cxx::hash<T> from std::hash<T>. by Peter Collingbourne · 10 years ago
  72. 48c7470 Implement LWG 2193. Default constructors for standard library containers are explicit. Note that libc++ already did this for string/deque/forward_list/list/vector and the unordered containers; implement it for set/multiset/map/multimap. Add tests for all the containers. Two drive-by fixes as well: add a missing explicit in <deque>, and remove a tab that snuck into a container test. This issue is also LLVM bug 15724, and resolves it. by Marshall Clow · 10 years ago
  73. 24b29a0 Mark is_final as a C++14 feature. by Marshall Clow · 10 years ago
  74. 0d6dcb5 Remove definition of std::fmaf from libc++. Fixes bug #18910. This function should come from the C standard library. As a drive-by fix, update the tests to remove a warning from -Wabsolute-value by Marshall Clow · 10 years ago
  75. ebd6c2b Implement LWG #2212: std::is_final. This requires compiler support, which modern versions of clang provide. Also mark LWG #2230 as complete - no code changes needed. by Marshall Clow · 10 years ago
  76. 23ef151 Update synposis in <memory> to show move semantics for weak_ptr; add tests for already existing move semantics. Mark LWG issues #2315 (no changes needed), 2316 (move semantics for weak_ptr), 2252 (previous commit) and 2271 (previous commit) as complete. by Marshall Clow · 10 years ago
  77. 8d4ce30 LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++ already does the right thing; just update the tests. by Marshall Clow · 10 years ago
  78. cbb9305 LWG issue #2252: Add more tests for exception safety. No changes needed in the library by Marshall Clow · 10 years ago
  79. a93b5e2 Implement LWG #2268: Setting a default argument in the declaration of a member function assign of std::basic_string. by Marshall Clow · 10 years ago
  80. be8a99a [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type. by Peter Collingbourne · 10 years ago
  81. 53c0e72 Implement LWG 2324: Insert iterator constructors should use addressof(). Add two new container classes to the test suite that overload operator &, and add test cases to the insert/front_insert/back_insert iterator tests that use these containers. by Marshall Clow · 10 years ago
  82. 0c60b0a Remove a stray tab that snuck into a test. No functionality change by Marshall Clow · 10 years ago
  83. 50fe0c7 Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tuple_element_t<> as an alias for tuple_element<>::type. Clean up the synopsis for tuple_element in <utility> as well. by Marshall Clow · 10 years ago
  84. ff137e9 Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and #2205 as complete; they are just wording changes in the standard. Mark issues #2359, #2320 and #2322 as complete - libc++ implements them already. by Marshall Clow · 10 years ago
  85. 37a9ca6 More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #2339, and mark that as complete. No actual changes to the libc++ code; all of these were already in place. by Marshall Clow · 10 years ago
  86. 02ca8af LWG issue #2188: Reverse iterator does not fully support targets that overload operator&. Also mark #2272 and #2299 as complete; libc++ already implements them. by Marshall Clow · 10 years ago
  87. 103af34 Implement LWG issue 2306: match_results::reference should be value_type&, not const value_type&. This is a general move by the LWG to have the reference type of read-only containers be a non-const reference; however, there are no methods that return a non-const reference to a match_result entry, so there's no worries about getting a non-const reference to a constant object. by Marshall Clow · 10 years ago
  88. 8e554d9 Implement LWG issue 2301: Mark std::tie as constexpr by Marshall Clow · 10 years ago
  89. e0f8672 Implement LWG Issues #2329 and #2332 - disallow iterators into temporary regexes and regexes into temporary strings by Marshall Clow · 10 years ago
  90. 9dacb2f Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexcept, plus a drive-by fix for cbegin/cend suggested by Peter Sommerlad. by Marshall Clow · 10 years ago
  91. 9d9463a Implement LWG2350: min, max, and minmax should be constexpr. by Marshall Clow · 10 years ago
  92. d2060f0 Add a test to make sure that vector supports incomplete types by Marshall Clow · 10 years ago
  93. 71e699d Fix for PR17606 - result_of (and INVOKE) works incorrectly for member function pointers with ref qualifiers. Also a drive-by fix for common_type in C++03 mode. Thanks to Michel Morin for the bug report and the proposed fix. by Marshall Clow · 10 years ago
  94. ebfc50e Fix for PR18735 - self-assignment for map/multimap gives incorrect results in C++03 by Marshall Clow · 10 years ago
  95. a3dc8f3 Support forward_list<Incomplete Type>. Patch by Zhihao Yuan! by Peter Collingbourne · 10 years ago
  96. 08356fb Albert Wong: Fix thread.thread.id/lt.pass.cpp to not assume thread::id() produces a minimal value. This enables this test to pass on andriod arm. by Howard Hinnant · 10 years ago
  97. 13fbe9d Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. Fixes bug #18468 by Marshall Clow · 10 years ago
  98. a612c62 lit.site.cfg:cxx_under_test should take precedence over 'which clang++' by David Fang · 10 years ago
  99. 28754d0 Removed extra line that I left in when committing 199694. Thanks to Jared Grubb for the catch. by Marshall Clow · 10 years ago
  100. a4c0d87 Const qualify __mem_fn call operator by Peter Collingbourne · 10 years ago