Skip to content

Commit a132470

Browse files
committed
[libc++][atomic_ref] Fiddle with hardening-mode annotations in preconditions tests
1 parent 7def396 commit a132470

6 files changed

+6
-6
lines changed

libcxx/test/libcxx/atomics/atomics.ref/assert.compare_exchange_strong.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//===----------------------------------------------------------------------===//
77
// REQUIRES: has-unix-headers
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: libcpp-hardening-mode=none
9+
// UNSUPPORTED: libcpp-hardening-mode={{extensive|debug}}
1010
// XFAIL: availability-verbose_abort-missing
1111
// ADDITIONAL_COMPILE_FLAGS: -Wno-user-defined-warnings
1212

libcxx/test/libcxx/atomics/atomics.ref/assert.compare_exchange_weak.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//===----------------------------------------------------------------------===//
77
// REQUIRES: has-unix-headers
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: libcpp-hardening-mode=none
9+
// UNSUPPORTED: libcpp-hardening-mode={{extensive|debug}}
1010
// XFAIL: availability-verbose_abort-missing
1111
// ADDITIONAL_COMPILE_FLAGS: -Wno-user-defined-warnings
1212

libcxx/test/libcxx/atomics/atomics.ref/assert.ctor.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//===----------------------------------------------------------------------===//
77
// REQUIRES: has-unix-headers
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: libcpp-hardening-mode=none
9+
// UNSUPPORTED: libcpp-hardening-mode={{extensive|debug}}
1010
// XFAIL: availability-verbose_abort-missing
1111

1212
// <atomic>

libcxx/test/libcxx/atomics/atomics.ref/assert.load.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//===----------------------------------------------------------------------===//
77
// REQUIRES: has-unix-headers
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: libcpp-hardening-mode=none
9+
// UNSUPPORTED: libcpp-hardening-mode={{extensive|debug}}
1010
// XFAIL: availability-verbose_abort-missing
1111
// ADDITIONAL_COMPILE_FLAGS: -Wno-user-defined-warnings
1212

libcxx/test/libcxx/atomics/atomics.ref/assert.store.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//===----------------------------------------------------------------------===//
77
// REQUIRES: has-unix-headers
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: libcpp-hardening-mode=none
9+
// UNSUPPORTED: libcpp-hardening-mode={{extensive|debug}}
1010
// XFAIL: availability-verbose_abort-missing
1111
// ADDITIONAL_COMPILE_FLAGS: -Wno-user-defined-warnings
1212

libcxx/test/libcxx/atomics/atomics.ref/assert.wait.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//===----------------------------------------------------------------------===//
77
// REQUIRES: has-unix-headers
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: libcpp-hardening-mode=none
9+
// UNSUPPORTED: libcpp-hardening-mode={{extensive|debug}}
1010
// XFAIL: availability-verbose_abort-missing
1111
// ADDITIONAL_COMPILE_FLAGS: -Wno-user-defined-warnings
1212

0 commit comments

Comments
 (0)