Skip to content

Commit 44dca2e

Browse files
committed
dart2js status updates
[email protected] Bug: Change-Id: Ica29e70ab8129b931fab8e751d433d96cd5bc36f Reviewed-on: https://dart-review.googlesource.com/9422 Reviewed-by: Stephen Adams <[email protected]>
1 parent ce427ac commit 44dca2e

File tree

1 file changed

+42
-36
lines changed

1 file changed

+42
-36
lines changed

tests/language_2/language_2_dart2js.status

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -649,31 +649,31 @@ static_setter_get_test/01: Crash # Issue 27394
649649
static_top_level_test/00: Crash # Issue 27394
650650
static_top_level_test/04: Crash # Issue 27394
651651

652-
[ $compiler == dart2js && !$checked ]
652+
[ $compiler == dart2js && !$checked && !$dart2js_with_kernel ]
653653
function_subtype_inline2_test: RuntimeError
654654

655-
[ $compiler == dart2js && $runtime != none && !$checked ]
656-
type_parameter_test/05: MissingCompileTimeError
657-
658655
[ $compiler == dart2js && !$checked && $minified && !$dart2js_with_kernel ]
659656
function_subtype_inline2_test: RuntimeError
660657

661-
[ $compiler == dart2js && $runtime == d8 ]
662-
constructor_call_as_function_test/01: MissingCompileTimeError
663-
constructor_duplicate_final_test/01: Pass
664-
constructor_duplicate_final_test/02: Pass
665-
666-
[ $compiler == dart2js && $runtime == d8 && !$checked]
667-
mixin_mixin_test: RuntimeError
658+
[ $compiler == dart2js && $runtime != none && !$checked && !$dart2js_with_kernel ]
668659
mixin_mixin2_test: RuntimeError
669660
mixin_mixin3_test: RuntimeError
670-
mixin_mixin4_test: RuntimeError
671-
mixin_mixin5_test: RuntimeError
672-
mixin_mixin6_test: RuntimeError
673-
mixin_mixin7_test: RuntimeError
674661
mixin_mixin_bound2_test: RuntimeError
675662
mixin_mixin_type_arguments_test: RuntimeError
676663
mixin_type_parameters_super_test: RuntimeError
664+
type_parameter_test/05: MissingCompileTimeError
665+
666+
[ $compiler == dart2js && $minified && !$dart2js_with_kernel ]
667+
cyclic_type2_test: Fail # Issue 12605
668+
cyclic_type_test/0*: Fail # Issue 12605
669+
generic_closure_test: Fail # Issue 12605
670+
mixin_mixin2_test: Fail # Issue 12605
671+
mixin_mixin3_test: Fail # Issue 12605
672+
mixin_mixin4_test: Fail # Issue 12605
673+
mixin_mixin5_test: Fail # Issue 12605
674+
mixin_mixin6_test: Fail # Issue 12605
675+
mixin_mixin_bound2_test: RuntimeError # Issue 12605
676+
mixin_mixin_bound_test: RuntimeError # Issue 12605
677677

678678
[ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ssa && !$dart2js_with_kernel ]
679679
assertion_initializer_const_function_test/none: RuntimeError
@@ -896,6 +896,7 @@ function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla
896896
function_subtype_closure1_test: RuntimeError
897897
function_subtype_factory1_test: RuntimeError
898898
function_subtype_inline1_test: RuntimeError
899+
function_subtype_inline2_test: RuntimeError
899900
function_subtype_named1_test: RuntimeError
900901
function_subtype_named2_test: RuntimeError
901902
function_subtype_not1_test: RuntimeError
@@ -955,7 +956,16 @@ method_override7_test/01: MissingCompileTimeError
955956
method_override7_test/02: MissingCompileTimeError
956957
method_override8_test/00: MissingCompileTimeError
957958
method_override8_test/01: MissingCompileTimeError
959+
mixin_mixin2_test: RuntimeError
960+
mixin_mixin3_test: RuntimeError
961+
mixin_mixin4_test: RuntimeError
962+
mixin_mixin5_test: RuntimeError
963+
mixin_mixin6_test: RuntimeError
964+
mixin_mixin7_test: RuntimeError
965+
mixin_mixin_bound2_test: RuntimeError
958966
mixin_mixin_bound_test: RuntimeError
967+
mixin_mixin_test: RuntimeError
968+
mixin_mixin_type_arguments_test: RuntimeError
959969
mixin_of_mixin_test/none: CompileTimeError
960970
mixin_super_2_test/none: CompileTimeError
961971
mixin_super_constructor2_test: RuntimeError
@@ -986,6 +996,7 @@ mixin_supertype_subclass4_test/03: CompileTimeError
986996
mixin_supertype_subclass4_test/04: CompileTimeError
987997
mixin_supertype_subclass4_test/05: CompileTimeError
988998
mixin_supertype_subclass4_test/none: CompileTimeError
999+
mixin_type_parameters_super_test: RuntimeError
9891000
modulo_test: RuntimeError
9901001
multiline_newline_test/04: MissingCompileTimeError
9911002
multiline_newline_test/04r: MissingCompileTimeError
@@ -1149,6 +1160,7 @@ function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla
11491160
function_subtype_closure1_test: RuntimeError
11501161
function_subtype_factory1_test: RuntimeError
11511162
function_subtype_inline1_test: RuntimeError
1163+
function_subtype_inline2_test: RuntimeError
11521164
function_subtype_named1_test: RuntimeError
11531165
function_subtype_named2_test: RuntimeError
11541166
function_subtype_not1_test: RuntimeError
@@ -1208,7 +1220,16 @@ method_override7_test/01: MissingCompileTimeError
12081220
method_override7_test/02: MissingCompileTimeError
12091221
method_override8_test/00: MissingCompileTimeError
12101222
method_override8_test/01: MissingCompileTimeError
1223+
mixin_mixin2_test: RuntimeError
1224+
mixin_mixin3_test: RuntimeError
1225+
mixin_mixin4_test: RuntimeError
1226+
mixin_mixin5_test: RuntimeError
1227+
mixin_mixin6_test: RuntimeError
1228+
mixin_mixin7_test: RuntimeError
1229+
mixin_mixin_bound2_test: RuntimeError
12111230
mixin_mixin_bound_test: RuntimeError
1231+
mixin_mixin_test: RuntimeError
1232+
mixin_mixin_type_arguments_test: RuntimeError
12121233
mixin_of_mixin_test/none: CompileTimeError
12131234
mixin_super_2_test/none: CompileTimeError
12141235
mixin_super_constructor2_test: RuntimeError
@@ -1239,6 +1260,7 @@ mixin_supertype_subclass4_test/03: CompileTimeError
12391260
mixin_supertype_subclass4_test/04: CompileTimeError
12401261
mixin_supertype_subclass4_test/05: CompileTimeError
12411262
mixin_supertype_subclass4_test/none: CompileTimeError
1263+
mixin_type_parameters_super_test: RuntimeError
12421264
mock_writable_final_field_test: RuntimeError # Issue 30847
12431265
mock_writable_final_private_field_test: RuntimeError # Issue 30847
12441266
modulo_test: RuntimeError
@@ -1290,16 +1312,14 @@ await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
12901312
[ $compiler == dart2js && $checked && !$dart2js_with_kernel ]
12911313
async_return_types_test/nestedFuture: Fail # Issue 26429
12921314
async_return_types_test/wrongTypeParameter: Fail # Issue 26429
1315+
covariant_subtyping_test: CompileTimeError
12931316
default_factory2_test/01: Fail # Issue 14121
12941317

