| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 issue_1751477_test: skip # Issue 17523 | 259 issue_1751477_test: skip # Issue 17523 |
| 260 | 260 |
| 261 external_test/21: MissingCompileTimeError # Issue 12888 | 261 external_test/21: MissingCompileTimeError # Issue 12888 |
| 262 external_test/24: MissingCompileTimeError # Issue 12888 | 262 external_test/24: MissingCompileTimeError # Issue 12888 |
| 263 | 263 |
| 264 function_propagation_test: RuntimeError # Issue 21673 | 264 function_propagation_test: RuntimeError # Issue 21673 |
| 265 function_subtype_call0_test: RuntimeError # Issue 21673 | 265 function_subtype_call0_test: RuntimeError # Issue 21673 |
| 266 function_subtype_call1_test: RuntimeError # Issue 21673 | 266 function_subtype_call1_test: RuntimeError # Issue 21673 |
| 267 function_subtype_call2_test: RuntimeError # Issue 21673 | 267 function_subtype_call2_test: RuntimeError # Issue 21673 |
| 268 | 268 |
| 269 instance_creation_in_function_annotation_test: Fail # Issue 23363 |
| 270 |
| 269 [ $compiler == dart2dart && $minified ] | 271 [ $compiler == dart2dart && $minified ] |
| 270 cyclic_type_test/0*: Fail # Issue 12605. | 272 cyclic_type_test/0*: Fail # Issue 12605. |
| 271 cyclic_type2_test: Fail # Issue 12605. | 273 cyclic_type2_test: Fail # Issue 12605. |
| 272 super_getter_setter_test: Fail # Issue 11065. | 274 super_getter_setter_test: Fail # Issue 11065. |
| 273 f_bounded_quantification4_test: Fail # Issue 12605. | 275 f_bounded_quantification4_test: Fail # Issue 12605. |
| 274 f_bounded_quantification5_test: Fail # Issue 12605. | 276 f_bounded_quantification5_test: Fail # Issue 12605. |
| 275 type_variable_typedef_test: Fail # Issue 11467 | 277 type_variable_typedef_test: Fail # Issue 11467 |
| 276 | 278 |
| 277 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 279 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 278 super_call4_test: Fail, OK # hardcoded names. | 280 super_call4_test: Fail, OK # hardcoded names. |
| (...skipping 2011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2290 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield | 2292 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield |
| 2291 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d | 2293 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d |
| 2292 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2294 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2293 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2295 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2294 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 2296 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 2295 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. | 2297 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2296 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. | 2298 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2297 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 2299 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 2298 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block | 2300 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block |
| 2299 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 2301 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| OLD | NEW |