Skip to content

Commit c989cdd

Browse files
committed
Update status for VM kernel precompiled mode
This fixes two incorrect status changes in commit 473eb4b. There were duplicate lines for some tests and the wrong line was removed for two of them. TBR: [email protected] Change-Id: I518d444d0717f6e6b76130dd284746d6f100c54a Reviewed-on: https://dart-review.googlesource.com/34700 Reviewed-by: William Hesse <[email protected]>
1 parent 3727e4d commit c989cdd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/language_2/language_2_kernel.status

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ issue18628_2_test/01: MissingCompileTimeError
489489
issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
490490
issue_25671a_test/01: CompileTimeError # Test assumes Dart 1.0 semantics
491491
issue_25671b_test/01: DartkCrash
492-
language_2/least_upper_bound_expansive_test/none: CompileTimeError
493492
least_upper_bound_expansive_test/none: CompileTimeError
494493
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
495494
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports.
@@ -1295,7 +1294,7 @@ generic_methods_recursive_bound_test/03: Crash, Pass
12951294
generic_methods_recursive_bound_test/03: MissingRuntimeError
12961295
generic_methods_recursive_bound_test/03: Pass
12971296
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
12991298
generic_methods_unused_parameter_test: RuntimeError # Issue 31402 (Variable declaration)
13001299
generic_no_such_method_dispatcher_simple_test: CompileTimeError # Issue 31533
13011300
generic_no_such_method_dispatcher_test: CompileTimeError # Issue 31533
@@ -1344,8 +1343,7 @@ issue21079_test: SkipByDesign
13441343
issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
13451344
issue_25671a_test/01: CompileTimeError # Test assumes Dart 1.0 semantics
13461345
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
13491347
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
13501348
library_env_test/has_mirror_support: RuntimeError, OK
13511349
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports.

0 commit comments

Comments
 (0)