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