File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
libcxx/test/std/input.output/iostream.objects Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // TODO: Investigate
10
- // UNSUPPORTED: LIBCXX-AIX-FIXME
11
-
12
9
// QEMU does not detect EOF, when reading from stdin
13
10
// "echo -n" suppresses any characters after the output and so the test hangs.
14
11
// https://gitlab.com/qemu-project/qemu/-/issues/1963
23
20
// istream cin;
24
21
25
22
// RUN: %{build}
26
- // RUN: echo -n 1234 | %{exec} %t.exe
23
+ // RUN: echo -n 1234 > %t.input
24
+ // RUN: %{exec} %t.exe < %t.input
27
25
28
26
#include < iostream>
29
27
#include < cassert>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // TODO: Investigate
10
- // UNSUPPORTED: LIBCXX-AIX-FIXME
11
-
12
9
// This test hangs on Android devices that lack shell_v2, which was added in
13
10
// Android N (API 24).
14
11
// UNSUPPORTED: LIBCXX-ANDROID-FIXME && android-device-api={{2[1-3]}}
20
17
// UNSUPPORTED: no-wide-characters
21
18
22
19
// RUN: %{build}
23
- // RUN: echo -n 1234 | %{exec} %t.exe
20
+ // RUN: echo -n 1234 > %t.input
21
+ // RUN: %{exec} %t.exe < %t.input
24
22
25
23
#include < iostream>
26
24
#include < cassert>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // TODO: Investigate
10
- // UNSUPPORTED: LIBCXX-AIX-FIXME
11
-
12
9
// This test hangs on Android devices that lack shell_v2, which was added in
13
10
// Android N (API 24).
14
11
// UNSUPPORTED: LIBCXX-ANDROID-FIXME && android-device-api={{2[1-3]}}
20
17
// UNSUPPORTED: no-wide-characters
21
18
22
19
// RUN: %{build}
23
- // RUN: echo -n 1234 | %{exec} %t.exe
20
+ // RUN: echo -n 1234 > %t.input
21
+ // RUN: %{exec} %t.exe < %t.input
24
22
25
23
#include < iostream>
26
24
#include < cassert>
You can’t perform that action at this time.
0 commit comments