| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # Sections in this file should contain "$compiler == dartdevc". | 5 # Sections in this file should contain "$compiler == dartdevc". |
| 6 | 6 |
| 7 [ $compiler == dartdevc ] | 7 [ $compiler == dartdevc ] |
| 8 assertion_initializer_const_error2_test/none: CompileTimeError | 8 assertion_initializer_const_error2_test/none: CompileTimeError |
| 9 assertion_initializer_const_function_test/01: CompileTimeError | 9 assertion_initializer_const_function_test/01: CompileTimeError |
| 10 assertion_initializer_test: CompileTimeError | 10 assertion_initializer_test: CompileTimeError |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 | 29 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 |
| 30 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 | 30 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 |
| 31 generic_methods_shadowing_test: CompileTimeError # Issue 29920 | 31 generic_methods_shadowing_test: CompileTimeError # Issue 29920 |
| 32 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 | 32 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 |
| 33 generic_methods_test: CompileTimeError | 33 generic_methods_test: CompileTimeError |
| 34 generic_methods_type_expression_test: CompileTimeError | 34 generic_methods_type_expression_test: CompileTimeError |
| 35 generic_tearoff_test: CompileTimeError | 35 generic_tearoff_test: CompileTimeError |
| 36 generic_test: CompileTimeError | 36 generic_test: CompileTimeError |
| 37 generics_test: CompileTimeError | 37 generics_test: CompileTimeError |
| 38 get_set_syntax_test/none: CompileTimeError | 38 get_set_syntax_test/none: CompileTimeError |
| 39 getter_setter_in_lib_test: CompileTimeError |
| 39 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 | 40 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 |
| 40 | 41 |
| 41 [ $strong && $compiler == dartdevc ] | 42 [ $strong && $compiler == dartdevc ] |
| 42 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 43 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| 43 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 44 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
| 44 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 45 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
| 45 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 46 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
| 46 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 47 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
| 47 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 48 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
| 48 regress_30339_test: CompileTimeError # As expected. Should we make this a multi
test? | 49 regress_30339_test: CompileTimeError # As expected. Should we make this a multi
test? |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 generic_instanceof2_test: RuntimeError # Issue 29920 | 120 generic_instanceof2_test: RuntimeError # Issue 29920 |
| 120 generic_is_check_test: RuntimeError # Issue 29920 | 121 generic_is_check_test: RuntimeError # Issue 29920 |
| 121 generic_method_types_test/01: RuntimeError | 122 generic_method_types_test/01: RuntimeError |
| 122 generic_method_types_test/02: RuntimeError | 123 generic_method_types_test/02: RuntimeError |
| 123 generic_method_types_test/03: RuntimeError | 124 generic_method_types_test/03: RuntimeError |
| 124 generic_methods_new_test: RuntimeError | 125 generic_methods_new_test: RuntimeError |
| 125 getter_closure_execution_order_test: RuntimeError # Issue 29920 | 126 getter_closure_execution_order_test: RuntimeError # Issue 29920 |
| 126 compile_time_constant_a_test: RuntimeError # Issue 30526 | 127 compile_time_constant_a_test: RuntimeError # Issue 30526 |
| 127 compile_time_constant_b_test: RuntimeError # Issue 29920 | 128 compile_time_constant_b_test: RuntimeError # Issue 29920 |
| 128 compile_time_constant_d_test: RuntimeError # Issue 29920 | 129 compile_time_constant_d_test: RuntimeError # Issue 29920 |
| OLD | NEW |