[libcxx-commits] [libcxx] 11352fa - Revert a test using padding bits in atomics

Olivier Giroux via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 9 12:15:07 PDT 2020


Author: Olivier Giroux
Date: 2020-09-09T12:14:53-07:00
New Revision: 11352fa83bcb6dcff1f6704e6dcd1102bfc1aa53

URL: https://github.com/llvm/llvm-project/commit/11352fa83bcb6dcff1f6704e6dcd1102bfc1aa53
DIFF: https://github.com/llvm/llvm-project/commit/11352fa83bcb6dcff1f6704e6dcd1102bfc1aa53.diff

LOG: Revert a test using padding bits in atomics

Added: 
    

Modified: 
    libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h b/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
index 1cb3a3d11114..d06cca9bbe5c 100644
--- a/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
+++ b/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
@@ -95,7 +95,7 @@ struct TestEachAtomicType {
             These aren't going to be lock-free,
             so some libatomic.a is necessary.
         */
-        TestFunctor<WeirdUserAtomicType>()();
+        //TestFunctor<WeirdUserAtomicType>()(); //< Actually, nobody is ready for this until P0528
         TestFunctor<LargeUserAtomicType>()();
 #endif
         TestFunctor<int*>()();


        


More information about the libcxx-commits mailing list