Chromium Code Reviews| Index: tests/language/language_kernel.status |
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status |
| index 5ecd977559c760d039fdadc3bbb9bc30f99cd918..e467d49a20f9410a98841612fbcf8598a6de2301 100644 |
| --- a/tests/language/language_kernel.status |
| +++ b/tests/language/language_kernel.status |
| @@ -11,9 +11,9 @@ large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| ############################################################################### |
| [ $compiler == dartk || $compiler == dartkp ] |
| -conditional_import_string_test: DartkCompileTimeError |
| -conditional_import_test: DartkCompileTimeError |
| -conflicting_type_variable_and_setter_test: DartkCompileTimeError |
| +conditional_import_string_test: CompileTimeError |
| +conditional_import_test: CompileTimeError |
| +conflicting_type_variable_and_setter_test: CompileTimeError |
| const_for_in_variable_test/01: MissingCompileTimeError |
| constructor_duplicate_final_test/03: MissingCompileTimeError |
| deep_nesting1_negative_test: DartkCrash |
| @@ -27,37 +27,69 @@ final_syntax_test/01: MissingCompileTimeError |
| final_syntax_test/02: MissingCompileTimeError |
| final_syntax_test/03: MissingCompileTimeError |
| final_syntax_test/04: MissingCompileTimeError |
| -generic_local_functions_test: DartkCompileTimeError # Issue 28515 |
| -generic_methods_generic_function_parameter_test: DartkCompileTimeError # Issue 28515 |
| -metadata_test: DartkCompileTimeError |
| -multiline_newline_test/01: DartkCompileTimeError |
| -multiline_newline_test/02: DartkCompileTimeError |
| -multiline_newline_test/03: DartkCompileTimeError |
| +generic_local_functions_test: CompileTimeError # Issue 28515 |
| +generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
| +main_not_a_function_test/01: DartkCrash |
| +metadata_test: CompileTimeError |
| +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 |
| +mixin_illegal_superclass_test/01: MissingCompileTimeError |
| +mixin_illegal_superclass_test/02: MissingCompileTimeError |
| +mixin_illegal_superclass_test/03: MissingCompileTimeError |
|
kustermann
2017/01/31 15:39:00
Why do these suddendly pop up?
Vyacheslav Egorov (Google)
2017/01/31 17:06:56
Done.
|
| +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 |
| +multiline_newline_test/01: CompileTimeError |
| +multiline_newline_test/02: CompileTimeError |
| +multiline_newline_test/03: CompileTimeError |
| multiline_newline_test/04: MissingCompileTimeError |
| multiline_newline_test/05: MissingCompileTimeError |
| multiline_newline_test/06: MissingCompileTimeError |
| -not_enough_positional_arguments_test/01: DartkCompileTimeError |
| regress_27617_test/1: MissingCompileTimeError |
| -type_variable_conflict2_test/02: MissingCompileTimeError |
| -vm/debug_break_enabled_vm_test/01: DartkCompileTimeError |
| -vm/debug_break_enabled_vm_test/none: DartkCompileTimeError |
| -vm/reflect_core_vm_test: DartkCompileTimeError |
| -vm/regress_27201_test: DartkCompileTimeError |
| vm/regress_28325_test: RuntimeError # Issue 28055. |
| - |
| -# dartk: temporary failure |
| -mixin_illegal_syntax_test/00: DartkCrash |
| - |
| -# Passing for the wrong reason |
| +vm/debug_break_enabled_vm_test/01: CompileTimeError |
| +vm/debug_break_enabled_vm_test/none: CompileTimeError |
| +vm/reflect_core_vm_test: CompileTimeError |
| +vm/regress_27201_test: CompileTimeError |
| language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled |
| # dartk: JIT failures |
| [ $compiler == dartk && $runtime == vm ] |
| config_import_corelib_test: RuntimeError |
| -reify_typevar_static_test/00: MissingCompileTimeError |
| -type_variable_conflict2_test/06: MissingCompileTimeError |
| -type_variable_conflict2_test/08: MissingCompileTimeError |
| -type_variable_conflict2_test/10: MissingCompileTimeError |
| +type_variable_conflict2_test/02: MissingCompileTimeError |
| # dartk: precompilation failures |
| [ $compiler == dartkp && $runtime == dart_precompiled ] |