| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 ref_before_declaration_test/02: MissingCompileTimeError | 28 ref_before_declaration_test/02: MissingCompileTimeError |
| 29 ref_before_declaration_test/03: MissingCompileTimeError | 29 ref_before_declaration_test/03: MissingCompileTimeError |
| 30 ref_before_declaration_test/04: MissingCompileTimeError | 30 ref_before_declaration_test/04: MissingCompileTimeError |
| 31 ref_before_declaration_test/05: MissingCompileTimeError | 31 ref_before_declaration_test/05: MissingCompileTimeError |
| 32 ref_before_declaration_test/06: MissingCompileTimeError | 32 ref_before_declaration_test/06: MissingCompileTimeError |
| 33 | 33 |
| 34 # VM specific tests that should not be run by dart2js. | 34 # VM specific tests that should not be run by dart2js. |
| 35 vm/*: Skip # Issue 12699 | 35 vm/*: Skip # Issue 12699 |
| 36 | 36 |
| 37 [ $compiler == dart2js && $checked ] | 37 [ $compiler == dart2js && $checked ] |
| 38 type_parameter_test/01: Fail # Issue 14006 |
| 39 type_parameter_test/02: Fail # Issue 14006 |
| 40 type_parameter_test/03: Fail # Issue 14006 |
| 41 type_parameter_test/04: Fail # Issue 14006 |
| 42 type_parameter_test/05: Fail # Issue 14006 |
| 43 type_parameter_test/06: Fail # Issue 14006 |
| 38 checked_setter2_test: Fail # Issue 11273 | 44 checked_setter2_test: Fail # Issue 11273 |
| 39 type_variable_bounds_test/02: Fail # Issue 12702 | 45 type_variable_bounds_test/02: Fail # Issue 12702 |
| 40 type_variable_bounds2_test/01: Fail # Issue 12702 | 46 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 41 type_variable_bounds2_test/04: Fail # Issue 12702 | 47 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 42 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 48 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 43 type_variable_bounds3_test/00: Fail # Issue 12702 | 49 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 44 closure_type_test: Fail # Issue 12745 | 50 closure_type_test: Fail # Issue 12745 |
| 45 function_subtype_setter0_test: Fail # Issue 11273 | 51 function_subtype_setter0_test: Fail # Issue 11273 |
| 46 redirecting_factory_malbounded_test/01: Fail # Issue 12825 | 52 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
| 47 malbounded_instantiation_test/01: Fail # Issue 12702 | 53 malbounded_instantiation_test/01: Fail # Issue 12702 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 f_bounded_quantification4_test: Fail # Issue 12605. | 88 f_bounded_quantification4_test: Fail # Issue 12605. |
| 83 f_bounded_quantification5_test: Fail # Issue 12605. | 89 f_bounded_quantification5_test: Fail # Issue 12605. |
| 84 mixin_generic_test: Fail # Issue 12605. | 90 mixin_generic_test: Fail # Issue 12605. |
| 85 mixin_mixin2_test: Fail # Issue 12605. | 91 mixin_mixin2_test: Fail # Issue 12605. |
| 86 mixin_mixin3_test: Fail # Issue 12605. | 92 mixin_mixin3_test: Fail # Issue 12605. |
| 87 mixin_mixin4_test: Fail # Issue 12605. | 93 mixin_mixin4_test: Fail # Issue 12605. |
| 88 mixin_mixin5_test: Fail # Issue 12605. | 94 mixin_mixin5_test: Fail # Issue 12605. |
| 89 mixin_mixin6_test: Fail # Issue 12605. | 95 mixin_mixin6_test: Fail # Issue 12605. |
| 90 | 96 |
| 91 [ $compiler == dart2js ] | 97 [ $compiler == dart2js ] |
| 98 instanceof3_test: Fail # Issue 14006 |
| 99 is_not_class2_test: Fail # Issue 14006 |
| 100 isnot_malformed_type_test: Fail # Issue 14006 |
| 101 library_ambiguous_test/04: Fail # Issue 14006 |
| 102 on_catch_malformed_type_test: Fail # Issue 14006 |
| 92 malformed_test/none: RuntimeError # Issue 12695 | 103 malformed_test/none: RuntimeError # Issue 12695 |
| 93 branch_canonicalization_test: RuntimeError # Issue 638. | 104 branch_canonicalization_test: RuntimeError # Issue 638. |
| 94 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 105 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 95 integer_division_by_zero_test: RuntimeError # Issue 8301 | 106 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 96 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 107 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 97 number_identity2_test: RuntimeError # Issue 12596 | 108 number_identity2_test: RuntimeError # Issue 12596 |
| 98 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 109 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 99 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 110 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 100 double_int_to_string_test: RuntimeError # Issue 1533 | 111 double_int_to_string_test: RuntimeError # Issue 1533 |
| 101 mint_arithmetic_test: RuntimeError # Issue 1533 | 112 mint_arithmetic_test: RuntimeError # Issue 1533 |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 import_core_prefix_test: Pass | 303 import_core_prefix_test: Pass |
| 293 prefix22_test: Pass | 304 prefix22_test: Pass |
| 294 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 305 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 295 super_call4_test: Fail, OK # hardcoded names. | 306 super_call4_test: Fail, OK # hardcoded names. |
| 296 | 307 |
| 297 [ $minified ] | 308 [ $minified ] |
| 298 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 309 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 299 | 310 |
| 300 [ $runtime == ie9 ] | 311 [ $runtime == ie9 ] |
| 301 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 312 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |