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