@@ -489,7 +489,6 @@ issue18628_2_test/01: MissingCompileTimeError
489
489
issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
490
490
issue_25671a_test/01: CompileTimeError # Test assumes Dart 1.0 semantics
491
491
issue_25671b_test/01: DartkCrash
492
- language_2/least_upper_bound_expansive_test/none: CompileTimeError
493
492
least_upper_bound_expansive_test/none: CompileTimeError
494
493
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
495
494
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports.
@@ -1295,7 +1294,7 @@ generic_methods_recursive_bound_test/03: Crash, Pass
1295
1294
generic_methods_recursive_bound_test/03: MissingRuntimeError
1296
1295
generic_methods_recursive_bound_test/03: Pass
1297
1296
generic_methods_reuse_type_variables_test: Pass
1298
- generic_methods_tearoff_specialization_test: CompileTimeError # Issue 31402 (Variable declaration)
1297
+ generic_methods_tearoff_specialization_test: RuntimeError
1299
1298
generic_methods_unused_parameter_test: RuntimeError # Issue 31402 (Variable declaration)
1300
1299
generic_no_such_method_dispatcher_simple_test: CompileTimeError # Issue 31533
1301
1300
generic_no_such_method_dispatcher_test: CompileTimeError # Issue 31533
@@ -1344,8 +1343,7 @@ issue21079_test: SkipByDesign
1344
1343
issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
1345
1344
issue_25671a_test/01: CompileTimeError # Test assumes Dart 1.0 semantics
1346
1345
issue_25671b_test/01: Crash
1347
- language_2/least_upper_bound_expansive_test/none: CompileTimeError
1348
- least_upper_bound_expansive_test/none: CompileTimeError
1346
+ least_upper_bound_expansive_test/none: RuntimeError
1349
1347
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
1350
1348
library_env_test/has_mirror_support: RuntimeError, OK
1351
1349
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports.
0 commit comments