| 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 10 matching lines...) Expand all Loading... |
| 21 generic_methods_closure_test: CompileTimeError # Issue 29920 | 21 generic_methods_closure_test: CompileTimeError # Issue 29920 |
| 22 generic_methods_generic_function_parameter_test: CompileTimeError | 22 generic_methods_generic_function_parameter_test: CompileTimeError |
| 23 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 23 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
| 24 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 | 24 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 |
| 25 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 | 25 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 |
| 26 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 | 26 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 |
| 27 generic_methods_shadowing_test: CompileTimeError # Issue 29920 | 27 generic_methods_shadowing_test: CompileTimeError # Issue 29920 |
| 28 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 | 28 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 |
| 29 generic_methods_test: CompileTimeError | 29 generic_methods_test: CompileTimeError |
| 30 generic_methods_type_expression_test: CompileTimeError | 30 generic_methods_type_expression_test: CompileTimeError |
| 31 generic_no_such_method_dispatcher_test: CompileTimeError |
| 31 generic_tearoff_test: CompileTimeError | 32 generic_tearoff_test: CompileTimeError |
| 32 generic_test: CompileTimeError | 33 generic_test: CompileTimeError |
| 33 generics_test: CompileTimeError | 34 generics_test: CompileTimeError |
| 34 get_set_syntax_test/none: CompileTimeError | 35 get_set_syntax_test/none: CompileTimeError |
| 35 getter_setter_in_lib_test: CompileTimeError | 36 getter_setter_in_lib_test: CompileTimeError |
| 36 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 | 37 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 |
| 37 | 38 |
| 38 [ $strong && $compiler == dartdevc ] | 39 [ $strong && $compiler == dartdevc ] |
| 39 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 40 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| 40 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 41 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 generic_instanceof2_test: RuntimeError # Issue 29920 | 117 generic_instanceof2_test: RuntimeError # Issue 29920 |
| 117 generic_is_check_test: RuntimeError # Issue 29920 | 118 generic_is_check_test: RuntimeError # Issue 29920 |
| 118 generic_method_types_test/01: RuntimeError | 119 generic_method_types_test/01: RuntimeError |
| 119 generic_method_types_test/02: RuntimeError | 120 generic_method_types_test/02: RuntimeError |
| 120 generic_method_types_test/03: RuntimeError | 121 generic_method_types_test/03: RuntimeError |
| 121 generic_methods_new_test: RuntimeError | 122 generic_methods_new_test: RuntimeError |
| 122 getter_closure_execution_order_test: RuntimeError # Issue 29920 | 123 getter_closure_execution_order_test: RuntimeError # Issue 29920 |
| 123 compile_time_constant_a_test: RuntimeError # Issue 30526 | 124 compile_time_constant_a_test: RuntimeError # Issue 30526 |
| 124 compile_time_constant_b_test: RuntimeError # Issue 29920 | 125 compile_time_constant_b_test: RuntimeError # Issue 29920 |
| 125 compile_time_constant_d_test: RuntimeError # Issue 29920 | 126 compile_time_constant_d_test: RuntimeError # Issue 29920 |
| OLD | NEW |