| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 const_syntax_test/02: Fail # Issue 12932 | 150 const_syntax_test/02: Fail # Issue 12932 |
| 151 const_syntax_test/03: Fail # Issue 12932 | 151 const_syntax_test/03: Fail # Issue 12932 |
| 152 const_syntax_test/04: Fail # Issue 12932 | 152 const_syntax_test/04: Fail # Issue 12932 |
| 153 constructor9_test/01: Fail # Issue 12934 | 153 constructor9_test/01: Fail # Issue 12934 |
| 154 duplicate_implements_test/01: Fail # Issue 12991 | 154 duplicate_implements_test/01: Fail # Issue 12991 |
| 155 duplicate_implements_test/02: Fail # Issue 12991 | 155 duplicate_implements_test/02: Fail # Issue 12991 |
| 156 duplicate_implements_test/03: Fail # Issue 12991 | 156 duplicate_implements_test/03: Fail # Issue 12991 |
| 157 duplicate_implements_test/04: Fail # Issue 12991 | 157 duplicate_implements_test/04: Fail # Issue 12991 |
| 158 list_literal1_test/01: Fail # Issue 12993 | 158 list_literal1_test/01: Fail # Issue 12993 |
| 159 map_literal1_test/01: Fail # Issue 12993 | 159 map_literal1_test/01: Fail # Issue 12993 |
| 160 number_identifier_test/05: Fail # Issue 13070 | |
| 161 scope_variable_test/01: Fail # Issue 13016 | 160 scope_variable_test/01: Fail # Issue 13016 |
| 162 static_final_field2_test/02: Fail # Issue 13017 | 161 static_final_field2_test/02: Fail # Issue 13017 |
| 163 throw7_test/01: Fail # Issue 13019 | 162 throw7_test/01: Fail # Issue 13019 |
| 164 | 163 |
| 165 numbers_test: Fail, OK # Issue 1533 | 164 numbers_test: Fail, OK # Issue 1533 |
| 166 canonical_const2_test: Fail, OK # Issue 1533 | 165 canonical_const2_test: Fail, OK # Issue 1533 |
| 167 bit_operations_test: Fail, OK # Issue 1533 | 166 bit_operations_test: Fail, OK # Issue 1533 |
| 168 expect_test: Fail, OK # Issue 13080 | 167 expect_test: Fail, OK # Issue 13080 |
| 169 | 168 |
| 170 final_syntax_test/01: Fail # Issue 13020 | 169 final_syntax_test/01: Fail # Issue 13020 |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 import_core_prefix_test: Pass | 369 import_core_prefix_test: Pass |
| 371 prefix22_test: Pass | 370 prefix22_test: Pass |
| 372 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 371 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 373 super_call4_test: Fail, OK # hardcoded names. | 372 super_call4_test: Fail, OK # hardcoded names. |
| 374 | 373 |
| 375 [ $minified ] | 374 [ $minified ] |
| 376 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 375 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 377 | 376 |
| 378 [ $runtime == ie9 ] | 377 [ $runtime == ie9 ] |
| 379 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 378 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |