mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 11:23:58 +00:00
[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:
parent
4cf8da9419
commit
354c99bb5f
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user