| 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 # VM specific tests that should not be run by dart2js. | 5 # VM specific tests that should not be run by dart2js. |
| 6 [ $compiler == dart2js ] | 6 [ $compiler == dart2js ] |
| 7 vm/*: Skip # Issue 12699 | 7 vm/*: Skip # Issue 12699 |
| 8 | 8 |
| 9 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 9 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 10 enum_test: Fail # Issue 28340 | 10 enum_test: Fail # Issue 28340 |
| (...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1671 enum_duplicate_test/none: RuntimeError | 1671 enum_duplicate_test/none: RuntimeError |
| 1672 enum_mirror_test: Crash | 1672 enum_mirror_test: Crash |
| 1673 enum_private_test/01: RuntimeError | 1673 enum_private_test/01: RuntimeError |
| 1674 enum_private_test/02: RuntimeError | 1674 enum_private_test/02: RuntimeError |
| 1675 enum_private_test/none: RuntimeError | 1675 enum_private_test/none: RuntimeError |
| 1676 enum_test: RuntimeError | 1676 enum_test: RuntimeError |
| 1677 example_constructor_test: Crash | 1677 example_constructor_test: Crash |
| 1678 execute_finally7_test: RuntimeError | 1678 execute_finally7_test: RuntimeError |
| 1679 exhaustive_for_test: Crash | 1679 exhaustive_for_test: Crash |
| 1680 expect_test: RuntimeError | 1680 expect_test: RuntimeError |
| 1681 export_double_same_main_test: CompileTimeError | |
| 1682 export_main_test: CompileTimeError | |
| 1683 external_test/10: MissingRuntimeError | 1681 external_test/10: MissingRuntimeError |
| 1684 external_test/13: MissingRuntimeError | 1682 external_test/13: MissingRuntimeError |
| 1685 external_test/20: MissingRuntimeError | 1683 external_test/20: MissingRuntimeError |
| 1686 f_bounded_quantification4_test: RuntimeError | 1684 f_bounded_quantification4_test: RuntimeError |
| 1687 f_bounded_quantification5_test: RuntimeError | 1685 f_bounded_quantification5_test: RuntimeError |
| 1688 factory2_test: Crash | 1686 factory2_test: Crash |
| 1689 factory_redirection_test/07: MissingCompileTimeError | 1687 factory_redirection_test/07: MissingCompileTimeError |
| 1690 factory_redirection_test/08: Crash | 1688 factory_redirection_test/08: Crash |
| 1691 factory_redirection_test/09: Crash | 1689 factory_redirection_test/09: Crash |
| 1692 factory_redirection_test/10: Crash | 1690 factory_redirection_test/10: Crash |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2281 type_variable_conflict2_test/07: Crash | 2279 type_variable_conflict2_test/07: Crash |
| 2282 type_variable_conflict2_test/09: Crash | 2280 type_variable_conflict2_test/09: Crash |
| 2283 type_variable_field_initializer_closure2_test: Crash | 2281 type_variable_field_initializer_closure2_test: Crash |
| 2284 type_variable_field_initializer_closure_test: Crash | 2282 type_variable_field_initializer_closure_test: Crash |
| 2285 type_variable_function_type_test: RuntimeError | 2283 type_variable_function_type_test: RuntimeError |
| 2286 type_variable_nested_test: Crash | 2284 type_variable_nested_test: Crash |
| 2287 typecheck_multifield_declaration_test: Crash | 2285 typecheck_multifield_declaration_test: Crash |
| 2288 typedef_is_test: Crash | 2286 typedef_is_test: Crash |
| 2289 yieldstar_pause_test: Crash | 2287 yieldstar_pause_test: Crash |
| 2290 | 2288 |
| OLD | NEW |