From 1c06d14fce67991819c8fd698ac8986d1480930f Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Thu, 12 Aug 2021 10:55:21 +0000 Subject: [PATCH] [co19] Skip broken tests also in co19_2 https://github.com/dart-lang/co19/issues/1137 Change-Id: I32e81daed87ad8943023ad923fddd686b3b2362e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209961 Reviewed-by: William Hesse --- tests/co19_2/co19_2-co19.status | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/co19_2/co19_2-co19.status b/tests/co19_2/co19_2-co19.status index 3d7b0c2df3b..ff5abb641b0 100644 --- a/tests/co19_2/co19_2-co19.status +++ b/tests/co19_2/co19_2-co19.status @@ -8,3 +8,9 @@ Language/Generics/Superbounded_types/typedef2_A01_t04: SkipByDesign # https://gi Language/Generics/typedef_A08_t02: SkipByDesign # https://github.com/dart-lang/sdk/issues/46483 Language/Generics/typedef_A08_t03: SkipByDesign # https://github.com/dart-lang/sdk/issues/46483 Language/Generics/typedef_A08_t04: SkipByDesign # https://github.com/dart-lang/sdk/issues/46483 +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 + +[ $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.