| 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 override_inheritance_mixed_test/08: Fail # Issue 18124 | 6 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 7 override_inheritance_mixed_test/09: Fail # Issue 18124 | 7 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 8 bad_constructor_test/05: CompileTimeError # Issue 13669 | 8 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 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 18 matching lines...) Expand all Loading... |
| 29 ref_before_declaration_test/01: MissingCompileTimeError | 29 ref_before_declaration_test/01: MissingCompileTimeError |
| 30 ref_before_declaration_test/02: MissingCompileTimeError | 30 ref_before_declaration_test/02: MissingCompileTimeError |
| 31 ref_before_declaration_test/03: MissingCompileTimeError | 31 ref_before_declaration_test/03: MissingCompileTimeError |
| 32 ref_before_declaration_test/04: MissingCompileTimeError | 32 ref_before_declaration_test/04: MissingCompileTimeError |
| 33 ref_before_declaration_test/05: MissingCompileTimeError | 33 ref_before_declaration_test/05: MissingCompileTimeError |
| 34 ref_before_declaration_test/06: MissingCompileTimeError | 34 ref_before_declaration_test/06: MissingCompileTimeError |
| 35 | 35 |
| 36 external_test/10: Fail | 36 external_test/10: Fail |
| 37 external_test/20: Fail | 37 external_test/20: Fail |
| 38 | 38 |
| 39 setter_declaration2_negative_test: Crash # Issue 17139 | |
| 40 | 39 |
| 41 # VM specific tests that should not be run by dart2js. | 40 # VM specific tests that should not be run by dart2js. |
| 42 vm/*: Skip # Issue 12699 | 41 vm/*: Skip # Issue 12699 |
| 43 | 42 |
| 44 [ $compiler == dart2js && $checked ] | 43 [ $compiler == dart2js && $checked ] |
| 45 type_variable_bounds_test/02: Fail # Issue 12702 | 44 type_variable_bounds_test/02: Fail # Issue 12702 |
| 46 type_variable_bounds2_test/01: Fail # Issue 12702 | 45 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 47 type_variable_bounds2_test/04: Fail # Issue 12702 | 46 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 48 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 47 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 49 type_variable_bounds3_test/00: Fail # Issue 12702 | 48 type_variable_bounds3_test/00: Fail # Issue 12702 |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 | 266 |
| 268 [ ($compiler == dart2js && $csp)] | 267 [ ($compiler == dart2js && $csp)] |
| 269 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 268 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 270 deferred_constraints_constants_test/*: Skip # Issue 16898 | 269 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 271 deferred_no_such_method_test*: Skip # Issue 16898 | 270 deferred_no_such_method_test*: Skip # Issue 16898 |
| 272 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 271 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 273 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 272 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 274 | 273 |
| 275 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 274 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 276 *deferred*: Skip # Issue 17458 | 275 *deferred*: Skip # Issue 17458 |
| OLD | NEW |