| 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 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 ref_before_declaration_test/03: MissingCompileTimeError | 48 ref_before_declaration_test/03: MissingCompileTimeError |
| 49 ref_before_declaration_test/04: MissingCompileTimeError | 49 ref_before_declaration_test/04: MissingCompileTimeError |
| 50 ref_before_declaration_test/05: MissingCompileTimeError | 50 ref_before_declaration_test/05: MissingCompileTimeError |
| 51 ref_before_declaration_test/06: MissingCompileTimeError | 51 ref_before_declaration_test/06: MissingCompileTimeError |
| 52 | 52 |
| 53 | 53 |
| 54 # VM specific tests that should not be run by dart2js. | 54 # VM specific tests that should not be run by dart2js. |
| 55 vm/*: Skip # Issue 12699 | 55 vm/*: Skip # Issue 12699 |
| 56 | 56 |
| 57 [ $compiler == dart2js && $checked ] | 57 [ $compiler == dart2js && $checked ] |
| 58 await_postfix_expr_test: Fail # Issue 22742 |
| 58 type_variable_bounds_test/02: Fail # Issue 12702 | 59 type_variable_bounds_test/02: Fail # Issue 12702 |
| 59 type_variable_bounds2_test/01: Fail # Issue 12702 | 60 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 60 type_variable_bounds2_test/04: Fail # Issue 12702 | 61 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 61 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 62 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 62 type_variable_bounds3_test/00: Fail # Issue 12702 | 63 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 63 closure_type_test: Fail # Issue 12745 | 64 closure_type_test: Fail # Issue 12745 |
| 64 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 65 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
| 65 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 66 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 66 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 67 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 67 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 68 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 263 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 263 super_call4_test: Fail, OK # hardcoded names. | 264 super_call4_test: Fail, OK # hardcoded names. |
| 264 | 265 |
| 265 [ $minified ] | 266 [ $minified ] |
| 266 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 267 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 267 regress_21795_test: RuntimeError # Issue 12605 | 268 regress_21795_test: RuntimeError # Issue 12605 |
| 268 | 269 |
| 269 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 270 *deferred*: Skip # Issue 17458 | 271 *deferred*: Skip # Issue 17458 |
| 271 cha_deopt*: Skip # Issue 17458 | 272 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |