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 black_listed_test/none: CompileTimeError # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
(...skipping 18 matching lines...) Expand all Loading... |
29 default_factory2_test/01: Fail # Issue 12700 | 29 default_factory2_test/01: Fail # Issue 12700 |
30 type_variable_bounds_test/01: Fail # Issue 12702 | 30 type_variable_bounds_test/01: Fail # Issue 12702 |
31 type_variable_bounds_test/02: Fail # Issue 12702 | 31 type_variable_bounds_test/02: Fail # Issue 12702 |
32 type_variable_bounds_test/04: Fail # Issue 12702 | 32 type_variable_bounds_test/04: Fail # Issue 12702 |
33 type_variable_bounds_test/05: Fail # Issue 12702 | 33 type_variable_bounds_test/05: Fail # Issue 12702 |
34 type_variable_bounds2_test/00: Fail # Issue 12702 | 34 type_variable_bounds2_test/00: Fail # Issue 12702 |
35 type_variable_bounds2_test/03: Fail # Issue 12702 | 35 type_variable_bounds2_test/03: Fail # Issue 12702 |
36 type_variable_bounds2_test/05: Fail # Issue 12702 | 36 type_variable_bounds2_test/05: Fail # Issue 12702 |
37 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 37 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
38 type_variable_bounds3_test/00: Fail # Issue 12702 | 38 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 39 type_variable_conflict_test/01: Fail # Issue 13702 |
| 40 type_variable_conflict_test/02: Fail # Issue 13702 |
| 41 type_variable_conflict_test/03: Fail # Issue 13702 |
| 42 type_variable_conflict_test/04: Fail # Issue 13702 |
| 43 type_variable_conflict_test/05: Fail # Issue 13702 |
| 44 type_variable_conflict_test/06: Fail # Issue 13702 |
39 f_bounded_quantification_test/01: Fail # Issue 12703 | 45 f_bounded_quantification_test/01: Fail # Issue 12703 |
40 f_bounded_quantification_test/02: Fail # Issue 12703 | 46 f_bounded_quantification_test/02: Fail # Issue 12703 |
41 f_bounded_quantification5_test: Fail # Issue 12703 | 47 f_bounded_quantification5_test: Fail # Issue 12703 |
42 closure_type_test: Fail # Issue 12745 | 48 closure_type_test: Fail # Issue 12745 |
43 function_subtype_setter0_test: Fail # Issue 11273 | 49 function_subtype_setter0_test: Fail # Issue 11273 |
44 redirecting_factory_malbounded_test/01: Fail # Issue 12825 | 50 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
45 | 51 |
46 [ $compiler == dart2js && $unchecked ] | 52 [ $compiler == dart2js && $unchecked ] |
47 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 53 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
48 assertion_test: RuntimeError # Issue 12748 | 54 assertion_test: RuntimeError # Issue 12748 |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 import_core_prefix_test: Pass | 319 import_core_prefix_test: Pass |
314 prefix22_test: Pass | 320 prefix22_test: Pass |
315 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 321 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
316 super_call4_test: Fail, OK # hardcoded names. | 322 super_call4_test: Fail, OK # hardcoded names. |
317 | 323 |
318 [ $minified ] | 324 [ $minified ] |
319 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
320 | 326 |
321 [ $runtime == ie9 ] | 327 [ $runtime == ie9 ] |
322 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 328 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
OLD | NEW |