[==========] Running 17 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from AtomicIntTest/0, where TypeParam = int
[ RUN      ] AtomicIntTest/0.LoadStore
[       OK ] AtomicIntTest/0.LoadStore (1 ms)
[ RUN      ] AtomicIntTest/0.SetSwapExchange
[       OK ] AtomicIntTest/0.SetSwapExchange (0 ms)
[ RUN      ] AtomicIntTest/0.MinMax
[       OK ] AtomicIntTest/0.MinMax (0 ms)
[ RUN      ] AtomicIntTest/0.Increment
[       OK ] AtomicIntTest/0.Increment (0 ms)
[----------] 4 tests from AtomicIntTest/0 (2 ms total)

[----------] 4 tests from AtomicIntTest/1, where TypeParam = long
[ RUN      ] AtomicIntTest/1.LoadStore
[       OK ] AtomicIntTest/1.LoadStore (0 ms)
[ RUN      ] AtomicIntTest/1.SetSwapExchange
[       OK ] AtomicIntTest/1.SetSwapExchange (0 ms)
[ RUN      ] AtomicIntTest/1.MinMax
[       OK ] AtomicIntTest/1.MinMax (0 ms)
[ RUN      ] AtomicIntTest/1.Increment
[       OK ] AtomicIntTest/1.Increment (0 ms)
[----------] 4 tests from AtomicIntTest/1 (1 ms total)

[----------] 4 tests from AtomicIntTest/2, where TypeParam = unsigned int
[ RUN      ] AtomicIntTest/2.LoadStore
[       OK ] AtomicIntTest/2.LoadStore (0 ms)
[ RUN      ] AtomicIntTest/2.SetSwapExchange
[       OK ] AtomicIntTest/2.SetSwapExchange (0 ms)
[ RUN      ] AtomicIntTest/2.MinMax
[       OK ] AtomicIntTest/2.MinMax (0 ms)
[ RUN      ] AtomicIntTest/2.Increment
[       OK ] AtomicIntTest/2.Increment (0 ms)
[----------] 4 tests from AtomicIntTest/2 (1 ms total)

[----------] 4 tests from AtomicIntTest/3, where TypeParam = unsigned long
[ RUN      ] AtomicIntTest/3.LoadStore
[       OK ] AtomicIntTest/3.LoadStore (0 ms)
[ RUN      ] AtomicIntTest/3.SetSwapExchange
[       OK ] AtomicIntTest/3.SetSwapExchange (0 ms)
[ RUN      ] AtomicIntTest/3.MinMax
[       OK ] AtomicIntTest/3.MinMax (0 ms)
[ RUN      ] AtomicIntTest/3.Increment
[       OK ] AtomicIntTest/3.Increment (0 ms)
[----------] 4 tests from AtomicIntTest/3 (1 ms total)

[----------] 1 test from Atomic
[ RUN      ] Atomic.AtomicBool
[       OK ] Atomic.AtomicBool (0 ms)
[----------] 1 test from Atomic (0 ms total)

[----------] Global test environment tear-down
[==========] 17 tests from 5 test suites ran. (6 ms total)
[  PASSED  ] 17 tests.
