| 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 null_test/03: Fail # Issue 12445. | 7 null_test/03: Fail # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: Fail # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: Fail # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: Fail # Issue 12695 |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 function_type_alias5_test/00: Fail # Issue 12755 | 293 function_type_alias5_test/00: Fail # Issue 12755 |
| 294 function_type_alias5_test/01: Fail # Issue 12755 | 294 function_type_alias5_test/01: Fail # Issue 12755 |
| 295 function_type_alias5_test/02: Fail # Issue 12755 | 295 function_type_alias5_test/02: Fail # Issue 12755 |
| 296 parameter_initializer6_negative_test: Fail # Issue 3502 | 296 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 297 | 297 |
| 298 # DartVM problem. | 298 # DartVM problem. |
| 299 constructor5_test: Fail | 299 constructor5_test: Fail |
| 300 constructor6_test: Fail | 300 constructor6_test: Fail |
| 301 closure_in_initializer_test: Fail | 301 closure_in_initializer_test: Fail |
| 302 super_first_constructor_test: Fail | 302 super_first_constructor_test: Fail |
| 303 throwing_lazy_variable_test: Fail # Issue 5802 |
| 304 |
| 303 # Minified mode failures. | 305 # Minified mode failures. |
| 304 | 306 |
| 305 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 307 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 306 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 308 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 307 | 309 |
| 308 # Only checked mode reports an error on type assignment | 310 # Only checked mode reports an error on type assignment |
| 309 # problems in compile time constants. | 311 # problems in compile time constants. |
| 310 compile_time_constant_checked_test/02: Fail, OK | 312 compile_time_constant_checked_test/02: Fail, OK |
| 311 compile_time_constant_checked2_test/01: Fail, OK | 313 compile_time_constant_checked2_test/01: Fail, OK |
| 312 compile_time_constant_checked2_test/02: Fail, OK | 314 compile_time_constant_checked2_test/02: Fail, OK |
| (...skipping 24 matching lines...) Expand all Loading... |
| 337 import_core_prefix_test: Pass | 339 import_core_prefix_test: Pass |
| 338 prefix22_test: Pass | 340 prefix22_test: Pass |
| 339 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 341 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 340 super_call4_test: Fail, OK # hardcoded names. | 342 super_call4_test: Fail, OK # hardcoded names. |
| 341 | 343 |
| 342 [ $minified ] | 344 [ $minified ] |
| 343 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 345 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 344 | 346 |
| 345 [ $runtime == ie9 ] | 347 [ $runtime == ie9 ] |
| 346 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 348 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |