| 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 block_scope_test: Fail # Issue 13204. | 6 block_scope_test: Fail # Issue 13204. |
| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 positional_parameters_type_test/02: Fail, OK | 63 positional_parameters_type_test/02: Fail, OK |
| 64 | 64 |
| 65 [ $compiler == dart2js && $minified ] | 65 [ $compiler == dart2js && $minified ] |
| 66 f_bounded_quantification4_test: Fail # Issue 12605. | 66 f_bounded_quantification4_test: Fail # Issue 12605. |
| 67 f_bounded_quantification5_test: Fail # Issue 12605. | 67 f_bounded_quantification5_test: Fail # Issue 12605. |
| 68 mixin_generic_test: Fail # Issue 12605. | 68 mixin_generic_test: Fail # Issue 12605. |
| 69 mixin_mixin2_test: Fail # Issue 12605. | 69 mixin_mixin2_test: Fail # Issue 12605. |
| 70 mixin_mixin3_test: Fail # Issue 12605. | 70 mixin_mixin3_test: Fail # Issue 12605. |
| 71 mixin_mixin4_test: Fail # Issue 12605. | 71 mixin_mixin4_test: Fail # Issue 12605. |
| 72 mixin_mixin5_test: Fail # Issue 12605. | 72 mixin_mixin5_test: Fail # Issue 12605. |
| 73 invocation_mirror_test: Fail # Issue 13503 |
| 73 | 74 |
| 74 [ $compiler == dart2js ] | 75 [ $compiler == dart2js ] |
| 75 function_type_alias9_test/00: Crash # Issue 9792 | 76 function_type_alias9_test/00: Crash # Issue 9792 |
| 76 branch_canonicalization_test: Fail # Issue 638. | 77 branch_canonicalization_test: Fail # Issue 638. |
| 77 identical_closure2_test: Fail # Issue 1533, Issue 12596 | 78 identical_closure2_test: Fail # Issue 1533, Issue 12596 |
| 78 integer_division_by_zero_test: Fail # Issue 8301 | 79 integer_division_by_zero_test: Fail # Issue 8301 |
| 79 built_in_identifier_prefix_test: Fail # Issue 6972 | 80 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 80 number_identity2_test: Fail # Issue 12596 | 81 number_identity2_test: Fail # Issue 12596 |
| 81 new_expression_type_args_test/00: Fail # Issue 5519 | 82 new_expression_type_args_test/00: Fail # Issue 5519 |
| 82 new_expression_type_args_test/01: Fail # Issue 5519 | 83 new_expression_type_args_test/01: Fail # Issue 5519 |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 | 332 |
| 332 final_is_not_const_test/01: Fail # Issue 12692 | 333 final_is_not_const_test/01: Fail # Issue 12692 |
| 333 | 334 |
| 334 [ $compiler == dart2dart && $minified ] | 335 [ $compiler == dart2dart && $minified ] |
| 335 super_getter_setter_test: Fail # Issue 11065. | 336 super_getter_setter_test: Fail # Issue 11065. |
| 336 f_bounded_quantification4_test: Fail # Issue 12605. | 337 f_bounded_quantification4_test: Fail # Issue 12605. |
| 337 f_bounded_quantification5_test: Fail # Issue 12605. | 338 f_bounded_quantification5_test: Fail # Issue 12605. |
| 338 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 | 339 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 339 overridden_no_such_method_test: Pass, Fail # Issue 13078 | 340 overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 340 no_such_method_test: Pass, Fail # Issue 13078 | 341 no_such_method_test: Pass, Fail # Issue 13078 |
| 341 invocation_mirror_test: Fail # Issue 13503 | |
| 342 | |
| 343 # TODO(tball): Assign proper bug numbers. | |
| 344 class_literal_test: Fail | |
| 345 | 342 |
| 346 import_core_prefix_test: Pass | 343 import_core_prefix_test: Pass |
| 347 prefix22_test: Pass | 344 prefix22_test: Pass |
| 348 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 345 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 349 super_call4_test: Fail, OK # hardcoded names. | 346 super_call4_test: Fail, OK # hardcoded names. |
| 350 | 347 |
| 351 [ $minified ] | 348 [ $minified ] |
| 352 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 349 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 353 | 350 |
| 354 [ $runtime == ie9 ] | 351 [ $runtime == ie9 ] |
| 355 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 352 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |