| 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 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
rror # Issue #30568 | 8 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
rror # Issue #30568 |
| 9 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Is
sue #30568 | 9 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Is
sue #30568 |
| 10 additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568 | 10 additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 | 31 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 |
| 32 generic_methods_test: CompileTimeError | 32 generic_methods_test: CompileTimeError |
| 33 generic_methods_type_expression_test: CompileTimeError | 33 generic_methods_type_expression_test: CompileTimeError |
| 34 generic_no_such_method_dispatcher_test: CompileTimeError | 34 generic_no_such_method_dispatcher_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 getter_setter_in_lib_test: CompileTimeError |
| 40 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 | 40 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 |
| 41 type_variable_scope_test/none: CompileTimeError |
| 41 | 42 |
| 42 [ $strong && $compiler == dartdevc ] | 43 [ $strong && $compiler == dartdevc ] |
| 43 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 44 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| 44 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 45 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
| 45 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 46 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
| 46 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 47 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
| 47 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 48 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
| 48 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 49 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
| 49 regress_30339_test: CompileTimeError # As expected. Should we make this a multi
test? | 50 regress_30339_test: CompileTimeError # As expected. Should we make this a multi
test? |
| 50 void_type_callbacks_test/00: MissingCompileTimeError # Issue 30514 | 51 void_type_callbacks_test/00: MissingCompileTimeError # Issue 30514 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 bit_operations_test/01: RuntimeError # No bigints on web. | 105 bit_operations_test/01: RuntimeError # No bigints on web. |
| 105 bit_operations_test/02: RuntimeError # No bigints on web. | 106 bit_operations_test/02: RuntimeError # No bigints on web. |
| 106 bit_operations_test/03: RuntimeError # No bigints on web. | 107 bit_operations_test/03: RuntimeError # No bigints on web. |
| 107 bit_operations_test/04: RuntimeError # No bigints on web. | 108 bit_operations_test/04: RuntimeError # No bigints on web. |
| 108 bit_operations_test/none: RuntimeError # No bigints on web. | 109 bit_operations_test/none: RuntimeError # No bigints on web. |
| 109 branch_canonicalization_test: RuntimeError # Issue 29920 | 110 branch_canonicalization_test: RuntimeError # Issue 29920 |
| 110 call_closurization_test: RuntimeError # Issue 29920 | 111 call_closurization_test: RuntimeError # Issue 29920 |
| 111 call_test: RuntimeError | 112 call_test: RuntimeError |
| 112 canonical_const2_test: RuntimeError # Ints and doubles are unified. | 113 canonical_const2_test: RuntimeError # Ints and doubles are unified. |
| 113 canonical_const_test: RuntimeError # Ints and doubles are unified. | 114 canonical_const_test: RuntimeError # Ints and doubles are unified. |
| 115 compile_time_constant_a_test: RuntimeError # Issue 30526 |
| 116 compile_time_constant_b_test: RuntimeError # Issue 29920 |
| 117 compile_time_constant_d_test: RuntimeError # Issue 29920 |
| 114 compile_time_constant10_test/none: RuntimeError | 118 compile_time_constant10_test/none: RuntimeError |
| 115 covariant_subtyping_with_substitution_test: RuntimeError # Issue 30461 | 119 covariant_subtyping_with_substitution_test: RuntimeError # Issue 30461 |
| 116 function_subtype_inline2_test: RuntimeError | 120 function_subtype_inline2_test: RuntimeError |
| 117 function_type/function_type50_test: RuntimeError # Issue 29920 | 121 function_type/function_type50_test: RuntimeError # Issue 29920 |
| 118 function_type/function_type58_test: RuntimeError # Issue 29920 | 122 function_type/function_type58_test: RuntimeError # Issue 29920 |
| 119 generic_instanceof2_test: RuntimeError # Issue 29920 | 123 generic_instanceof2_test: RuntimeError # Issue 29920 |
| 120 generic_instanceof2_test: RuntimeError # Issue 29920 | 124 generic_instanceof2_test: RuntimeError # Issue 29920 |
| 121 generic_is_check_test: RuntimeError # Issue 29920 | 125 generic_is_check_test: RuntimeError # Issue 29920 |
| 122 generic_method_types_test/01: RuntimeError | 126 generic_method_types_test/01: RuntimeError |
| 123 generic_method_types_test/02: RuntimeError | 127 generic_method_types_test/02: RuntimeError |
| 124 generic_method_types_test/03: RuntimeError | 128 generic_method_types_test/03: RuntimeError |
| 125 generic_methods_new_test: RuntimeError | 129 generic_methods_new_test: RuntimeError |
| 126 getter_closure_execution_order_test: RuntimeError # Issue 29920 | 130 getter_closure_execution_order_test: RuntimeError # Issue 29920 |
| 127 compile_time_constant_a_test: RuntimeError # Issue 30526 | |
| 128 compile_time_constant_b_test: RuntimeError # Issue 29920 | |
| 129 compile_time_constant_d_test: RuntimeError # Issue 29920 | |
| 130 identical_closure2_test: RuntimeError # Issue 29920 | 131 identical_closure2_test: RuntimeError # Issue 29920 |
| OLD | NEW |