| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 function_type_alias5_test/00: Fail # Issue 12754 | 123 function_type_alias5_test/00: Fail # Issue 12754 |
| 124 function_type_alias5_test/01: Fail # Issue 12754 | 124 function_type_alias5_test/01: Fail # Issue 12754 |
| 125 function_type_alias5_test/02: Fail # Issue 12754 | 125 function_type_alias5_test/02: Fail # Issue 12754 |
| 126 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 126 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
| 127 generic_test: Fail # cannot resolve type T | 127 generic_test: Fail # cannot resolve type T |
| 128 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 128 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 129 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 129 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 130 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 130 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 131 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 131 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 132 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 132 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 133 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 134 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 135 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 136 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 137 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 138 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 139 method_binding_test: Fail # internal error: super property read not implemented. | 133 method_binding_test: Fail # internal error: super property read not implemented. |
| 140 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 134 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 141 method_override5_test: Pass, Fail # Issue 11496 (passes if it's inlined) | 135 method_override5_test: Pass, Fail # Issue 11496 (passes if it's inlined) |
| 142 parameter_initializer6_negative_test: Fail # Issue 3502 | 136 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 143 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 137 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. |
| 144 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 138 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. |
| 145 pseudo_kw_test: Fail # Unexpected token '(' | 139 pseudo_kw_test: Fail # Unexpected token '(' |
| 146 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 140 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 147 | 141 |
| 148 # Missing compilation error for wrong number of type arguments. | 142 # Missing compilation error for wrong number of type arguments. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 164 external_test/30: Fail | 158 external_test/30: Fail |
| 165 external_test/31: Fail | 159 external_test/31: Fail |
| 166 | 160 |
| 167 | 161 |
| 168 # Implementation errors (library or generated code). | 162 # Implementation errors (library or generated code). |
| 169 instanceof4_test: Fail # Expect.isTrue(false) fails. | 163 instanceof4_test: Fail # Expect.isTrue(false) fails. |
| 170 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. | 164 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. |
| 171 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode
test. | 165 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode
test. |
| 172 | 166 |
| 173 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 167 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 174 external_test/16: Fail, OK # Bad test: assumes eager loading. | |
| 175 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 168 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 176 syntax_test/47: Fail, OK # Bad test: assumes eager loading. | |
| 177 | 169 |
| 178 | 170 |
| 179 # | 171 # |
| 180 # The following tests are all negative tests that should be fixed. | 172 # The following tests are all negative tests that should be fixed. |
| 181 # | 173 # |
| 182 abstract_syntax_test/01: Fail # Negative language test. | 174 abstract_syntax_test/01: Fail # Negative language test. |
| 183 const_constructor_syntax_test/04: Fail # Negative language test. | 175 const_constructor_syntax_test/04: Fail # Negative language test. |
| 184 const_syntax_test/04: Fail # Negative language test. | 176 const_syntax_test/04: Fail # Negative language test. |
| 185 constructor2_negative_test: Fail # Negative language test. | 177 constructor2_negative_test: Fail # Negative language test. |
| 186 constructor_return_negative_test: Fail # Negative language test. | 178 constructor_return_negative_test: Fail # Negative language test. |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 factory_redirection_test/02: Crash # Issue 12753 | 379 factory_redirection_test/02: Crash # Issue 12753 |
| 388 factory_redirection_test/03: Crash # Issue 12753 | 380 factory_redirection_test/03: Crash # Issue 12753 |
| 389 factory_redirection_test/07: Fail # Issue 12753 | 381 factory_redirection_test/07: Fail # Issue 12753 |
| 390 factory_redirection_test/09: Fail # Issue 12753 | 382 factory_redirection_test/09: Fail # Issue 12753 |
| 391 factory_redirection_test/14: Fail # Issue 10959 | 383 factory_redirection_test/14: Fail # Issue 10959 |
| 392 function_type_alias5_test/00: Fail # Issue 12755 | 384 function_type_alias5_test/00: Fail # Issue 12755 |
| 393 function_type_alias5_test/01: Fail # Issue 12755 | 385 function_type_alias5_test/01: Fail # Issue 12755 |
| 394 function_type_alias5_test/02: Fail # Issue 12755 | 386 function_type_alias5_test/02: Fail # Issue 12755 |
| 395 function_type_alias7_test/00: Fail | 387 function_type_alias7_test/00: Fail |
| 396 parameter_initializer6_negative_test: Fail # Issue 3502 | 388 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 397 syntax_test/47: Fail | |
| 398 # DartVM problem. | 389 # DartVM problem. |
| 399 constructor5_test: Fail | 390 constructor5_test: Fail |
| 400 constructor6_test: Fail | 391 constructor6_test: Fail |
| 401 closure_in_initializer_test: Fail | 392 closure_in_initializer_test: Fail |
| 402 super_first_constructor_test: Fail | 393 super_first_constructor_test: Fail |
| 403 # VM specific tests. | 394 # VM specific tests. |
| 404 # This test hard codes name of file being run and precise position. | 395 # This test hard codes name of file being run and precise position. |
| 405 generic_test: Fail, Ok | 396 generic_test: Fail, Ok |
| 406 # Minified mode failures. | 397 # Minified mode failures. |
| 407 # TODO(antonm): proper support in test framework. | 398 # TODO(antonm): proper support in test framework. |
| 408 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 399 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 409 | 400 |
| 410 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 401 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 411 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 402 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 412 | 403 |
| 413 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 404 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 414 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 405 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 415 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 406 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 416 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 407 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 417 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 408 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 418 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 419 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 420 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 421 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 422 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 423 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | |
| 424 | 409 |
| 425 # Only checked mode reports an error on type assignment | 410 # Only checked mode reports an error on type assignment |
| 426 # problems in compile time constants. | 411 # problems in compile time constants. |
| 427 compile_time_constant_checked_test/02: Fail, OK | 412 compile_time_constant_checked_test/02: Fail, OK |
| 428 compile_time_constant_checked2_test/01: Fail, OK | 413 compile_time_constant_checked2_test/01: Fail, OK |
| 429 compile_time_constant_checked2_test/02: Fail, OK | 414 compile_time_constant_checked2_test/02: Fail, OK |
| 430 compile_time_constant_checked2_test/03: Fail, OK | 415 compile_time_constant_checked2_test/03: Fail, OK |
| 431 compile_time_constant_checked2_test/04: Fail, OK | 416 compile_time_constant_checked2_test/04: Fail, OK |
| 432 compile_time_constant_checked2_test/05: Fail, OK | 417 compile_time_constant_checked2_test/05: Fail, OK |
| 433 compile_time_constant_checked2_test/06: Fail, OK | 418 compile_time_constant_checked2_test/06: Fail, OK |
| (...skipping 12 matching lines...) Expand all Loading... |
| 446 f_bounded_quantification4_test: Fail # Issue 12605. | 431 f_bounded_quantification4_test: Fail # Issue 12605. |
| 447 f_bounded_quantification5_test: Fail # Issue 12605. | 432 f_bounded_quantification5_test: Fail # Issue 12605. |
| 448 | 433 |
| 449 # TODO(tball): Assign proper bug numbers. | 434 # TODO(tball): Assign proper bug numbers. |
| 450 class_literal_test: Fail | 435 class_literal_test: Fail |
| 451 | 436 |
| 452 import_core_prefix_test: Pass | 437 import_core_prefix_test: Pass |
| 453 prefix22_test: Pass | 438 prefix22_test: Pass |
| 454 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 439 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 455 super_call4_test: Fail, OK # hardcoded names. | 440 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |