| 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 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 f_bounded_quantification5_test: Fail # Issue 12605. | 86 f_bounded_quantification5_test: Fail # Issue 12605. |
| 87 mixin_generic_test: Fail # Issue 12605. | 87 mixin_generic_test: Fail # Issue 12605. |
| 88 mixin_mixin2_test: Fail # Issue 12605. | 88 mixin_mixin2_test: Fail # Issue 12605. |
| 89 mixin_mixin3_test: Fail # Issue 12605. | 89 mixin_mixin3_test: Fail # Issue 12605. |
| 90 mixin_mixin4_test: Fail # Issue 12605. | 90 mixin_mixin4_test: Fail # Issue 12605. |
| 91 mixin_mixin5_test: Fail # Issue 12605. | 91 mixin_mixin5_test: Fail # Issue 12605. |
| 92 mixin_mixin6_test: Fail # Issue 12605. | 92 mixin_mixin6_test: Fail # Issue 12605. |
| 93 | 93 |
| 94 [ $compiler == dart2js ] | 94 [ $compiler == dart2js ] |
| 95 malformed_test/none: RuntimeError # Issue 12695 | 95 malformed_test/none: RuntimeError # Issue 12695 |
| 96 function_type_alias9_test/00: Crash # Issue 9792 | |
| 97 branch_canonicalization_test: RuntimeError # Issue 638. | 96 branch_canonicalization_test: RuntimeError # Issue 638. |
| 98 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 97 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 99 integer_division_by_zero_test: RuntimeError # Issue 8301 | 98 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 100 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 99 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 101 number_identity2_test: RuntimeError # Issue 12596 | 100 number_identity2_test: RuntimeError # Issue 12596 |
| 102 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 101 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 103 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 102 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 104 double_int_to_string_test: RuntimeError # Issue 1533 | 103 double_int_to_string_test: RuntimeError # Issue 1533 |
| 105 mint_arithmetic_test: RuntimeError # Issue 1533 | 104 mint_arithmetic_test: RuntimeError # Issue 1533 |
| 106 left_shift_test: RuntimeError # Issue 1533 | 105 left_shift_test: RuntimeError # Issue 1533 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 execute_finally3_test: Fail | 186 execute_finally3_test: Fail |
| 188 method_invocation_test: Fail | 187 method_invocation_test: Fail |
| 189 stack_overflow_test: Fail | 188 stack_overflow_test: Fail |
| 190 stack_overflow_stacktrace_test: Fail | 189 stack_overflow_stacktrace_test: Fail |
| 191 closure_call_wrong_argument_count_negative_test: Skip | 190 closure_call_wrong_argument_count_negative_test: Skip |
| 192 label_test: Skip | 191 label_test: Skip |
| 193 | 192 |
| 194 | 193 |
| 195 [ $compiler == dart2dart ] | 194 [ $compiler == dart2dart ] |
| 196 regress_13494_test: Fail # Issue 13494 | 195 regress_13494_test: Fail # Issue 13494 |
| 197 function_type_alias9_test/00: Crash # Issue 11986 | |
| 198 malformed_test/none: CompileTimeError # Issue 12695 | 196 malformed_test/none: CompileTimeError # Issue 12695 |
| 199 mixin_super_constructor_named_test: Fail # Issue 12631 | 197 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 200 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 198 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 201 | 199 |
| 202 built_in_identifier_prefix_test: Fail # Issue 6972 | 200 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 203 constructor_initializer_test/none: Fail # Issue 12633 | 201 constructor_initializer_test/none: Fail # Issue 12633 |
| 204 factory3_test: Fail # Issue 13077 | 202 factory3_test: Fail # Issue 13077 |
| 205 type_checks_in_factory_method_test: Fail # Issue 12747 | 203 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 206 | 204 |
| 207 on_catch_malformed_type_test: Fail # Issue 8601 | 205 on_catch_malformed_type_test: Fail # Issue 8601 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 import_core_prefix_test: Pass | 308 import_core_prefix_test: Pass |
| 311 prefix22_test: Pass | 309 prefix22_test: Pass |
| 312 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 310 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 313 super_call4_test: Fail, OK # hardcoded names. | 311 super_call4_test: Fail, OK # hardcoded names. |
| 314 | 312 |
| 315 [ $minified ] | 313 [ $minified ] |
| 316 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 314 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 317 | 315 |
| 318 [ $runtime == ie9 ] | 316 [ $runtime == ie9 ] |
| 319 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 317 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |