| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index 9bac94282eb5394702d21d489d0b2a9d068c7811..98ae1fdb5aad4a9cd1183dc2f5a94884e8a56187 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -103,6 +103,65 @@ type_variable_conflict2_test/06: DartkMissingCompileTimeError
|
| type_variable_conflict2_test/08: DartkMissingCompileTimeError
|
| type_variable_conflict2_test/10: DartkMissingCompileTimeError
|
|
|
| +# dartk: precompilation failures
|
| +[ $compiler == dartkp && $runtime == dart_precompiled ]
|
| +const_for_in_variable_test/01: MissingCompileTimeError
|
| +constructor_duplicate_final_test/03: MissingCompileTimeError
|
| +enum_syntax_test/06: MissingCompileTimeError
|
| +external_test/21: MissingCompileTimeError
|
| +external_test/24: MissingCompileTimeError
|
| +external_test/25: MissingCompileTimeError
|
| +final_syntax_test/01: MissingCompileTimeError
|
| +final_syntax_test/02: MissingCompileTimeError
|
| +final_syntax_test/03: MissingCompileTimeError
|
| +final_syntax_test/04: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/01: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/02: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/03: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/04: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/05: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/06: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/07: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/08: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/09: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/10: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/11: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/12: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/13: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/14: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/15: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/16: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/17: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/18: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/19: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/20: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/21: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/22: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/23: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/24: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/25: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/26: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/27: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/28: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/29: MissingCompileTimeError
|
| +mixin_illegal_superclass_test/30: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/01: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/02: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/03: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/04: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/05: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/06: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/07: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/08: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/09: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/10: MissingCompileTimeError
|
| +mixin_illegal_super_use_test/11: MissingCompileTimeError
|
| +multiline_newline_test/04: MissingCompileTimeError
|
| +multiline_newline_test/05: MissingCompileTimeError
|
| +multiline_newline_test/06: MissingCompileTimeError
|
| +regress_27617_test/1: MissingCompileTimeError
|
| +type_variable_conflict2_test/02: MissingCompileTimeError
|
| +
|
|
|
| ###############################################################################
|
| # VM Entries
|
|
|