Skip to content

Commit cc76549

Browse files
committed
Fix strong test status
[email protected] Change-Id: I03936aec3ce113d57d089265d746f7199d0adab0 Reviewed-on: https://dart-review.googlesource.com/34260 Reviewed-by: Sigmund Cherem <[email protected]>
1 parent 8d7bc50 commit cc76549

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/language_2/language_2.status

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ regress_29784_test/02: SkipByDesign # Requires checked mode.
2222
stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed.
2323
type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
2424

25-
[ $compiler != dartdevc && $compiler != dartdevk && $compiler != dartk && $compiler != dartkp && $strong ]
25+
[ $compiler != dart2js && $compiler != dartdevc && $compiler != dartdevk && $compiler != dartk && $compiler != dartkp && $strong ]
2626
type_promotion_functions_test: CompileTimeError # Issue 30895: This test requires a complete rewrite for 2.0.
2727

28-
[ $compiler != dartdevc && !$checked ]
29-
function_type/*: Skip # Needs checked mode.
30-
31-
[ $compiler != dartdevk && $compiler != dartk && $compiler != dartkp && $strong ]
28+
[ $compiler != dart2js && $compiler != dartdevk && $compiler != dartk && $compiler != dartkp && $strong ]
3229
compile_time_constant_static5_test/11: CompileTimeError # Issue 30546
3330
compile_time_constant_static5_test/16: CompileTimeError # Issue 30546
3431
compile_time_constant_static5_test/21: CompileTimeError # Issue 30546
@@ -37,6 +34,9 @@ issue_25671a_test/01: CompileTimeError
3734
issue_25671b_test/01: CompileTimeError
3835
type_promotion_more_specific_test/04: CompileTimeError # Issue 30906.
3936

37+
[ $compiler != dartdevc && !$checked ]
38+
function_type/*: Skip # Needs checked mode.
39+
4040
[ $compiler != dartk && $compiler != dartkp && $mode == debug && $runtime == vm ]
4141
built_in_identifier_type_annotation_test/15: Crash # Not supported by legacy VM front-end.
4242

0 commit comments

Comments
 (0)