| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 assertion_test: RuntimeError # Issue 12748 | 114 assertion_test: RuntimeError # Issue 12748 |
| 115 generic_test: RuntimeError, OK | 115 generic_test: RuntimeError, OK |
| 116 map_literal4_test: RuntimeError, OK # Checked mode required. | 116 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 117 named_parameters_type_test/01: MissingRuntimeError, OK | 117 named_parameters_type_test/01: MissingRuntimeError, OK |
| 118 named_parameters_type_test/02: MissingRuntimeError, OK | 118 named_parameters_type_test/02: MissingRuntimeError, OK |
| 119 named_parameters_type_test/03: MissingRuntimeError, OK | 119 named_parameters_type_test/03: MissingRuntimeError, OK |
| 120 positional_parameters_type_test/01: MissingRuntimeError, OK | 120 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 121 positional_parameters_type_test/02: MissingRuntimeError, OK | 121 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 122 issue13474_test: RuntimeError, OK | 122 issue13474_test: RuntimeError, OK |
| 123 generic_field_mixin3_test: Crash # Issue 18651 | 123 generic_field_mixin3_test: Crash # Issue 18651 |
| 124 deferred_inheritance_constraints_test/redirecting_constructor: MissingRuntimeErr
or # Issue 23399 | |
| 125 | 124 |
| 126 [ $compiler == dart2js && $unchecked && $minified ] | 125 [ $compiler == dart2js && $unchecked && $minified ] |
| 127 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 126 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
| 128 | 127 |
| 129 [ $compiler == dart2js && $minified ] | 128 [ $compiler == dart2js && $minified ] |
| 130 cyclic_type_test/0*: Fail # Issue 12605 | 129 cyclic_type_test/0*: Fail # Issue 12605 |
| 131 cyclic_type2_test: Fail # Issue 12605 | 130 cyclic_type2_test: Fail # Issue 12605 |
| 132 f_bounded_quantification4_test: Fail, OK # Issue 12605 | 131 f_bounded_quantification4_test: Fail, OK # Issue 12605 |
| 133 mixin_generic_test: Fail # Issue 12605 | 132 mixin_generic_test: Fail # Issue 12605 |
| 134 mixin_mixin2_test: Fail # Issue 12605 | 133 mixin_mixin2_test: Fail # Issue 12605 |
| (...skipping 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2084 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield | 2083 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield |
| 2085 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d | 2084 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d |
| 2086 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2085 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2087 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2086 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2088 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 2087 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 2089 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. | 2088 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2090 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. | 2089 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2091 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 2090 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 2092 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block | 2091 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block |
| 2093 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 2092 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| OLD | NEW |