| 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 ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 | 9 |
| 10 async_star_test/02: RuntimeError # 22853 | 10 async_star_test/02: RuntimeError # 22853 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 ref_before_declaration_test/03: MissingCompileTimeError | 57 ref_before_declaration_test/03: MissingCompileTimeError |
| 58 ref_before_declaration_test/04: MissingCompileTimeError | 58 ref_before_declaration_test/04: MissingCompileTimeError |
| 59 ref_before_declaration_test/05: MissingCompileTimeError | 59 ref_before_declaration_test/05: MissingCompileTimeError |
| 60 ref_before_declaration_test/06: MissingCompileTimeError | 60 ref_before_declaration_test/06: MissingCompileTimeError |
| 61 | 61 |
| 62 | 62 |
| 63 # VM specific tests that should not be run by dart2js. | 63 # VM specific tests that should not be run by dart2js. |
| 64 vm/*: Skip # Issue 12699 | 64 vm/*: Skip # Issue 12699 |
| 65 | 65 |
| 66 [ $compiler == dart2js && $checked ] | 66 [ $compiler == dart2js && $checked ] |
| 67 await_postfix_expr_test: Fail # Issue 22742 | |
| 68 type_variable_bounds_test/02: Fail # Issue 12702 | 67 type_variable_bounds_test/02: Fail # Issue 12702 |
| 69 type_variable_bounds2_test/01: Fail # Issue 12702 | 68 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 70 type_variable_bounds2_test/04: Fail # Issue 12702 | 69 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 71 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 70 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 72 type_variable_bounds3_test/00: Fail # Issue 12702 | 71 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 73 closure_type_test: Fail # Issue 12745 | 72 closure_type_test: Fail # Issue 12745 |
| 74 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 73 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
| 75 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 74 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 76 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 75 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 77 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 76 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 273 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 275 super_call4_test: Fail, OK # hardcoded names. | 274 super_call4_test: Fail, OK # hardcoded names. |
| 276 | 275 |
| 277 [ $minified ] | 276 [ $minified ] |
| 278 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 277 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 279 regress_21795_test: RuntimeError # Issue 12605 | 278 regress_21795_test: RuntimeError # Issue 12605 |
| 280 | 279 |
| 281 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 280 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 282 *deferred*: Skip # Issue 17458 | 281 *deferred*: Skip # Issue 17458 |
| 283 cha_deopt*: Skip # Issue 17458 | 282 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |