| 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 compile_time_constant_c_test/none: Fail # Issue 11583 | 7 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 8 null_test/03: Fail # Issue 12445. | 8 null_test/03: Fail # Issue 12445. |
| 9 black_listed_test/none: Fail # Issue 12446. | 9 black_listed_test/none: Fail # Issue 12446. |
| 10 malformed_test/none: Fail # Issue 12695 | 10 malformed_test/none: Fail # Issue 12695 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 named_parameters_type_test/03: Fail, OK | 63 named_parameters_type_test/03: Fail, OK |
| 64 positional_parameters_type_test/01: Fail, OK | 64 positional_parameters_type_test/01: Fail, OK |
| 65 positional_parameters_type_test/02: Fail, OK | 65 positional_parameters_type_test/02: Fail, OK |
| 66 | 66 |
| 67 [ $compiler == dart2js && $minified ] | 67 [ $compiler == dart2js && $minified ] |
| 68 f_bounded_quantification4_test: Fail # Issue 12605. | 68 f_bounded_quantification4_test: Fail # Issue 12605. |
| 69 f_bounded_quantification5_test: Fail # Issue 12605. | 69 f_bounded_quantification5_test: Fail # Issue 12605. |
| 70 mixin_mixin2_test: Fail # Issue 12605. | 70 mixin_mixin2_test: Fail # Issue 12605. |
| 71 | 71 |
| 72 [ $compiler == dart2js ] | 72 [ $compiler == dart2js ] |
| 73 function_type_alias6_test/00: Crash # Issue 9792 | |
| 74 function_type_alias9_test/00: Crash # Issue 9792 | 73 function_type_alias9_test/00: Crash # Issue 9792 |
| 75 branch_canonicalization_test: Fail # Issue 638. | 74 branch_canonicalization_test: Fail # Issue 638. |
| 76 div_with_power_of_two_test: Fail # Issue 8301. | 75 div_with_power_of_two_test: Fail # Issue 8301. |
| 77 class_literal_test: Fail # Issue 7626. | 76 class_literal_test: Fail # Issue 7626. |
| 78 identical_closure2_test: Fail # Issue 1533, Issue 12596 | 77 identical_closure2_test: Fail # Issue 1533, Issue 12596 |
| 79 invocation_mirror_test: Fail # Issue 12705 | 78 invocation_mirror_test: Fail # Issue 12705 |
| 80 built_in_identifier_prefix_test: Fail # Issue 6972 | 79 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 81 number_identity2_test: Fail # Issue 12596 | 80 number_identity2_test: Fail # Issue 12596 |
| 82 new_expression_type_args_test/00: Fail # Issue 5519 | 81 new_expression_type_args_test/00: Fail # Issue 5519 |
| 83 new_expression_type_args_test/01: Fail # Issue 5519 | 82 new_expression_type_args_test/01: Fail # Issue 5519 |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 method_invocation_test: Fail | 186 method_invocation_test: Fail |
| 188 stack_overflow_test: Fail | 187 stack_overflow_test: Fail |
| 189 stack_overflow_stacktrace_test: Fail | 188 stack_overflow_stacktrace_test: Fail |
| 190 closure_call_wrong_argument_count_negative_test: Skip | 189 closure_call_wrong_argument_count_negative_test: Skip |
| 191 label_test: Skip | 190 label_test: Skip |
| 192 | 191 |
| 193 | 192 |
| 194 [ $compiler == dart2dart ] | 193 [ $compiler == dart2dart ] |
| 195 mixin_super_constructor_named_test: Fail # Issue 12631 | 194 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 196 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 195 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 197 function_type_alias6_test/00: Fail # Issue 11986 | |
| 198 function_type_alias9_test/00: Crash # Issue 11986 | 196 function_type_alias9_test/00: Crash # Issue 11986 |
| 199 symbol_literal_test: Fail # Issue 12171 | 197 symbol_literal_test: Fail # Issue 12171 |
| 200 | 198 |
| 201 built_in_identifier_prefix_test: Fail # Issue 6972 | 199 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 202 constructor_initializer_test/none: Fail # Issue 12633 | 200 constructor_initializer_test/none: Fail # Issue 12633 |
| 203 factory3_test: Fail # Issue 13077 | 201 factory3_test: Fail # Issue 13077 |
| 204 type_checks_in_factory_method_test: Fail # Issue 12747 | 202 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 205 | 203 |
| 206 on_catch_malformed_type_test: Fail # Issue 8601 | 204 on_catch_malformed_type_test: Fail # Issue 8601 |
| 207 | 205 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 import_core_prefix_test: Pass | 342 import_core_prefix_test: Pass |
| 345 prefix22_test: Pass | 343 prefix22_test: Pass |
| 346 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 344 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 347 super_call4_test: Fail, OK # hardcoded names. | 345 super_call4_test: Fail, OK # hardcoded names. |
| 348 | 346 |
| 349 [ $minified ] | 347 [ $minified ] |
| 350 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 348 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 351 | 349 |
| 352 [ $runtime == ie9 ] | 350 [ $runtime == ie9 ] |
| 353 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 351 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |