| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 closure_type_test: Fail # Issue 12745 | 43 closure_type_test: Fail # Issue 12745 |
| 44 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 44 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
| 45 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 45 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| 48 malbounded_instantiation_test/01: Fail # Issue 12702 | 48 malbounded_instantiation_test/01: Fail # Issue 12702 |
| 49 malbounded_type_cast_test: Fail # Issue 14121 | 49 malbounded_type_cast_test: Fail # Issue 14121 |
| 50 malbounded_type_test_test/03: Fail # Issue 14121 | 50 malbounded_type_test_test/03: Fail # Issue 14121 |
| 51 malbounded_type_test_test/04: Fail # Issue 14121 | 51 malbounded_type_test_test/04: Fail # Issue 14121 |
| 52 default_factory2_test/01: Fail # Issue 14121 | 52 default_factory2_test/01: Fail # Issue 14121 |
| 53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875 |
| 54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875 |
| 53 | 55 |
| 54 [ $compiler == dart2js && $unchecked ] | 56 [ $compiler == dart2js && $unchecked ] |
| 55 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 57 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 56 assertion_test: RuntimeError # Issue 12748 | 58 assertion_test: RuntimeError # Issue 12748 |
| 57 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 | 59 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
| 58 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 | 60 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
| 59 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 61 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
| 60 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. | 62 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. |
| 61 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. | 63 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. |
| 62 compile_time_constant_checked_test/02: MissingCompileTimeError, OK | 64 compile_time_constant_checked_test/02: MissingCompileTimeError, OK |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 super_call4_test: Fail, OK # hardcoded names. | 313 super_call4_test: Fail, OK # hardcoded names. |
| 312 | 314 |
| 313 [ $minified ] | 315 [ $minified ] |
| 314 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 316 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 315 | 317 |
| 316 [ $runtime == ie9 ] | 318 [ $runtime == ie9 ] |
| 317 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 319 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 318 | 320 |
| 319 [ $compiler == dart2js && $host_checked ] | 321 [ $compiler == dart2js && $host_checked ] |
| 320 const_factory_with_body_test/01: Crash | 322 const_factory_with_body_test/01: Crash |
| OLD | NEW |