From a6342dcfcb6c2b79bd18f52839f1dcfb1dc84de5 Mon Sep 17 00:00:00 2001 From: "Sergey G. Grekhov" Date: Wed, 9 Jun 2021 14:17:11 +0000 Subject: [PATCH] [co19] co19_2 status file updated Change-Id: Ic246235bdffbd3dc7332352680e2a9ebcde205c1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202774 Commit-Queue: Erik Ernst Reviewed-by: Erik Ernst --- tests/co19_2/co19_2-kernel.status | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/co19_2/co19_2-kernel.status b/tests/co19_2/co19_2-kernel.status index 5caa9d036ed..660bb987eb8 100644 --- a/tests/co19_2/co19_2-kernel.status +++ b/tests/co19_2/co19_2-kernel.status @@ -4,11 +4,9 @@ [ $compiler == dartk ] Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash -LibTest/isolate/SendPort/send_A01_t02: Crash -LibTest/isolate/SendPort/send_A01_t03: Crash [ $compiler == fasta ] -LanguageFeatures/Constant-update-2018/NewOperators_A01_t06/none: Crash +LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t04: SkipByDesign # Won't fix. See https://github.com/dart-lang/sdk/issues/46288 [ $runtime == vm ] LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass # Does many calls @@ -16,9 +14,6 @@ LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass # Does many cal LibTest/core/List/List_class_A01_t02: Slow, Pass # Does many calls LibTest/io/RawDatagramSocket/*: Skip # RawDatagramSocket are flacky. Skip them all until rewritten -[ $compiler == dartk && $runtime == vm && $system == linux ] -LibTest/isolate/Isolate/spawn_A06_t03: Crash - [ $compiler == dartk && $runtime == vm && $system == macos ] LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass LibTest/collection/ListBase/ListBase_class_A01_t03: Slow, Pass @@ -27,9 +22,6 @@ LibTest/collection/ListMixin/ListMixin_class_A01_t03: Slow, Pass LibTest/core/List/List_class_A01_t02: Slow, Pass LibTest/core/List/List_class_A01_t03: Slow, Pass -[ $compiler == dartk && $runtime != vm ] -Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t01: Crash - # It makes no sense to run any test that uses spawnURI under the simulator # as that would involve running CFE (the front end) in simulator mode # to compile the URI file specified in spawnURI code.