mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-01 14:58:18 +00:00
[libc++] tests with picolibc: handle stdin (#74712)
Add proper explanation for cin.sh.cpp fail. The stdin-is-piped.sh.cpp used to fail with old qemu (4.2.0), but should pass now, as the qemu is updated now to 8.1.3 in CI.
This commit is contained in:
parent
52fe16a47e
commit
ed61123ff0
@ -8,8 +8,6 @@
|
||||
|
||||
// Make sure that the executor pipes standard input to the test-executable being run.
|
||||
|
||||
// XFAIL: LIBCXX-PICOLIBC-FIXME
|
||||
|
||||
// RUN: %{build}
|
||||
// RUN: echo "abc" | %{exec} %t.exe
|
||||
|
||||
|
@ -8,7 +8,11 @@
|
||||
|
||||
// TODO: Investigate
|
||||
// UNSUPPORTED: LIBCXX-AIX-FIXME
|
||||
// XFAIL: LIBCXX-PICOLIBC-FIXME
|
||||
|
||||
// QEMU does not detect EOF, when reading from stdin
|
||||
// "echo -n" suppresses any characters after the output and so the test hangs.
|
||||
// https://gitlab.com/qemu-project/qemu/-/issues/1963
|
||||
// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
|
||||
|
||||
// This test hangs on Android devices that lack shell_v2, which was added in
|
||||
// Android N (API 24).
|
||||
|
Loading…
x
Reference in New Issue
Block a user