| 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 && $csp && $browser ] | 5 [ $compiler == dart2js && $csp && $browser ] |
| 6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async_control_structures_test: CompileTimeError # Issue 21411 | 9 async_control_structures_test: CompileTimeError # Issue 21411 |
| 10 async_test/none: CompileTimeError # Issue 21411 | 10 async_test/none: CompileTimeError # Issue 21411 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 | 53 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 |
| 54 | 54 |
| 55 ref_before_declaration_test/00: MissingCompileTimeError | 55 ref_before_declaration_test/00: MissingCompileTimeError |
| 56 ref_before_declaration_test/01: MissingCompileTimeError | 56 ref_before_declaration_test/01: MissingCompileTimeError |
| 57 ref_before_declaration_test/02: MissingCompileTimeError | 57 ref_before_declaration_test/02: MissingCompileTimeError |
| 58 ref_before_declaration_test/03: MissingCompileTimeError | 58 ref_before_declaration_test/03: MissingCompileTimeError |
| 59 ref_before_declaration_test/04: MissingCompileTimeError | 59 ref_before_declaration_test/04: MissingCompileTimeError |
| 60 ref_before_declaration_test/05: MissingCompileTimeError | 60 ref_before_declaration_test/05: MissingCompileTimeError |
| 61 ref_before_declaration_test/06: MissingCompileTimeError | 61 ref_before_declaration_test/06: MissingCompileTimeError |
| 62 | 62 |
| 63 enum_syntax_test/01: Fail # Issue 21648 | |
| 64 | |
| 65 | 63 |
| 66 # VM specific tests that should not be run by dart2js. | 64 # VM specific tests that should not be run by dart2js. |
| 67 vm/*: Skip # Issue 12699 | 65 vm/*: Skip # Issue 12699 |
| 68 | 66 |
| 69 [ $compiler == dart2js && $checked ] | 67 [ $compiler == dart2js && $checked ] |
| 70 type_variable_bounds_test/02: Fail # Issue 12702 | 68 type_variable_bounds_test/02: Fail # Issue 12702 |
| 71 type_variable_bounds2_test/01: Fail # Issue 12702 | 69 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 72 type_variable_bounds2_test/04: Fail # Issue 12702 | 70 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 73 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 71 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 74 type_variable_bounds3_test/00: Fail # Issue 12702 | 72 type_variable_bounds3_test/00: Fail # Issue 12702 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 269 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 272 super_call4_test: Fail, OK # hardcoded names. | 270 super_call4_test: Fail, OK # hardcoded names. |
| 273 | 271 |
| 274 [ $minified ] | 272 [ $minified ] |
| 275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 273 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 276 regress_21795_test: RuntimeError # Issue 12605 | 274 regress_21795_test: RuntimeError # Issue 12605 |
| 277 | 275 |
| 278 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 276 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 279 *deferred*: Skip # Issue 17458 | 277 *deferred*: Skip # Issue 17458 |
| 280 cha_deopt*: Skip # Issue 17458 | 278 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |