Sign in
flutter
/
third_party
/
libcxx
/
539921b79ee2c20a4775e14a28a7b4c0dfdd5682
/
test
/
std
/
atomics
af4b988
[libcxx] [test] Add void cast to result of compare_exchange_weak to suppress [[nodiscard]].
by Billy Robert O'Neal III
· 6 years ago
b6e011b
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
by Marshall Clow
· 6 years ago
a011222
Reinstate libc++ patches now that the lldb formatter has been updated.
by Davide Italiano
· 6 years ago
3438c15
[libcxx] Revert set of atomic patches that broke lldb.
by Davide Italiano
· 6 years ago
0184023
[libc++] Fix <atomic> failures on GCC
by Louis Dionne
· 6 years ago
1bf0d1e
[libc++] Change memory_order to an enum class
by Louis Dionne
· 6 years ago
e15dd4e
Support tests in freestanding
by JF Bastien
· 6 years ago
7c3769d
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
a131ebf
[NFC] Always lock free test: add indirection
by JF Bastien
· 6 years ago
4ffbed5
[libcxx] [test] Improve MSVC portability.
by Stephan T. Lavavej
· 7 years ago
a686caa
[libcxx] [test] Untabify, NFC.
by Stephan T. Lavavej
· 8 years ago
3f22e24
Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds
by Eric Fiselier
· 8 years ago
e33c0b0
[libcxx] [test] D27027: Strip trailing whitespace.
by Stephan T. Lavavej
· 8 years ago
4775578
Remove usages of _ALIGNAS_TYPE
by Eric Fiselier
· 8 years ago
f675274
libc++: name anonymous structs
by JF Bastien
· 9 years ago
ca89450
Implement LWG#2441: 'Exact-width atomic typedefs should be provided'
by Marshall Clow
· 9 years ago
47920eb
Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
67ec8a2
Move more _LIBCPP_VERSION tests to test/libcxx.
by Eric Fiselier
· 9 years ago
897b2f9
Fix various undefined behavior found by UBSan.
by Eric Fiselier
· 9 years ago
84acb1e
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
219406e
[libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;"
by Eric Fiselier
· 9 years ago
08511cd
Implement is_always_lock_free
by JF Bastien
· 9 years ago
4c51222
Missing ATOMIC_*_LOCK_FREE tests
by JF Bastien
· 9 years ago
fa1e5db
Add missing license headers
by Eric Fiselier
· 9 years ago
e39f4b9
Fix various GCC mis-configurations for newer versions.
by Eric Fiselier
· 9 years ago
5e91fa1
Misc drive-by cleanups. NFC
by Jonathan Roelofs
· 10 years ago
00f4a49
[libcxx] Allow use of <atomic> in C++03. Try 3.
by Eric Fiselier
· 10 years ago
3a59ae6
Mark this test as XFAIL with older compilers, since they hit PR18097
by Justin Bogner
· 10 years ago
4624107
Fix unused variable warnings in atomic tests
by Eric Fiselier
· 10 years ago
26edd80
Fix PR24114 - std::atomic for non-Clang is not a literal type
by Eric Fiselier
· 10 years ago
d539803
Fix uninitialized values and bad enum conversions found by UBSAN.
by Eric Fiselier
· 10 years ago
0588c74
Move a test to the new tests directory.
by Dan Albert
· 10 years ago
a90c6dd
Move test into test/std subdirectory.
by Eric Fiselier
· 10 years ago