| 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 compile_time_constant_c_test/none: Fail # Issue 11583 | 6 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 duplicate_implements_test/02: Fail # Issue 12992 | 306 duplicate_implements_test/02: Fail # Issue 12992 |
| 307 duplicate_implements_test/03: Fail # Issue 12992 | 307 duplicate_implements_test/03: Fail # Issue 12992 |
| 308 duplicate_implements_test/04: Fail # Issue 12992 | 308 duplicate_implements_test/04: Fail # Issue 12992 |
| 309 list_literal1_test/01: Fail # Issue 12993 | 309 list_literal1_test/01: Fail # Issue 12993 |
| 310 map_literal1_test/01: Fail # Issue 12993 | 310 map_literal1_test/01: Fail # Issue 12993 |
| 311 method_override4_test: Fail # Issue 12810 | 311 method_override4_test: Fail # Issue 12810 |
| 312 method_override5_test: Fail # Issue 12810 | 312 method_override5_test: Fail # Issue 12810 |
| 313 static_final_field2_test/02: Fail # Issue 13017 | 313 static_final_field2_test/02: Fail # Issue 13017 |
| 314 throw7_test/01: Fail # Issue 13019 | 314 throw7_test/01: Fail # Issue 13019 |
| 315 scope_variable_test/01: Fail # Issue 13016 | 315 scope_variable_test/01: Fail # Issue 13016 |
| 316 const_factory_with_body_test/01: Fail # Issue 13028 | |
| 317 factory_redirection_test/01: Fail # Issue 12753 | 316 factory_redirection_test/01: Fail # Issue 12753 |
| 318 factory_redirection_test/02: Crash # Issue 12753 | 317 factory_redirection_test/02: Crash # Issue 12753 |
| 319 factory_redirection_test/03: Crash # Issue 12753 | 318 factory_redirection_test/03: Crash # Issue 12753 |
| 320 factory_redirection_test/07: Fail # Issue 12753 | 319 factory_redirection_test/07: Fail # Issue 12753 |
| 321 factory_redirection_test/09: Fail # Issue 12753 | 320 factory_redirection_test/09: Fail # Issue 12753 |
| 322 factory_redirection_test/14: Fail # Issue 10959 | 321 factory_redirection_test/14: Fail # Issue 10959 |
| 323 function_type_alias5_test/00: Fail # Issue 12755 | 322 function_type_alias5_test/00: Fail # Issue 12755 |
| 324 function_type_alias5_test/01: Fail # Issue 12755 | 323 function_type_alias5_test/01: Fail # Issue 12755 |
| 325 function_type_alias5_test/02: Fail # Issue 12755 | 324 function_type_alias5_test/02: Fail # Issue 12755 |
| 326 function_type_alias7_test/00: Fail # Issue 12802 | 325 function_type_alias7_test/00: Fail # Issue 12802 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 import_core_prefix_test: Pass | 367 import_core_prefix_test: Pass |
| 369 prefix22_test: Pass | 368 prefix22_test: Pass |
| 370 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 369 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 371 super_call4_test: Fail, OK # hardcoded names. | 370 super_call4_test: Fail, OK # hardcoded names. |
| 372 | 371 |
| 373 [ $minified ] | 372 [ $minified ] |
| 374 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 373 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 375 | 374 |
| 376 [ $runtime == ie9 ] | 375 [ $runtime == ie9 ] |
| 377 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 376 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |