| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 compile_time_constant11_test: Fail # issue 13270 | 82 compile_time_constant11_test: Fail # issue 13270 |
| 83 switch_bad_case_test/02: MissingCompileTimeError # switch case of type double | 83 switch_bad_case_test/02: MissingCompileTimeError # switch case of type double |
| 84 malformed_test/none: RuntimeError # Issue 12695 | 84 malformed_test/none: RuntimeError # Issue 12695 |
| 85 function_type_alias9_test/00: Crash # Issue 9792 | 85 function_type_alias9_test/00: Crash # Issue 9792 |
| 86 branch_canonicalization_test: RuntimeError # Issue 638. | 86 branch_canonicalization_test: RuntimeError # Issue 638. |
| 87 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 87 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 88 integer_division_by_zero_test: RuntimeError # Issue 8301 | 88 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 89 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 89 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 90 number_identity2_test: RuntimeError # Issue 12596 | 90 number_identity2_test: RuntimeError # Issue 12596 |
| 91 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 91 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 92 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 92 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 93 double_int_to_string_test: RuntimeError # Issue 1533 | 93 double_int_to_string_test: RuntimeError # Issue 1533 |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 import_core_prefix_test: Pass | 324 import_core_prefix_test: Pass |
| 325 prefix22_test: Pass | 325 prefix22_test: Pass |
| 326 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 326 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 327 super_call4_test: Fail, OK # hardcoded names. | 327 super_call4_test: Fail, OK # hardcoded names. |
| 328 | 328 |
| 329 [ $minified ] | 329 [ $minified ] |
| 330 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 330 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 331 | 331 |
| 332 [ $runtime == ie9 ] | 332 [ $runtime == ie9 ] |
| 333 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 333 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |