Skip to content

Commit a6c5e9f

Browse files
committed
Mark a test as unsupported, take 3
1 parent 76119b1 commit a6c5e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/test/extensions/libcxx/odr_signature.assertion_semantics.sh.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// ABI tags have no effect in MSVC mode.
1010
// XFAIL: msvc
1111

12-
// Assertion semantics are not supported in C++03 mode
13-
// UNSUPPORTED: c++03
12+
// Assertion semantics are not supported in C++03 mode and currently are experimental.
13+
// UNSUPPORTED: c++03, libcpp-has-no-experimental-hardening-observe-semantic
1414

1515
// Test that we encode the assertion semantic in an ABI tag to avoid ODR violations when linking TUs that have different
1616
// values for it.

0 commit comments

Comments
 (0)