Index: tests/language/language_kernel.status |
diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status |
index d74416d5800fae4c8f423a7a5b344397d922f22e..87290b2c721909966503f768e90aa57e2107e09d 100644 |
--- a/tests/language/language_kernel.status |
+++ b/tests/language/language_kernel.status |
@@ -44,6 +44,33 @@ vm/reflect_core_vm_test: CompileTimeError |
vm/regress_27201_test: CompileTimeError |
main_not_a_function_test/01: Pass # Fails if tree shaking is disabled |
type_variable_conflict2_test/02: MissingCompileTimeError |
+covariant_test/06: MissingCompileTimeError # 28166 |
+covariant_test/06b: MissingCompileTimeError # 28166 |
+covariant_test/07: MissingCompileTimeError # 28166 |
+covariant_test/08: MissingCompileTimeError # 28166 |
+covariant_test/11: MissingCompileTimeError # 28166 |
+covariant_test/15: MissingCompileTimeError # 28166 |
+covariant_test/26: MissingCompileTimeError # 28166 |
+covariant_test/26b: MissingCompileTimeError # 28166 |
+covariant_test/27: MissingCompileTimeError # 28166 |
+covariant_test/28: MissingCompileTimeError # 28166 |
+covariant_test/31: MissingCompileTimeError # 28166 |
+covariant_test/35: MissingCompileTimeError # 28166 |
+covariant_test/40: DartkCompileTimeError # 28166 |
+covariant_test/40b: DartkCompileTimeError # 28166 |
+covariant_test/42: DartkCompileTimeError # 28166 |
+covariant_test/46: MissingCompileTimeError # 28166 |
+covariant_test/46b: MissingCompileTimeError # 28166 |
+covariant_test/47: MissingCompileTimeError # 28166 |
+covariant_test/51: MissingCompileTimeError # 28166 |
+covariant_test/52: DartkCompileTimeError # 28166 |
+covariant_test/54: DartkCompileTimeError # 28166 |
+covariant_test/55: MissingCompileTimeError # 28166 |
+covariant_test/56: DartkCompileTimeError # 28166 |
+covariant_override_test: DartkCompileTimeError # Issue 28166 |
+generic_function_typedef2_test: DartkCrash # Issue 27966 |
+generic_function_typedef_test: DartkCrash # Issue 27966 |
+function_type/function_type*: DartkCrash # Issue 27966 |
# dartk: JIT failures |
[ $compiler == dartk && $runtime == vm ] |