| 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 15 matching lines...) Expand all Loading... |
| 26 implicit_setter_test: Fail # Issue 13919 | 26 implicit_setter_test: Fail # Issue 13919 |
| 27 redirecting_factory_default_values_test/01: MissingCompileTimeError # Issue 1366
3 | 27 redirecting_factory_default_values_test/01: MissingCompileTimeError # Issue 1366
3 |
| 28 redirecting_factory_default_values_test/02: MissingCompileTimeError # Issue 1366
3 | 28 redirecting_factory_default_values_test/02: MissingCompileTimeError # Issue 1366
3 |
| 29 | 29 |
| 30 # VM specific tests that should not be run by dart2js. | 30 # VM specific tests that should not be run by dart2js. |
| 31 vm/*: Skip # Issue 12699 | 31 vm/*: Skip # Issue 12699 |
| 32 | 32 |
| 33 [ $compiler == dart2js && $checked ] | 33 [ $compiler == dart2js && $checked ] |
| 34 checked_setter2_test: Fail # Issue 11273 | 34 checked_setter2_test: Fail # Issue 11273 |
| 35 default_factory2_test/01: Fail # Issue 12700 | 35 default_factory2_test/01: Fail # Issue 12700 |
| 36 type_variable_bounds_test/01: Fail # Issue 12702 | |
| 37 type_variable_bounds_test/02: Fail # Issue 12702 | 36 type_variable_bounds_test/02: Fail # Issue 12702 |
| 38 type_variable_bounds_test/04: Fail # Issue 12702 | 37 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 39 type_variable_bounds_test/05: Fail # Issue 12702 | 38 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 40 type_variable_bounds2_test/00: Fail # Issue 12702 | |
| 41 type_variable_bounds2_test/03: Fail # Issue 12702 | |
| 42 type_variable_bounds2_test/05: Fail # Issue 12702 | |
| 43 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 39 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 44 type_variable_bounds3_test/00: Fail # Issue 12702 | 40 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 45 f_bounded_quantification_test/01: Fail # Issue 12703 | 41 f_bounded_quantification_test/01: Fail # Issue 12703 |
| 46 f_bounded_quantification_test/02: Fail # Issue 12703 | 42 f_bounded_quantification_test/02: Fail # Issue 12703 |
| 47 f_bounded_quantification5_test: Fail # Issue 12703 | 43 f_bounded_quantification5_test: Fail # Issue 12703 |
| 48 closure_type_test: Fail # Issue 12745 | 44 closure_type_test: Fail # Issue 12745 |
| 49 function_subtype_setter0_test: Fail # Issue 11273 | 45 function_subtype_setter0_test: Fail # Issue 11273 |
| 50 redirecting_factory_malbounded_test/01: Fail # Issue 12825 | 46 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
| 51 malbounded_instantiation_test/02: Fail # Issue 14121 | 47 malbounded_instantiation_test/02: Fail # Issue 14121 |
| 52 malbounded_instantiation_test/03: Fail # Issue 14121 | 48 malbounded_instantiation_test/03: Fail # Issue 14121 |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 import_core_prefix_test: Pass | 298 import_core_prefix_test: Pass |
| 303 prefix22_test: Pass | 299 prefix22_test: Pass |
| 304 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 300 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 305 super_call4_test: Fail, OK # hardcoded names. | 301 super_call4_test: Fail, OK # hardcoded names. |
| 306 | 302 |
| 307 [ $minified ] | 303 [ $minified ] |
| 308 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 304 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 309 | 305 |
| 310 [ $runtime == ie9 ] | 306 [ $runtime == ie9 ] |
| 311 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 307 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |