| 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 constructor_duplicate_final_test/01: Fail # Issue 13363 | 6 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 7 constructor_duplicate_final_test/02: Fail # Issue 13363 | 7 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 8 override_inheritance_mixed_test/08: Fail # Issue 18124 | 8 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 9 override_inheritance_mixed_test/09: Fail # Issue 18124 | 9 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 10 bad_constructor_test/05: CompileTimeError # Issue 13669 | 10 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 ref_before_declaration_test/01: MissingCompileTimeError | 36 ref_before_declaration_test/01: MissingCompileTimeError |
| 37 ref_before_declaration_test/02: MissingCompileTimeError | 37 ref_before_declaration_test/02: MissingCompileTimeError |
| 38 ref_before_declaration_test/03: MissingCompileTimeError | 38 ref_before_declaration_test/03: MissingCompileTimeError |
| 39 ref_before_declaration_test/04: MissingCompileTimeError | 39 ref_before_declaration_test/04: MissingCompileTimeError |
| 40 ref_before_declaration_test/05: MissingCompileTimeError | 40 ref_before_declaration_test/05: MissingCompileTimeError |
| 41 ref_before_declaration_test/06: MissingCompileTimeError | 41 ref_before_declaration_test/06: MissingCompileTimeError |
| 42 | 42 |
| 43 external_test/10: Fail | 43 external_test/10: Fail |
| 44 external_test/20: Fail | 44 external_test/20: Fail |
| 45 | 45 |
| 46 enum_syntax_test/01: Fail # Issue 21648 |
| 47 |
| 46 | 48 |
| 47 # VM specific tests that should not be run by dart2js. | 49 # VM specific tests that should not be run by dart2js. |
| 48 vm/*: Skip # Issue 12699 | 50 vm/*: Skip # Issue 12699 |
| 49 | 51 |
| 50 [ $compiler == dart2js && $checked ] | 52 [ $compiler == dart2js && $checked ] |
| 51 type_variable_bounds_test/02: Fail # Issue 12702 | 53 type_variable_bounds_test/02: Fail # Issue 12702 |
| 52 type_variable_bounds2_test/01: Fail # Issue 12702 | 54 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 53 type_variable_bounds2_test/04: Fail # Issue 12702 | 55 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 54 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 56 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 55 type_variable_bounds3_test/00: Fail # Issue 12702 | 57 type_variable_bounds3_test/00: Fail # Issue 12702 |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 | 252 |
| 251 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 253 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 252 super_call4_test: Fail, OK # hardcoded names. | 254 super_call4_test: Fail, OK # hardcoded names. |
| 253 | 255 |
| 254 [ $minified ] | 256 [ $minified ] |
| 255 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 257 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 256 | 258 |
| 257 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 259 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 258 *deferred*: Skip # Issue 17458 | 260 *deferred*: Skip # Issue 17458 |
| 259 cha_deopt*: Skip # Issue 17458 | 261 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |