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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 type_variable_bounds2_test/03: Fail # Issue 12702 | 43 type_variable_bounds2_test/03: Fail # Issue 12702 |
44 type_variable_bounds2_test/05: Fail # Issue 12702 | 44 type_variable_bounds2_test/05: Fail # Issue 12702 |
45 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 45 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
46 type_variable_bounds3_test/00: Fail # Issue 12702 | 46 type_variable_bounds3_test/00: Fail # Issue 12702 |
47 f_bounded_quantification_test/01: Fail # Issue 12703 | 47 f_bounded_quantification_test/01: Fail # Issue 12703 |
48 f_bounded_quantification_test/02: Fail # Issue 12703 | 48 f_bounded_quantification_test/02: Fail # Issue 12703 |
49 f_bounded_quantification5_test: Fail # Issue 12703 | 49 f_bounded_quantification5_test: Fail # Issue 12703 |
50 closure_type_test: Fail # Issue 12745 | 50 closure_type_test: Fail # Issue 12745 |
51 function_subtype_setter0_test: Fail # Issue 11273 | 51 function_subtype_setter0_test: Fail # Issue 11273 |
52 redirecting_factory_malbounded_test/01: Fail # Issue 12825 | 52 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
| 53 malbounded_instantiation_test/01: Fail # Issue 14121 |
| 54 malbounded_instantiation_test/02: Fail # Issue 14121 |
| 55 malbounded_instantiation_test/03: Fail # Issue 14121 |
53 | 56 |
54 [ $compiler == dart2js && $unchecked ] | 57 [ $compiler == dart2js && $unchecked ] |
55 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 58 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
56 assertion_test: RuntimeError # Issue 12748 | 59 assertion_test: RuntimeError # Issue 12748 |
57 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 | 60 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
58 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 | 61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
59 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 62 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
60 compile_time_constant_checked_test/02: MissingCompileTimeError, OK | 63 compile_time_constant_checked_test/02: MissingCompileTimeError, OK |
61 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK | 64 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK |
62 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK | 65 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 import_core_prefix_test: Pass | 304 import_core_prefix_test: Pass |
302 prefix22_test: Pass | 305 prefix22_test: Pass |
303 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 306 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
304 super_call4_test: Fail, OK # hardcoded names. | 307 super_call4_test: Fail, OK # hardcoded names. |
305 | 308 |
306 [ $minified ] | 309 [ $minified ] |
307 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 310 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
308 | 311 |
309 [ $runtime == ie9 ] | 312 [ $runtime == ie9 ] |
310 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 313 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
OLD | NEW |