| 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 # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. |
| 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. |
| 8 null_test/03: Fail # Issue 12445. | 8 null_test/03: Fail # Issue 12445. |
| 9 | 9 |
| 10 black_listed_test/none: Fail # Issue 12446. | 10 black_listed_test/none: Fail # Issue 12446. |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 | 155 |
| 156 # | 156 # |
| 157 # The following tests are all negative tests that should be fixed. | 157 # The following tests are all negative tests that should be fixed. |
| 158 # | 158 # |
| 159 const_constructor_syntax_test/04: Fail # Issue 12900 | 159 const_constructor_syntax_test/04: Fail # Issue 12900 |
| 160 const_syntax_test/01: Fail # Issue 12932 | 160 const_syntax_test/01: Fail # Issue 12932 |
| 161 const_syntax_test/02: Fail # Issue 12932 | 161 const_syntax_test/02: Fail # Issue 12932 |
| 162 const_syntax_test/03: Fail # Issue 12932 | 162 const_syntax_test/03: Fail # Issue 12932 |
| 163 const_syntax_test/04: Fail # Issue 12932 | 163 const_syntax_test/04: Fail # Issue 12932 |
| 164 constructor9_test/01: Fail # Issue 12934 | 164 constructor9_test/01: Fail # Issue 12934 |
| 165 constructor_return_test/01: Fail # Issue 12937 | |
| 166 constructor_return_test/02: Fail # Issue 12937 | |
| 167 constructor_return_test/03: Fail # Issue 12937 | |
| 168 constructor_return_test/04: Fail # Issue 12938 | |
| 169 constructor_return_test/05: Fail # Issue 12938 | |
| 170 duplicate_implements_test/01: Fail # Issue 12991 | 165 duplicate_implements_test/01: Fail # Issue 12991 |
| 171 duplicate_implements_test/02: Fail # Issue 12991 | 166 duplicate_implements_test/02: Fail # Issue 12991 |
| 172 duplicate_implements_test/03: Fail # Issue 12991 | 167 duplicate_implements_test/03: Fail # Issue 12991 |
| 173 duplicate_implements_test/04: Fail # Issue 12991 | 168 duplicate_implements_test/04: Fail # Issue 12991 |
| 174 list_literal1_test/01: Fail # Issue 12993 | 169 list_literal1_test/01: Fail # Issue 12993 |
| 175 map_literal1_test/01: Fail # Issue 12993 | 170 map_literal1_test/01: Fail # Issue 12993 |
| 176 number_identifier_negative_test: Fail # Negative language test. | 171 number_identifier_negative_test: Fail # Negative language test. |
| 177 scope_negative_test: Fail # Negative language test. | 172 scope_negative_test: Fail # Negative language test. |
| 178 static_final_field_negative_test: Fail # Negative language test. | 173 static_final_field_negative_test: Fail # Negative language test. |
| 179 throw7_negative_test: Fail # Negative language test. | 174 throw7_negative_test: Fail # Negative language test. |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 const_syntax_test/01: Fail # Issue 12933 | 296 const_syntax_test/01: Fail # Issue 12933 |
| 302 const_syntax_test/02: Fail # Issue 12933 | 297 const_syntax_test/02: Fail # Issue 12933 |
| 303 const_syntax_test/03: Fail # Issue 12933 | 298 const_syntax_test/03: Fail # Issue 12933 |
| 304 const_syntax_test/04: Fail # Issue 12933 | 299 const_syntax_test/04: Fail # Issue 12933 |
| 305 const_syntax_test/05: Fail # Issue 12933 | 300 const_syntax_test/05: Fail # Issue 12933 |
| 306 const_syntax_test/06: Fail # Issue 12933 | 301 const_syntax_test/06: Fail # Issue 12933 |
| 307 const_syntax_test/07: Fail # Issue 12933 | 302 const_syntax_test/07: Fail # Issue 12933 |
| 308 const_syntax_test/08: Fail # Issue 12933 | 303 const_syntax_test/08: Fail # Issue 12933 |
| 309 const_syntax_test/10: Fail # Issue 12933 | 304 const_syntax_test/10: Fail # Issue 12933 |
| 310 constructor9_test/01: Fail # Issue 12935 | 305 constructor9_test/01: Fail # Issue 12935 |
| 311 constructor_return_test/01: Fail # Issue 12938 | |
| 312 constructor_return_test/02: Fail # Issue 12938 | |
| 313 constructor_return_test/03: Fail # Issue 12938 | |
| 314 constructor_return_test/04: Fail # Issue 12938 | |
| 315 constructor_return_test/05: Fail # Issue 12938 | |
| 316 constructor_named_arguments_test/01: Fail # Issue 5519 | 306 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 317 final_syntax_test/01: Fail # Issue 5519 | 307 final_syntax_test/01: Fail # Issue 5519 |
| 318 final_syntax_test/02: Fail # Issue 5519 | 308 final_syntax_test/02: Fail # Issue 5519 |
| 319 final_syntax_test/03: Fail # Issue 5519 | 309 final_syntax_test/03: Fail # Issue 5519 |
| 320 final_syntax_test/04: Fail # Issue 5519 | 310 final_syntax_test/04: Fail # Issue 5519 |
| 321 getter_no_setter_test/01: Fail # Issue 5519 | 311 getter_no_setter_test/01: Fail # Issue 5519 |
| 322 named_parameters_aggregated_test/01: Fail # Issue 12802 | 312 named_parameters_aggregated_test/01: Fail # Issue 12802 |
| 323 named_parameters_aggregated_test/03: Fail # Issue 12813 | 313 named_parameters_aggregated_test/03: Fail # Issue 12813 |
| 324 not_enough_positional_arguments_test/01: Fail # Issue 12839 | 314 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| 325 not_enough_positional_arguments_test/02: Fail # Issue 12839 | 315 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 import_core_prefix_test: Pass | 397 import_core_prefix_test: Pass |
| 408 prefix22_test: Pass | 398 prefix22_test: Pass |
| 409 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 399 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 410 super_call4_test: Fail, OK # hardcoded names. | 400 super_call4_test: Fail, OK # hardcoded names. |
| 411 | 401 |
| 412 [ $minified ] | 402 [ $minified ] |
| 413 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 403 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 414 | 404 |
| 415 [ $runtime == ie9 ] | 405 [ $runtime == ie9 ] |
| 416 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 406 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |