[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.
This commit is contained in:
Louis Dionne 2023-09-21 07:39:01 -04:00
parent 4cf8da9419
commit 354c99bb5f
3 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,10 @@
// TODO: Investigate
// UNSUPPORTED: LIBCXX-AIX-FIXME
// TODO: Make it possible to run this test when cross-compiling and running via a SSH executor
// This is a workaround to silence issues reported in https://github.com/llvm/llvm-project/pull/66842#issuecomment-1728701639
// XFAIL: buildhost=windows && target={{.+}}-linux-{{.+}}
// <iostream>
// istream cin;

View File

@ -9,6 +9,10 @@
// TODO: Investigate
// UNSUPPORTED: LIBCXX-AIX-FIXME
// TODO: Make it possible to run this test when cross-compiling and running via a SSH executor
// This is a workaround to silence issues reported in https://github.com/llvm/llvm-project/pull/66842#issuecomment-1728701639
// XFAIL: buildhost=windows && target={{.+}}-linux-{{.+}}
// <iostream>
// wistream wcin;

View File

@ -9,6 +9,10 @@
// TODO: Investigate
// UNSUPPORTED: LIBCXX-AIX-FIXME
// TODO: Make it possible to run this test when cross-compiling and running via a SSH executor
// This is a workaround to silence issues reported in https://github.com/llvm/llvm-project/pull/66842#issuecomment-1728701639
// XFAIL: buildhost=windows && target={{.+}}-linux-{{.+}}
// <iostream>
// wistream wcin;