12951318
[ $compiler == dart2js && !$checked && !$dart2js_with_kernel ]
12961319
bool_check_test: RuntimeError # Issue 29647
12971320
bool_condition_check_test: RuntimeError
12981321
generic_test: RuntimeError, OK
12991322

1300-
[ $compiler == dart2js && $checked ]
1301-
covariant_subtyping_test: CompileTimeError
1302-
13031323
[ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && !$dart2js_with_kernel ]
13041324
function_type/function_type14_test: Crash # Issue 27394
13051325
function_type/function_type15_test: Crash # Issue 27394
@@ -1349,14 +1369,9 @@ generic_function_typedef_test/none: Crash # Issue 27394
13491369
generic_function_typedef_test: Crash # Issue 27394
13501370
getter_setter_in_lib_test: Crash # Issue 27394
13511371

1352-
[ $compiler == dart2js && $runtime == safarimobilesim ]
1372+
[ $compiler == dart2js && $runtime == safarimobilesim && !$dart2js_with_kernel ]
13531373
call_through_getter_test: Fail, OK
13541374

1355-
[ $compiler == dart2js && $minified && !$dart2js_with_kernel ]
1356-
cyclic_type2_test: Fail # Issue 12605
1357-
cyclic_type_test/0*: Fail # Issue 12605
1358-
generic_closure_test: Fail # Issue 12605
1359-
13601375
[ $compiler == dart2js && $fast_startup && !$dart2js_with_kernel ]
13611376
instance_creation_in_function_annotation_test: Fail # mirrors not supported
13621377
deferred_constraints_constants_test/none: Fail # mirrors not supported
@@ -1373,10 +1388,10 @@ null_test/0*: Pass # mirrors not supported, fails for the wrong reason
13731388
null_test/none: Fail # mirrors not supported
13741389
vm/reflect_core_vm_test: Fail # mirrors not supported
13751390

1376-
[ $compiler == dart2js && $runtime == chrome && $system == macos ]
1391+
[ $compiler == dart2js && $runtime == chrome && $system == macos && !$dart2js_with_kernel ]
13771392
await_future_test: Pass, Timeout # Issue 26735
13781393

1379-
[ $compiler == dart2js && $system == windows ]
1394+
[ $compiler == dart2js && $system == windows && !$dart2js_with_kernel ]
13801395
string_literals_test: Pass, RuntimeError # Failures on dart2js-win7-chrome-4-4-be and dart2js-win7-ie11ff-4-4-be
13811396

13821397
[ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && !$dart2js_with_kernel ]
@@ -1394,17 +1409,8 @@ deferred_global_test: Crash # Issue 27394
13941409
[ $compiler == dart2js && $runtime != drt ]
13951410
issue23244_test: RuntimeError # 23244
13961411

1397-
[ $compiler == dart2js && $runtime == chrome ]
1412+
[ $compiler == dart2js && $runtime == chrome && !$dart2js_with_kernel ]
13981413
enum_mirror_test: pass
13991414

14001415
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
14011416
override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
1402-
1403-
[ $compiler == dart2js && $minified && ! $dart2js_with_kernel ]
1404-
mixin_mixin2_test: Fail # Issue 12605
1405-
mixin_mixin3_test: Fail # Issue 12605
1406-
mixin_mixin4_test: Fail # Issue 12605
1407-
mixin_mixin5_test: Fail # Issue 12605
1408-
mixin_mixin6_test: Fail # Issue 12605
1409-
mixin_mixin_bound_test: RuntimeError # Issue 12605
1410-
mixin_mixin_bound2_test: RuntimeError # Issue 12605

0 commit comments

Comments
 (0)