Home | History | Annotate | Download | only in base

Lines Matching refs:TEST

14   // For now, we just test single threaded execution
18 // test that some future change to the asm code doesn't cause the
92 // Use test value that has non-zero bits in both halves, more for testing
115 // Use test value that has non-zero bits in both halves, more for testing
133 // Test at rollover boundary between int_max and int_min
144 // Test at 32-bit boundary for 64-bit atomic type.
213 TEST(AtomicOpsTest, Inc) {
218 TEST(AtomicOpsTest, CompareAndSwap) {
223 TEST(AtomicOpsTest, Exchange) {
228 TEST(AtomicOpsTest, IncrementBounds) {
233 TEST(AtomicOpsTest, Store) {
238 TEST(AtomicOpsTest, Load) {