File tree 3 files changed +12
-0
lines changed
libcxx/test/std/input.output/iostream.objects
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 9
9
// TODO: Investigate
10
10
// UNSUPPORTED: LIBCXX-AIX-FIXME
11
11
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
+
12
16
// <iostream>
13
17
14
18
// istream cin;
Original file line number Diff line number Diff line change 9
9
// TODO: Investigate
10
10
// UNSUPPORTED: LIBCXX-AIX-FIXME
11
11
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
+
12
16
// <iostream>
13
17
14
18
// wistream wcin;
Original file line number Diff line number Diff line change 9
9
// TODO: Investigate
10
10
// UNSUPPORTED: LIBCXX-AIX-FIXME
11
11
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
+
12
16
// <iostream>
13
17
14
18
// wistream wcin;
You can’t perform that action at this time.
0 commit comments