Skip to content

Commit 977a92e

Browse files
Update libcxx skips for a new compiler warning (#5283)
1 parent d43d49a commit 977a92e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/libcxx/expected_results.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1381,3 +1381,9 @@ std/containers/sequences/vector/vector.modifiers/assert.push_back.invalidation.p
13811381
# This test is marked as `REQUIRES: has-unix-headers, libcpp-has-abi-bounded-iterators-in-std-array`.
13821382
# Listing these on separate lines would allow magic_comments.txt to recognize it.
13831383
std/containers/sequences/array/assert.iterators.pass.cpp:9 SKIPPED
1384+
1385+
# These tests emit C5321, which warns when the resolution to core issue 1656 affects a u8 string literal.
1386+
# The conformant behavior is opt-in because it can silently change behavior.
1387+
# : warning C5321: nonstandard extension used: encoding '\x80' as a multi-byte utf-8 character. Use \u instead for cross platform compatibility or '/Zc:u8EscapeEncoding' to disable the extension.
1388+
std/utilities/format/format.functions/escaped_output.unicode.pass.cpp:9 SKIPPED
1389+
std/utilities/format/format.functions/fill.unicode.pass.cpp:9 SKIPPED

0 commit comments

Comments
 (0)