| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 8 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 9 malformed_test/06: MissingCompileTimeError # Issue 12695 | 9 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 10 malformed_inheritance_test/07: MissingCompileTimeError # Issue 13994 | 10 malformed_inheritance_test/07: MissingCompileTimeError # Issue 13994 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 f_bounded_quantification4_test: Fail # Issue 12605. | 82 f_bounded_quantification4_test: Fail # Issue 12605. |
| 83 f_bounded_quantification5_test: Fail # Issue 12605. | 83 f_bounded_quantification5_test: Fail # Issue 12605. |
| 84 mixin_generic_test: Fail # Issue 12605. | 84 mixin_generic_test: Fail # Issue 12605. |
| 85 mixin_mixin2_test: Fail # Issue 12605. | 85 mixin_mixin2_test: Fail # Issue 12605. |
| 86 mixin_mixin3_test: Fail # Issue 12605. | 86 mixin_mixin3_test: Fail # Issue 12605. |
| 87 mixin_mixin4_test: Fail # Issue 12605. | 87 mixin_mixin4_test: Fail # Issue 12605. |
| 88 mixin_mixin5_test: Fail # Issue 12605. | 88 mixin_mixin5_test: Fail # Issue 12605. |
| 89 mixin_mixin6_test: Fail # Issue 12605. | 89 mixin_mixin6_test: Fail # Issue 12605. |
| 90 | 90 |
| 91 [ $compiler == dart2js ] | 91 [ $compiler == dart2js ] |
| 92 switch_bad_case_test/02: MissingCompileTimeError # switch case of type double | |
| 93 malformed_test/none: RuntimeError # Issue 12695 | 92 malformed_test/none: RuntimeError # Issue 12695 |
| 94 function_type_alias9_test/00: Crash # Issue 9792 | 93 function_type_alias9_test/00: Crash # Issue 9792 |
| 95 branch_canonicalization_test: RuntimeError # Issue 638. | 94 branch_canonicalization_test: RuntimeError # Issue 638. |
| 96 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 95 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 97 integer_division_by_zero_test: RuntimeError # Issue 8301 | 96 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 98 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 97 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 99 number_identity2_test: RuntimeError # Issue 12596 | 98 number_identity2_test: RuntimeError # Issue 12596 |
| 100 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 99 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 101 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 100 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 102 double_int_to_string_test: RuntimeError # Issue 1533 | 101 double_int_to_string_test: RuntimeError # Issue 1533 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 closure_call_wrong_argument_count_negative_test: Skip | 196 closure_call_wrong_argument_count_negative_test: Skip |
| 198 label_test: Skip | 197 label_test: Skip |
| 199 | 198 |
| 200 | 199 |
| 201 [ $compiler == dart2dart ] | 200 [ $compiler == dart2dart ] |
| 202 regress_13494_test: Fail # Issue 13494 | 201 regress_13494_test: Fail # Issue 13494 |
| 203 function_type_alias9_test/00: Crash # Issue 11986 | 202 function_type_alias9_test/00: Crash # Issue 11986 |
| 204 malformed_test/none: CompileTimeError # Issue 12695 | 203 malformed_test/none: CompileTimeError # Issue 12695 |
| 205 mixin_super_constructor_named_test: Fail # Issue 12631 | 204 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 206 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 205 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 207 switch_bad_case_test/02: Fail # missing switch type check for double | |
| 208 | 206 |
| 209 built_in_identifier_prefix_test: Fail # Issue 6972 | 207 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 210 constructor_initializer_test/none: Fail # Issue 12633 | 208 constructor_initializer_test/none: Fail # Issue 12633 |
| 211 factory3_test: Fail # Issue 13077 | 209 factory3_test: Fail # Issue 13077 |
| 212 type_checks_in_factory_method_test: Fail # Issue 12747 | 210 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 213 | 211 |
| 214 on_catch_malformed_type_test: Fail # Issue 8601 | 212 on_catch_malformed_type_test: Fail # Issue 8601 |
| 215 | 213 |
| 216 # Mixins fail on the VM. | 214 # Mixins fail on the VM. |
| 217 mixin_forwarding_constructor2_test: Fail # Issue 13641 | 215 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 import_core_prefix_test: Pass | 317 import_core_prefix_test: Pass |
| 320 prefix22_test: Pass | 318 prefix22_test: Pass |
| 321 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 319 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 322 super_call4_test: Fail, OK # hardcoded names. | 320 super_call4_test: Fail, OK # hardcoded names. |
| 323 | 321 |
| 324 [ $minified ] | 322 [ $minified ] |
| 325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 323 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 326 | 324 |
| 327 [ $runtime == ie9 ] | 325 [ $runtime == ie9 ] |
| 328 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 326 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |