| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 f_bounded_quantification4_test: Fail # Issue 12605. | 85 f_bounded_quantification4_test: Fail # Issue 12605. |
| 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 function_type_alias9_test/00: Crash |
| 95 malformed_test/none: RuntimeError # Issue 12695 | 96 malformed_test/none: RuntimeError # Issue 12695 |
| 96 branch_canonicalization_test: RuntimeError # Issue 638. | 97 branch_canonicalization_test: RuntimeError # Issue 638. |
| 97 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 98 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 98 integer_division_by_zero_test: RuntimeError # Issue 8301 | 99 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 99 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 100 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 100 number_identity2_test: RuntimeError # Issue 12596 | 101 number_identity2_test: RuntimeError # Issue 12596 |
| 101 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 102 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 102 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 103 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 103 double_int_to_string_test: RuntimeError # Issue 1533 | 104 double_int_to_string_test: RuntimeError # Issue 1533 |
| 104 mint_arithmetic_test: RuntimeError # Issue 1533 | 105 mint_arithmetic_test: RuntimeError # Issue 1533 |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 import_core_prefix_test: Pass | 307 import_core_prefix_test: Pass |
| 307 prefix22_test: Pass | 308 prefix22_test: Pass |
| 308 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 309 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 309 super_call4_test: Fail, OK # hardcoded names. | 310 super_call4_test: Fail, OK # hardcoded names. |
| 310 | 311 |
| 311 [ $minified ] | 312 [ $minified ] |
| 312 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 313 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 313 | 314 |
| 314 [ $runtime == ie9 ] | 315 [ $runtime == ie9 ] |
| 315 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 316 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 317 |
| 318 [ $compiler == dart2js && $host_checked ] |
| 319 const_factory_with_body_test/01: Crash |
| OLD | NEW |