| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 165 constructor_return_test/01: Fail # Issue 12937 |
| 166 constructor_return_test/02: Fail # Issue 12937 | 166 constructor_return_test/02: Fail # Issue 12937 |
| 167 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 167 constructor_return_test/03: Fail # Issue 12937 |
| 168 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. | 168 constructor_return_test/04: Fail # Issue 12938 |
| 169 constructor_return_with_init_negative_test: Fail # Negative language test. | 169 constructor_return_test/05: Fail # Issue 12938 |
| 170 duplicate_implements_test/01: Fail # Negative language test. | 170 duplicate_implements_test/01: Fail # Issue 12991 |
| 171 duplicate_implements_test/02: Fail # Negative language test. | 171 duplicate_implements_test/02: Fail # Issue 12991 |
| 172 duplicate_implements_test/03: Fail # Negative language test. | 172 duplicate_implements_test/03: Fail # Issue 12991 |
| 173 duplicate_implements_test/04: Fail # Negative language test. | 173 duplicate_implements_test/04: Fail # Issue 12991 |
| 174 instantiate_type_variable_negative_test: Pass # For the wrong reason. | 174 list_literal1_test/01: Fail # Issue 12993 |
| 175 list_literal1_negative_test: Fail # Negative language test. | 175 map_literal1_test/01: Fail # Issue 12993 |
| 176 map_literal1_negative_test: Fail # Negative language test. | |
| 177 number_identifier_negative_test: Fail # Negative language test. | 176 number_identifier_negative_test: Fail # Negative language test. |
| 178 scope_negative_test: Fail # Negative language test. | 177 scope_negative_test: Fail # Negative language test. |
| 179 static_final_field_negative_test: Fail # Negative language test. | 178 static_final_field_negative_test: Fail # Negative language test. |
| 180 throw7_negative_test: Fail # Negative language test. | 179 throw7_negative_test: Fail # Negative language test. |
| 181 | 180 |
| 182 numbers_test: Fail, OK # (unintended?) VM specific test. | 181 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 183 | 182 |
| 184 final_syntax_test/01: Fail # Missing error for uninitialized final field. | 183 final_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 185 final_syntax_test/02: Fail # Missing error for uninitialized final field. | 184 final_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 186 final_syntax_test/03: Fail # Missing error for uninitialized final field. | 185 final_syntax_test/03: Fail # Missing error for uninitialized final field. |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 const_syntax_test/03: Fail # Issue 12933 | 302 const_syntax_test/03: Fail # Issue 12933 |
| 304 const_syntax_test/04: Fail # Issue 12933 | 303 const_syntax_test/04: Fail # Issue 12933 |
| 305 const_syntax_test/05: Fail # Issue 12933 | 304 const_syntax_test/05: Fail # Issue 12933 |
| 306 const_syntax_test/06: Fail # Issue 12933 | 305 const_syntax_test/06: Fail # Issue 12933 |
| 307 const_syntax_test/07: Fail # Issue 12933 | 306 const_syntax_test/07: Fail # Issue 12933 |
| 308 const_syntax_test/08: Fail # Issue 12933 | 307 const_syntax_test/08: Fail # Issue 12933 |
| 309 const_syntax_test/10: Fail # Issue 12933 | 308 const_syntax_test/10: Fail # Issue 12933 |
| 310 constructor9_test/01: Fail # Issue 12935 | 309 constructor9_test/01: Fail # Issue 12935 |
| 311 constructor_return_test/01: Fail # Issue 12938 | 310 constructor_return_test/01: Fail # Issue 12938 |
| 312 constructor_return_test/02: Fail # Issue 12938 | 311 constructor_return_test/02: Fail # Issue 12938 |
| 312 constructor_return_test/03: Fail # Issue 12938 |
| 313 constructor_return_test/04: Fail # Issue 12938 |
| 314 constructor_return_test/05: Fail # Issue 12938 |
| 313 constructor_named_arguments_test/01: Fail # Issue 5519 | 315 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 314 final_syntax_test/01: Fail # Issue 5519 | 316 final_syntax_test/01: Fail # Issue 5519 |
| 315 final_syntax_test/02: Fail # Issue 5519 | 317 final_syntax_test/02: Fail # Issue 5519 |
| 316 final_syntax_test/03: Fail # Issue 5519 | 318 final_syntax_test/03: Fail # Issue 5519 |
| 317 final_syntax_test/04: Fail # Issue 5519 | 319 final_syntax_test/04: Fail # Issue 5519 |
| 318 getter_no_setter_test/01: Fail # Issue 5519 | 320 getter_no_setter_test/01: Fail # Issue 5519 |
| 319 named_parameters_aggregated_test/01: Fail # Issue 12802 | 321 named_parameters_aggregated_test/01: Fail # Issue 12802 |
| 320 named_parameters_aggregated_test/03: Fail # Issue 12813 | 322 named_parameters_aggregated_test/03: Fail # Issue 12813 |
| 321 not_enough_positional_arguments_test/01: Fail # Issue 12839 | 323 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| 322 not_enough_positional_arguments_test/02: Fail # Issue 12839 | 324 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| 323 not_enough_positional_arguments_test/05: Fail # Issue 12839 | 325 not_enough_positional_arguments_test/05: Fail # Issue 12839 |
| 324 | 326 |
| 325 metadata_test: Fail # Issue 12762 | 327 metadata_test: Fail # Issue 12762 |
| 326 const_var_test: Pass, Fail # Issue 12794 | 328 const_var_test: Pass, Fail # Issue 12794 |
| 327 map_literal3_test: Fail # Issue 12794 | 329 map_literal3_test: Fail # Issue 12794 |
| 328 # Common problems with dart2js. In illegal family, invalid | 330 # Common problems with dart2js. In illegal family, invalid |
| 329 # declarations are simply not parsed. In pseudo kw dart2js | 331 # declarations are simply not parsed. In pseudo kw dart2js |
| 330 # chokes on things like typedef(x) => "typedef $x" and alike. | 332 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 331 pseudo_kw_test: Fail | 333 pseudo_kw_test: Fail |
| 332 external_test/11: Fail # Issue 12888 | 334 external_test/11: Fail # Issue 12888 |
| 333 external_test/12: Fail # Issue 12888 | 335 external_test/12: Fail # Issue 12888 |
| 334 external_test/13: Fail # Issue 12888 | 336 external_test/13: Fail # Issue 12888 |
| 335 external_test/21: Fail # Issue 12888 | 337 external_test/21: Fail # Issue 12888 |
| 336 external_test/22: Fail # Issue 12888 | 338 external_test/22: Fail # Issue 12888 |
| 337 external_test/23: Fail # Issue 12888 | 339 external_test/23: Fail # Issue 12888 |
| 338 external_test/30: Fail # Issue 12888 | 340 external_test/30: Fail # Issue 12888 |
| 339 external_test/31: Fail # Issue 12888 | 341 external_test/31: Fail # Issue 12888 |
| 340 lazy_static3_test: Fail # Issue 12593 | 342 lazy_static3_test: Fail # Issue 12593 |
| 341 # dart2js frontend doesn't even analyse problematic classes. | 343 # dart2js frontend doesn't even analyse problematic classes. |
| 342 duplicate_implements_test/01: Fail | 344 duplicate_implements_test/01: Fail # Issue 12992 |
| 343 duplicate_implements_test/02: Fail | 345 duplicate_implements_test/02: Fail # Issue 12992 |
| 344 duplicate_implements_test/03: Fail | 346 duplicate_implements_test/03: Fail # Issue 12992 |
| 345 duplicate_implements_test/04: Fail | 347 duplicate_implements_test/04: Fail # Issue 12992 |
| 348 list_literal1_test/01: Fail # Issue 12993 |
| 349 map_literal1_test/01: Fail # Issue 12993 |
| 346 method_override4_test: Fail # Issue 12810 | 350 method_override4_test: Fail # Issue 12810 |
| 347 method_override5_test: Fail # Issue 12810 | 351 method_override5_test: Fail # Issue 12810 |
| 348 static_final_field_negative_test: Fail | 352 static_final_field_negative_test: Fail |
| 349 # Bug in dart2js parser: it happily parses 1is int; variable declaration. | 353 # Bug in dart2js parser: it happily parses 1is int; variable declaration. |
| 350 number_identifier_negative_test: Fail | 354 number_identifier_negative_test: Fail |
| 351 # Common with language_dart2js. | 355 # Common with language_dart2js. |
| 352 factory_redirection_test/01: Fail # Issue 12753 | 356 factory_redirection_test/01: Fail # Issue 12753 |
| 353 factory_redirection_test/02: Crash # Issue 12753 | 357 factory_redirection_test/02: Crash # Issue 12753 |
| 354 factory_redirection_test/03: Crash # Issue 12753 | 358 factory_redirection_test/03: Crash # Issue 12753 |
| 355 factory_redirection_test/07: Fail # Issue 12753 | 359 factory_redirection_test/07: Fail # Issue 12753 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 import_core_prefix_test: Pass | 406 import_core_prefix_test: Pass |
| 403 prefix22_test: Pass | 407 prefix22_test: Pass |
| 404 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 408 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 405 super_call4_test: Fail, OK # hardcoded names. | 409 super_call4_test: Fail, OK # hardcoded names. |
| 406 | 410 |
| 407 [ $minified ] | 411 [ $minified ] |
| 408 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 412 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 409 | 413 |
| 410 [ $runtime == ie9 ] | 414 [ $runtime == ie9 ] |
| 411 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 415 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |