| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 block_scope_test: Fail # Issue 13204. | 6 block_scope_test: Fail # Issue 13204. |
| 7 compile_time_constant_c_test/none: Fail # Issue 11583 | 7 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 8 null_test/03: Fail # Issue 12445. | 8 null_test/03: Fail # Issue 12445. |
| 9 black_listed_test/none: Fail # Issue 12446. | 9 black_listed_test/none: Fail # Issue 12446. |
| 10 malformed_test/none: Fail # Issue 12695 | 10 malformed_test/none: Fail # Issue 12695 |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 function_type_alias5_test/00: Fail # Issue 12755 | 299 function_type_alias5_test/00: Fail # Issue 12755 |
| 300 function_type_alias5_test/01: Fail # Issue 12755 | 300 function_type_alias5_test/01: Fail # Issue 12755 |
| 301 function_type_alias5_test/02: Fail # Issue 12755 | 301 function_type_alias5_test/02: Fail # Issue 12755 |
| 302 parameter_initializer6_negative_test: Fail # Issue 3502 | 302 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 303 | 303 |
| 304 # DartVM problem. | 304 # DartVM problem. |
| 305 constructor5_test: Fail | 305 constructor5_test: Fail |
| 306 constructor6_test: Fail | 306 constructor6_test: Fail |
| 307 closure_in_initializer_test: Fail | 307 closure_in_initializer_test: Fail |
| 308 super_first_constructor_test: Fail | 308 super_first_constructor_test: Fail |
| 309 evaluation_redirecting_constructor_test: Fail # Issue 13347 |
| 309 # Minified mode failures. | 310 # Minified mode failures. |
| 310 | 311 |
| 311 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 312 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 312 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 313 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 313 | 314 |
| 314 # Only checked mode reports an error on type assignment | 315 # Only checked mode reports an error on type assignment |
| 315 # problems in compile time constants. | 316 # problems in compile time constants. |
| 316 compile_time_constant_checked_test/02: Fail, OK | 317 compile_time_constant_checked_test/02: Fail, OK |
| 317 compile_time_constant_checked2_test/01: Fail, OK | 318 compile_time_constant_checked2_test/01: Fail, OK |
| 318 compile_time_constant_checked2_test/02: Fail, OK | 319 compile_time_constant_checked2_test/02: Fail, OK |
| (...skipping 24 matching lines...) Expand all Loading... |
| 343 import_core_prefix_test: Pass | 344 import_core_prefix_test: Pass |
| 344 prefix22_test: Pass | 345 prefix22_test: Pass |
| 345 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 346 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 346 super_call4_test: Fail, OK # hardcoded names. | 347 super_call4_test: Fail, OK # hardcoded names. |
| 347 | 348 |
| 348 [ $minified ] | 349 [ $minified ] |
| 349 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 350 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 350 | 351 |
| 351 [ $runtime == ie9 ] | 352 [ $runtime == ie9 ] |
| 352 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 353 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |