diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status index 60c3a7a4297..74404cf716f 100644 --- a/tests/co19/co19-co19.status +++ b/tests/co19/co19-co19.status @@ -2,8 +2,6 @@ # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. -Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Skip # https://github.com/dart-lang/co19/issues/1137 -Language/Libraries_and_Scripts/Scripts/top_level_main_t06: Skip # https://github.com/dart-lang/co19/issues/1137 LibTest/io/HttpClient/findProxy_A01_t01: Skip # https://github.com/dart-lang/co19/issues/1129 LibTest/io/HttpClient/findProxy_A01_t02: Skip # https://github.com/dart-lang/co19/issues/1129 LibTest/io/HttpClient/findProxy_A02_t01: Skip # https://github.com/dart-lang/co19/issues/1129 @@ -14,6 +12,3 @@ LibTest/io/RawDatagramSocket/*: Skip # https://github.com/dart-lang/co19/issues/ LanguageFeatures/nnbd/static/strong/*: SkipByDesign # Strong mode tests should not be run with analyzer LanguageFeatures/nnbd/static/weak/*: SkipByDesign # Weak mode tests should not be run with analyzer -[ $compiler == dart2js || $compiler == dartdevk ] -Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses dart:io. -Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io. diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status index b16c87507a9..6089df43274 100644 --- a/tests/co19/co19-dart2js.status +++ b/tests/co19/co19-dart2js.status @@ -20,6 +20,8 @@ Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign # dart:is Language/Functions/External_Functions/not_connected_to_a_body_t01: SkipByDesign # Non-JS-interop external members are not supported Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t01: SkipByDesign # https://github.com/dart-lang/co19/issues/952 Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t03: SkipByDesign # https://github.com/dart-lang/co19/issues/952 +Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses dart:io. +Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io. Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported Language/Libraries_and_Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523. diff --git a/tests/co19/co19-dartdevc.status b/tests/co19/co19-dartdevc.status index f0c1a51f2e0..ef9405dc827 100644 --- a/tests/co19/co19-dartdevc.status +++ b/tests/co19/co19-dartdevc.status @@ -18,6 +18,8 @@ Language/Expressions/Shift/integer_t06: SkipByDesign # uses integer literal not Language/Expressions/Shift/integer_t07: SkipByDesign # uses integer literal not representable as JavaScript number Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign # dart:isolate not supported. Language/Functions/External_Functions/not_connected_to_a_body_t01: SkipByDesign # External variables are not supported +Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses dart:io. +Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io. Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # External variables are not supported Language/Libraries_and_Scripts/top_level_syntax_t01: SkipByDesign # External variables are not supported Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523 diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status index c62ddcc4b03..92bf7b55d00 100644 --- a/tests/co19/co19-kernel.status +++ b/tests/co19/co19-kernel.status @@ -2,9 +2,6 @@ # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file. -[ $compiler == dartk ] -Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash # https://github.com/dart-lang/sdk/issues/42487 - [ $runtime == dart_precompiled ] Language/Metadata/syntax_t10: SkipByDesign # dart:mirrors is not supported LibTest/io/RawDatagramSocket/join_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195 diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index f8106256ed7..971e2cedf96 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -35,5 +35,4 @@ LibTest/collection/ListMixin/ListMixin_class_A01_t06: SkipSlow # Very slow on si LibTest/ffi/*: SkipByDesign # dart:ffi is not supported on sim architectures [ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ] -Language/Expressions/Numbers/syntax_t34: SkipByDesign # expects integer literal error that only occurs in JS LibTest/html/*: SkipByDesign # dart:html not supported on VM.