Skip to content

Commit 24161bc

Browse files
committed
[libc++] Move a few XFAILs to UNSUPPORTED for consistency
The wide stream tests should be marked as `UNSUPPORTED: no-wide-characters`, not XFAIL.
1 parent 354c99b commit 24161bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr.sh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// wostream wcerr;
1212

13-
// XFAIL: no-wide-characters
13+
// UNSUPPORTED: no-wide-characters
1414

1515
// RUN: %{build}
1616
// RUN: %{exec} %t.exe 2> %t.actual

libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// wistream wcin;
1919

20-
// XFAIL: no-wide-characters
20+
// UNSUPPORTED: no-wide-characters
2121

2222
// RUN: %{build}
2323
// RUN: echo -n 1234 | %{exec} %t.exe

libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// wostream wcout;
1212

13-
// XFAIL: no-wide-characters
13+
// UNSUPPORTED: no-wide-characters
1414

1515
// RUN: %{build}
1616
// RUN: %{exec} %t.exe > %t.actual

0 commit comments

Comments
 (0)