| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 type_variable_conflict_test/06: Fail # Issue 13702 | 26 type_variable_conflict_test/06: Fail # Issue 13702 |
| 27 | 27 |
| 28 ref_before_declaration_test/00: MissingCompileTimeError | 28 ref_before_declaration_test/00: MissingCompileTimeError |
| 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 prefix3_negative_test: Crash # Issue 17139 | |
| 37 setter_declaration2_negative_test: Crash # Issue 17139 | 36 setter_declaration2_negative_test: Crash # Issue 17139 |
| 38 | 37 |
| 39 # VM specific tests that should not be run by dart2js. | 38 # VM specific tests that should not be run by dart2js. |
| 40 vm/*: Skip # Issue 12699 | 39 vm/*: Skip # Issue 12699 |
| 41 | 40 |
| 42 [ $compiler == dart2js && $checked ] | 41 [ $compiler == dart2js && $checked ] |
| 43 type_variable_bounds_test/02: Fail # Issue 12702 | 42 type_variable_bounds_test/02: Fail # Issue 12702 |
| 44 type_variable_bounds2_test/01: Fail # Issue 12702 | 43 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 45 type_variable_bounds2_test/04: Fail # Issue 12702 | 44 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 46 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). |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 | 261 |
| 263 [ ($compiler == dart2js && $csp)] | 262 [ ($compiler == dart2js && $csp)] |
| 264 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 263 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 265 deferred_constraints_constants_test/*: Skip # Issue 16898 | 264 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 266 deferred_no_such_method_test*: Skip # Issue 16898 | 265 deferred_no_such_method_test*: Skip # Issue 16898 |
| 267 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 266 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 268 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 267 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 269 | 268 |
| 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 269 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 271 *deferred*: Skip # Issue 17458 | 270 *deferred*: Skip # Issue 17458 |
| OLD | NEW |