File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,10 @@ regress_29784_test/02: SkipByDesign # Requires checked mode.
22
22
stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed.
23
23
type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
24
24
25
- [ $compiler != dartdevc && $compiler != dartdevk && $compiler != dartk && $compiler != dartkp && $strong ]
25
+ [ $compiler != dart2js && $compiler != dartdevc && $compiler != dartdevk && $compiler != dartk && $compiler != dartkp && $strong ]
26
26
type_promotion_functions_test: CompileTimeError # Issue 30895: This test requires a complete rewrite for 2.0.
27
27
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 ]
32
29
compile_time_constant_static5_test/11: CompileTimeError # Issue 30546
33
30
compile_time_constant_static5_test/16: CompileTimeError # Issue 30546
34
31
compile_time_constant_static5_test/21: CompileTimeError # Issue 30546
@@ -37,6 +34,9 @@ issue_25671a_test/01: CompileTimeError
37
34
issue_25671b_test/01: CompileTimeError
38
35
type_promotion_more_specific_test/04: CompileTimeError # Issue 30906.
39
36
37
+ [ $compiler != dartdevc && !$checked ]
38
+ function_type/*: Skip # Needs checked mode.
39
+
40
40
[ $compiler != dartk && $compiler != dartkp && $mode == debug && $runtime == vm ]
41
41
built_in_identifier_type_annotation_test/15: Crash # Not supported by legacy VM front-end.
42
42
You can’t perform that action at this time.
0 commit comments