| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 external_test/30: Fail # Issue 12887 | 159 external_test/30: Fail # Issue 12887 |
| 160 external_test/31: Fail # Issue 12887 | 160 external_test/31: Fail # Issue 12887 |
| 161 instanceof4_test/01: Fail # Issue 12889 | 161 instanceof4_test/01: Fail # Issue 12889 |
| 162 list_literal4_test: Fail # Issue 12890 | 162 list_literal4_test: Fail # Issue 12890 |
| 163 map_literal4_test: Fail # Issue 12891 | 163 map_literal4_test: Fail # Issue 12891 |
| 164 | 164 |
| 165 # | 165 # |
| 166 # The following tests are all negative tests that should be fixed. | 166 # The following tests are all negative tests that should be fixed. |
| 167 # | 167 # |
| 168 abstract_syntax_test/01: Fail # Issue 12898 | 168 abstract_syntax_test/01: Fail # Issue 12898 |
| 169 const_constructor_syntax_test/04: Fail # Negative language test. | 169 const_constructor_syntax_test/04: Fail # Issue 12900 |
| 170 const_syntax_test/04: Fail # Negative language test. | 170 const_syntax_test/01: Fail # Issue 12932 |
| 171 constructor2_negative_test: Fail # Negative language test. | 171 const_syntax_test/02: Fail # Issue 12932 |
| 172 constructor_return_negative_test: Fail # Negative language test. | 172 const_syntax_test/03: Fail # Issue 12932 |
| 173 const_syntax_test/04: Fail # Issue 12932 |
| 174 constructor9_test/01: Fail # Issue 12934 |
| 175 constructor_return_test/01: Fail # Issue 12937 |
| 176 constructor_return_test/02: Fail # Issue 12937 |
| 173 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 177 constructor_return_with_arrow_negative_test: Fail # Negative language test. |
| 174 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. | 178 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. |
| 175 constructor_return_with_init_negative_test: Fail # Negative language test. | 179 constructor_return_with_init_negative_test: Fail # Negative language test. |
| 176 duplicate_implements_test/01: Fail # Negative language test. | 180 duplicate_implements_test/01: Fail # Negative language test. |
| 177 duplicate_implements_test/02: Fail # Negative language test. | 181 duplicate_implements_test/02: Fail # Negative language test. |
| 178 duplicate_implements_test/03: Fail # Negative language test. | 182 duplicate_implements_test/03: Fail # Negative language test. |
| 179 duplicate_implements_test/04: Fail # Negative language test. | 183 duplicate_implements_test/04: Fail # Negative language test. |
| 180 field3_negative_test: Fail # Negative language test. | 184 field3_negative_test: Fail # Negative language test. |
| 181 instantiate_type_variable_negative_test: Pass # For the wrong reason. | 185 instantiate_type_variable_negative_test: Pass # For the wrong reason. |
| 182 list_literal1_negative_test: Fail # Negative language test. | 186 list_literal1_negative_test: Fail # Negative language test. |
| (...skipping 11 matching lines...) Expand all Loading... |
| 194 static_top_level_test/06: Fail # Negative language test. | 198 static_top_level_test/06: Fail # Negative language test. |
| 195 static_top_level_test/07: Fail # Negative language test. | 199 static_top_level_test/07: Fail # Negative language test. |
| 196 throw7_negative_test: Fail # Negative language test. | 200 throw7_negative_test: Fail # Negative language test. |
| 197 | 201 |
| 198 numbers_test: Fail, OK # (unintended?) VM specific test. | 202 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 199 | 203 |
| 200 final_syntax_test/01: Fail # Missing error for uninitialized final field. | 204 final_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 201 final_syntax_test/02: Fail # Missing error for uninitialized final field. | 205 final_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 202 final_syntax_test/03: Fail # Missing error for uninitialized final field. | 206 final_syntax_test/03: Fail # Missing error for uninitialized final field. |
| 203 final_syntax_test/04: Fail # Missing error for uninitialized final field. | 207 final_syntax_test/04: Fail # Missing error for uninitialized final field. |
| 204 const_syntax_test/01: Fail # Missing error for uninitialized final field. | |
| 205 const_syntax_test/02: Fail # Missing error for uninitialized final field. | |
| 206 const_syntax_test/03: Fail # Missing error for uninitialized final field. | |
| 207 | 208 |
| 208 canonical_const2_test: Fail, OK # Dart2js only has doubles. | 209 canonical_const2_test: Fail, OK # Dart2js only has doubles. |
| 209 | 210 |
| 210 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 211 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 211 # The following test will start to fail again once dart2js implements the | 212 # The following test will start to fail again once dart2js implements the |
| 212 # runtime semantics for numbers. | 213 # runtime semantics for numbers. |
| 213 # Should be: Fail, OK # Expects negative results of bit-operations. | 214 # Should be: Fail, OK # Expects negative results of bit-operations. |
| 214 optimization_test: Fail, OK # Expects negative results of bit-operations. | 215 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 215 | 216 |
| 216 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 217 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 setter_override_test/03: Fail # Issue 11496 | 310 setter_override_test/03: Fail # Issue 11496 |
| 310 setter_override2_test/02: Fail # Issue 11496 | 311 setter_override2_test/02: Fail # Issue 11496 |
| 311 | 312 |
| 312 compile_time_constant10_test/01: Fail # Issue 5519 | 313 compile_time_constant10_test/01: Fail # Issue 5519 |
| 313 compile_time_constant10_test/02: Fail # Issue 5519 | 314 compile_time_constant10_test/02: Fail # Issue 5519 |
| 314 compile_time_constant_arguments_test/01: Fail # Issue 5519 | 315 compile_time_constant_arguments_test/01: Fail # Issue 5519 |
| 315 compile_time_constant_arguments_test/02: Fail # Issue 5519 | 316 compile_time_constant_arguments_test/02: Fail # Issue 5519 |
| 316 compile_time_constant_arguments_test/03: Fail # Issue 5519 | 317 compile_time_constant_arguments_test/03: Fail # Issue 5519 |
| 317 compile_time_constant_arguments_test/05: Fail # Issue 5519 | 318 compile_time_constant_arguments_test/05: Fail # Issue 5519 |
| 318 compile_time_constant_arguments_test/06: Fail # Issue 5519 | 319 compile_time_constant_arguments_test/06: Fail # Issue 5519 |
| 319 const_constructor_syntax_test/04: Fail # Issue 5519 | 320 const_constructor_syntax_test/04: Fail # Issue 12901 |
| 320 const_syntax_test/01: Fail # Issue 5519 | 321 const_syntax_test/01: Fail # Issue 12933 |
| 321 const_syntax_test/02: Fail # Issue 5519 | 322 const_syntax_test/02: Fail # Issue 12933 |
| 322 const_syntax_test/03: Fail # Issue 5519 | 323 const_syntax_test/03: Fail # Issue 12933 |
| 323 const_syntax_test/04: Fail # Issue 5519 | 324 const_syntax_test/04: Fail # Issue 12933 |
| 324 const_syntax_test/05: Fail # Issue 5519 | 325 const_syntax_test/05: Fail # Issue 12933 |
| 325 const_syntax_test/06: Fail # Issue 5519 | 326 const_syntax_test/06: Fail # Issue 12933 |
| 326 const_syntax_test/07: Fail # Issue 5519 | 327 const_syntax_test/07: Fail # Issue 12933 |
| 327 const_syntax_test/08: Fail # Issue 5519 | 328 const_syntax_test/08: Fail # Issue 12933 |
| 328 const_syntax_test/10: Fail # Issue 5519 | 329 const_syntax_test/10: Fail # Issue 12933 |
| 330 constructor9_test/01: Fail # Issue 12935 |
| 331 constructor_return_test/01: Fail # Issue 12938 |
| 332 constructor_return_test/02: Fail # Issue 12938 |
| 329 constructor_named_arguments_test/01: Fail # Issue 5519 | 333 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 330 final_syntax_test/01: Fail # Issue 5519 | 334 final_syntax_test/01: Fail # Issue 5519 |
| 331 final_syntax_test/02: Fail # Issue 5519 | 335 final_syntax_test/02: Fail # Issue 5519 |
| 332 final_syntax_test/03: Fail # Issue 5519 | 336 final_syntax_test/03: Fail # Issue 5519 |
| 333 final_syntax_test/04: Fail # Issue 5519 | 337 final_syntax_test/04: Fail # Issue 5519 |
| 334 getter_no_setter_test/01: Fail # Issue 5519 | 338 getter_no_setter_test/01: Fail # Issue 5519 |
| 335 named_parameters_aggregated_test/01: Fail # Issue 12802 | 339 named_parameters_aggregated_test/01: Fail # Issue 12802 |
| 336 named_parameters_aggregated_test/03: Fail # Issue 12813 | 340 named_parameters_aggregated_test/03: Fail # Issue 12813 |
| 337 not_enough_positional_arguments_test/01: Fail # Issue 12839 | 341 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| 338 not_enough_positional_arguments_test/02: Fail # Issue 12839 | 342 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 f_bounded_quantification4_test: Fail # Issue 12605. | 436 f_bounded_quantification4_test: Fail # Issue 12605. |
| 433 f_bounded_quantification5_test: Fail # Issue 12605. | 437 f_bounded_quantification5_test: Fail # Issue 12605. |
| 434 | 438 |
| 435 # TODO(tball): Assign proper bug numbers. | 439 # TODO(tball): Assign proper bug numbers. |
| 436 class_literal_test: Fail | 440 class_literal_test: Fail |
| 437 | 441 |
| 438 import_core_prefix_test: Pass | 442 import_core_prefix_test: Pass |
| 439 prefix22_test: Pass | 443 prefix22_test: Pass |
| 440 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 444 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 441 super_call4_test: Fail, OK # hardcoded names. | 445 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |