Index: tests/language/language_kernel.status |
diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status |
index bb8460cdba8f86fc4a138cc7b1bfb564623a8329..5d81fbd8980390a96f8f60fb88eb40a1ce361da9 100644 |
--- a/tests/language/language_kernel.status |
+++ b/tests/language/language_kernel.status |
@@ -76,7 +76,6 @@ config_import_test: RuntimeError # KernelVM bug: Configurable imports. |
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports. |
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports. |
-compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
const_nested_test: RuntimeError # KernelVM bug: Constant evaluation. |
@@ -92,9 +91,6 @@ switch_case_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation |
switch_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
switch_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-compile_time_constant_k_test/01: RuntimeError # KernelVM bug: Constant map duplicated key. |
-compile_time_constant_k_test/02: RuntimeError # KernelVM bug: Constant map duplicated key. |
-compile_time_constant_k_test/03: RuntimeError # KernelVM bug: Constant map duplicated key. |
compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map duplicated key. |
compile_time_constant_o_test/02: RuntimeError # KernelVM bug: Constant map duplicated key. |
const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map duplicated key. |
@@ -226,7 +222,6 @@ regress_23498_test: Crash |
# dartk: checked mode failures |
[ $checked && ($compiler == dartk || $compiler == dartkp) ] |
async_await_test: RuntimeError |
-compile_time_constant_checked_test/02: MissingCompileTimeError |
const_constructor2_test/20: MissingCompileTimeError |
const_constructor2_test/22: MissingCompileTimeError |
const_constructor2_test/24: MissingCompileTimeError |