diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index fb4d9814884..c02247c5489 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -3,8 +3,9 @@ # BSD-style license that can be found in the LICENSE file. [ $system == windows ] -LibTest/io/Stdin/readByteSync_A01_t01: Skip # Issue 43645 -LibTest/io/Stdin/readByteSync_A01_t02: Skip # Issue 43645 +LibTest/io/ProcessResult/exitCode_A01_t02: Skip # Issue 32138 +LibTest/io/Stdin/readByteSync_A01_t01: Skip # Issue 32138 +LibTest/io/Stdin/readByteSync_A01_t02: Skip # Issue 32138 [ $mode == debug && $runtime == dart_precompiled ] LibTest/collection/ListBase/ListBase_class_A01_t03: SkipSlow # Very slow compilation in debug mode. diff --git a/tests/co19_2/co19_2-runtime.status b/tests/co19_2/co19_2-runtime.status index 9236eaf82ec..8b0a06c2b52 100644 --- a/tests/co19_2/co19_2-runtime.status +++ b/tests/co19_2/co19_2-runtime.status @@ -3,7 +3,9 @@ # BSD-style license that can be found in the LICENSE file. [ $system == windows ] -LibTest/io/ProcessResult/exitCode_A01_t02: Skip # Issue 43645 +LibTest/io/ProcessResult/exitCode_A01_t02: Skip # Issue 32138 +LibTest/io/Stdin/readByteSync_A01_t01: Skip # Issue 32138 +LibTest/io/Stdin/readByteSync_A01_t02: Skip # Issue 32138 [ $mode == debug && $runtime == dart_precompiled ] LibTest/collection/ListBase/ListBase_class_A01_t03: SkipSlow # Very slow compilation in debug mode.