Skip to content

Commit 354c99b

Browse files
committed
[libc++] Temporarily disable std::cin tests on Windows -> Linux cross compiler
To get the bot back to green as we figure out how to handle piping data into a test running behind a SSH executor.
1 parent 4cf8da9 commit 354c99b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// TODO: Investigate
1010
// UNSUPPORTED: LIBCXX-AIX-FIXME
1111

12+
// TODO: Make it possible to run this test when cross-compiling and running via a SSH executor
13+
// This is a workaround to silence issues reported in https://github.com/llvm/llvm-project/pull/66842#issuecomment-1728701639
14+
// XFAIL: buildhost=windows && target={{.+}}-linux-{{.+}}
15+
1216
// <iostream>
1317

1418
// istream cin;

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// TODO: Investigate
1010
// UNSUPPORTED: LIBCXX-AIX-FIXME
1111

12+
// TODO: Make it possible to run this test when cross-compiling and running via a SSH executor
13+
// This is a workaround to silence issues reported in https://github.com/llvm/llvm-project/pull/66842#issuecomment-1728701639
14+
// XFAIL: buildhost=windows && target={{.+}}-linux-{{.+}}
15+
1216
// <iostream>
1317

1418
// wistream wcin;

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// TODO: Investigate
1010
// UNSUPPORTED: LIBCXX-AIX-FIXME
1111

12+
// TODO: Make it possible to run this test when cross-compiling and running via a SSH executor
13+
// This is a workaround to silence issues reported in https://github.com/llvm/llvm-project/pull/66842#issuecomment-1728701639
14+
// XFAIL: buildhost=windows && target={{.+}}-linux-{{.+}}
15+
1216
// <iostream>
1317

1418
// wistream wcin;

0 commit comments

Comments
 (0)