summaryrefslogtreecommitdiff
path: root/libcxx/test/atomics
AgeCommit message (Expand)Author
2015-01-06Move a test to the new tests directory.Dan Albert
2015-01-06Make a test UNSUPPORTED if libcpp-has-no-threads.Dan Albert
2015-01-06Appease MSAN buildbots.Dan Albert
2015-01-06Obey [atomics.types.operations.req]/21 for GCC.Dan Albert
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-12-07Mark a couple of tests as XFAIL with older compilers.Eric Fiselier
2014-10-27Test that the single-threaded lit feature is available iff the corresponding ...Jonathan Roelofs
2014-10-27Add test to ensure including <atomic> fails when _LIBCPP_HAS_NO_THREADS is de...Eric Fiselier
2014-10-19Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier
2014-10-18Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow
2014-09-06PR20546: Fix tests for compare_exchange_weak.Dan Albert
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-08-27Mark test types for <atomic> nothrow default constructible. Patch from Steve ...Eric Fiselier
2014-07-31Add test cases for creating atomic types for trivially copyable types.Marshall Clow
2013-05-02Stephan Tolksdorf: fixes the issue in the <atomic> header and adds correspond...Howard Hinnant
2013-01-04atomic_bool was missing (just a typedef to atomic<bool>).Howard Hinnant
2012-04-19libc++: Add some missing #includes to atomics tests. libc++ doesn't need theseRichard Smith
2012-04-05Fix the remaining atomic tests, all of which were wrong for the case where aDavid Chisnall
2012-04-05Fix test cases that were trying to make atomic things that are not trivially ...David Chisnall
2010-12-08After a long break to wait for the atomic spec to settle, this completes the ...Howard Hinnant
2010-12-07atomics ...Howard Hinnant
2010-12-07Work on <atomic> continues. The file size is actually sane now...Howard Hinnant
2010-12-06Getting <atomic> warmed back up. We have a hopefully more stable spec now. ...Howard Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-10-21[atomics.types.address]Howard Hinnant
2010-10-19atomic_schar, atomic_uchar, atomic_short, atomic_ushort, atomic_int, atomic_u...Howard Hinnant
2010-10-19atomic_charHoward Hinnant
2010-10-04Still working on the basic design of <atomic>. I'm working towards a system ...Howard Hinnant
2010-09-30[atomics.flag] completed. Initialization is not working on clang and can't b...Howard Hinnant
2010-09-29Contemplating this <atomic> reorganization...Howard Hinnant
2010-09-29Didn't mean to commit that oneHoward Hinnant
2010-09-29Wrestling with the slowly dawning realization that <atomic> isn't implementab...Howard Hinnant
2010-09-28fixing whitespaceHoward Hinnant
2010-09-28[atomics.order]Howard Hinnant
2010-09-27Getting started on <atomic>Howard Hinnant