| 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 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 7 block_scope_test: CompileTimeError # Issue 13204. | 7 block_scope_test: CompileTimeError # Issue 13204. |
| 8 null_test/03: MissingCompileTimeError # Issue 12445. | 8 null_test/03: MissingCompileTimeError # Issue 12445. |
| 9 black_listed_test/none: CompileTimeError # Issue 12446. | 9 black_listed_test/none: CompileTimeError # Issue 12446. |
| 10 malformed_test/05: MissingCompileTimeError # Issue 12695 | 10 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 f_bounded_quantification4_test: Fail # Issue 12605. | 72 f_bounded_quantification4_test: Fail # Issue 12605. |
| 73 f_bounded_quantification5_test: Fail # Issue 12605. | 73 f_bounded_quantification5_test: Fail # Issue 12605. |
| 74 mixin_generic_test: Fail # Issue 12605. | 74 mixin_generic_test: Fail # Issue 12605. |
| 75 mixin_mixin2_test: Fail # Issue 12605. | 75 mixin_mixin2_test: Fail # Issue 12605. |
| 76 mixin_mixin3_test: Fail # Issue 12605. | 76 mixin_mixin3_test: Fail # Issue 12605. |
| 77 mixin_mixin4_test: Fail # Issue 12605. | 77 mixin_mixin4_test: Fail # Issue 12605. |
| 78 mixin_mixin5_test: Fail # Issue 12605. | 78 mixin_mixin5_test: Fail # Issue 12605. |
| 79 mixin_mixin6_test: Fail # Issue 12605. | 79 mixin_mixin6_test: Fail # Issue 12605. |
| 80 | 80 |
| 81 [ $compiler == dart2js ] | 81 [ $compiler == dart2js ] |
| 82 switch_bad_case_test/02: MissingCompileTimeError # switch case of type double |
| 82 malformed_test/none: RuntimeError # Issue 12695 | 83 malformed_test/none: RuntimeError # Issue 12695 |
| 83 function_type_alias9_test/00: Crash # Issue 9792 | 84 function_type_alias9_test/00: Crash # Issue 9792 |
| 84 branch_canonicalization_test: RuntimeError # Issue 638. | 85 branch_canonicalization_test: RuntimeError # Issue 638. |
| 85 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 86 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 86 integer_division_by_zero_test: RuntimeError # Issue 8301 | 87 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 87 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 88 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 88 number_identity2_test: RuntimeError # Issue 12596 | 89 number_identity2_test: RuntimeError # Issue 12596 |
| 89 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 90 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 90 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 91 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 91 double_int_to_string_test: RuntimeError # Issue 1533 | 92 double_int_to_string_test: RuntimeError # Issue 1533 |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 stack_overflow_stacktrace_test: Fail | 194 stack_overflow_stacktrace_test: Fail |
| 194 closure_call_wrong_argument_count_negative_test: Skip | 195 closure_call_wrong_argument_count_negative_test: Skip |
| 195 label_test: Skip | 196 label_test: Skip |
| 196 | 197 |
| 197 | 198 |
| 198 [ $compiler == dart2dart ] | 199 [ $compiler == dart2dart ] |
| 199 function_type_alias9_test/00: Crash # Issue 11986 | 200 function_type_alias9_test/00: Crash # Issue 11986 |
| 200 malformed_test/none: CompileTimeError # Issue 12695 | 201 malformed_test/none: CompileTimeError # Issue 12695 |
| 201 mixin_super_constructor_named_test: Fail # Issue 12631 | 202 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 202 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 203 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 204 switch_bad_case_test/02: Fail # missing switch type check for double |
| 203 | 205 |
| 204 built_in_identifier_prefix_test: Fail # Issue 6972 | 206 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 205 constructor_initializer_test/none: Fail # Issue 12633 | 207 constructor_initializer_test/none: Fail # Issue 12633 |
| 206 factory3_test: Fail # Issue 13077 | 208 factory3_test: Fail # Issue 13077 |
| 207 type_checks_in_factory_method_test: Fail # Issue 12747 | 209 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 208 | 210 |
| 209 on_catch_malformed_type_test: Fail # Issue 8601 | 211 on_catch_malformed_type_test: Fail # Issue 8601 |
| 210 | 212 |
| 211 # Mixins fail on the VM. | 213 # Mixins fail on the VM. |
| 212 mixin_forwarding_constructor2_test: Fail # Issue 13641 | 214 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 import_core_prefix_test: Pass | 321 import_core_prefix_test: Pass |
| 320 prefix22_test: Pass | 322 prefix22_test: Pass |
| 321 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 323 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 322 super_call4_test: Fail, OK # hardcoded names. | 324 super_call4_test: Fail, OK # hardcoded names. |
| 323 | 325 |
| 324 [ $minified ] | 326 [ $minified ] |
| 325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 327 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 326 | 328 |
| 327 [ $runtime == ie9 ] | 329 [ $runtime == ie9 ] |
| 328 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 330 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |