Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 1 | -0/+1 |
* | Remove test_atomic.h header | Eric Fiselier | 2015-08-19 | 1 | -3/+2 |
* | Use TestAtomic instead of std::atomic so the test can run in C++03 | Eric Fiselier | 2015-08-19 | 1 | -2/+3 |
* | [libcxx] Add Atomic test helper and fix TSAN failures. | Eric Fiselier | 2015-08-18 | 2 | -6/+6 |
* | Remove sanitizer XFAILs on a test. | Eric Fiselier | 2015-07-28 | 1 | -7/+0 |
* | Fix a handful of tests that fail in C++03 | Eric Fiselier | 2015-07-28 | 1 | -7/+3 |
* | Fix race condition in thread test. | Eric Fiselier | 2015-05-19 | 1 | -8/+25 |
* | Fix race conditions in test class used throughout the std::thread tests. | Eric Fiselier | 2015-04-02 | 10 | -15/+34 |
* | Use generic feature name for sanitizers that replace new and delete | Eric Fiselier | 2015-03-10 | 1 | -1/+1 |
* | libc++ implements its' hash objects as deriving from std::unary_function, and... | Marshall Clow | 2015-01-07 | 1 | -0/+2 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 25 | -0/+1242 |