Skip to content

Commit 65b424b

Browse files
committed
Skip VM tests that hang on Windows
Three dart:io tests in the co19 suite are hanging, causing test infrastructure failures. Skipping them until the problem is fixed. BUG=dart-lang/sdk#32138 Change-Id: I5102eef49bf094158535aa2b938930994d4df4dd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169880 Reviewed-by: Martin Kustermann <kustermann@google.com>
1 parent 9cd13cd commit 65b424b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tests/co19/co19-runtime.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
LibTest/core/Uri/hasEmptyPath_A01_t01: RuntimeError
77
LibTest/core/Uri/parse_A05_t01: RuntimeError
88

9+
[ $system == windows ]
10+
LibTest/io/Stdin/readByteSync_A01_t01: Skip # Issue 43645
11+
LibTest/io/Stdin/readByteSync_A01_t02: Skip # Issue 43645
12+
913
[ $arch == simarm64 && $runtime == dart_precompiled ]
1014
LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898
1115

tests/co19_2/co19_2-runtime.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
LibTest/core/Uri/hasEmptyPath_A01_t01: RuntimeError
77
LibTest/core/Uri/parse_A05_t01: RuntimeError
88

9+
[ $system == windows ]
10+
LibTest/io/ProcessResult/exitCode_A01_t02: Skip # Issue 43645
11+
912
[ $compiler != dart2js && $runtime != none && $runtime != vm && !$checked ]
1013
LibTest/async/Future/catchError_A03_t05: RuntimeError
1114

0 commit comments

Comments
 (0)