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 |
| 56 malbounded_type_cast_test: Fail |
| 57 malbounded_type_test_test/01: Fail |
| 58 malbounded_type_test_test/02: Fail |
| 59 malbounded_type_test_test/03: Fail |
53 | 60 |
54 [ $compiler == dart2js && $unchecked ] | 61 [ $compiler == dart2js && $unchecked ] |
55 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 62 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
56 assertion_test: RuntimeError # Issue 12748 | 63 assertion_test: RuntimeError # Issue 12748 |
57 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 | 64 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
58 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 | 65 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
59 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 66 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
60 compile_time_constant_checked_test/02: MissingCompileTimeError, OK | 67 compile_time_constant_checked_test/02: MissingCompileTimeError, OK |
61 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK | 68 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK |
62 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK | 69 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 compile_time_constant_checked2_test/04: Fail, OK | 290 compile_time_constant_checked2_test/04: Fail, OK |
284 compile_time_constant_checked2_test/05: Fail, OK | 291 compile_time_constant_checked2_test/05: Fail, OK |
285 compile_time_constant_checked2_test/06: Fail, OK | 292 compile_time_constant_checked2_test/06: Fail, OK |
286 compile_time_constant_checked3_test/01: Fail, OK | 293 compile_time_constant_checked3_test/01: Fail, OK |
287 compile_time_constant_checked3_test/02: Fail, OK | 294 compile_time_constant_checked3_test/02: Fail, OK |
288 compile_time_constant_checked3_test/03: Fail, OK | 295 compile_time_constant_checked3_test/03: Fail, OK |
289 compile_time_constant_checked3_test/04: Fail, OK | 296 compile_time_constant_checked3_test/04: Fail, OK |
290 compile_time_constant_checked3_test/05: Fail, OK | 297 compile_time_constant_checked3_test/05: Fail, OK |
291 compile_time_constant_checked3_test/06: Fail, OK | 298 compile_time_constant_checked3_test/06: Fail, OK |
292 | 299 |
| 300 [ $compiler == dart2dart && $checked ] |
| 301 # VM problems |
| 302 malbounded_type_cast_test: Fail |
| 303 malbounded_type_test_test/01: Fail |
| 304 malbounded_instantiation_test/01: Fail |
| 305 |
293 [ $compiler == dart2dart && $minified ] | 306 [ $compiler == dart2dart && $minified ] |
294 super_getter_setter_test: Fail # Issue 11065. | 307 super_getter_setter_test: Fail # Issue 11065. |
295 f_bounded_quantification4_test: Fail # Issue 12605. | 308 f_bounded_quantification4_test: Fail # Issue 12605. |
296 f_bounded_quantification5_test: Fail # Issue 12605. | 309 f_bounded_quantification5_test: Fail # Issue 12605. |
297 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 | 310 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 |
298 overridden_no_such_method_test: Pass, Fail # Issue 13078 | 311 overridden_no_such_method_test: Pass, Fail # Issue 13078 |
299 no_such_method_test: Pass, Fail # Issue 13078 | 312 no_such_method_test: Pass, Fail # Issue 13078 |
300 | 313 |
301 import_core_prefix_test: Pass | 314 import_core_prefix_test: Pass |
302 prefix22_test: Pass | 315 prefix22_test: Pass |
303 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 316 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
304 super_call4_test: Fail, OK # hardcoded names. | 317 super_call4_test: Fail, OK # hardcoded names. |
305 | 318 |
306 [ $minified ] | 319 [ $minified ] |
307 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 320 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
308 | 321 |
309 [ $runtime == ie9 ] | 322 [ $runtime == ie9 ] |
310 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 323 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
OLD | NEW |