| 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 |
| 11 regress_28341_test: Fail # Issue 28340 | 11 regress_28341_test: Fail # Issue 28340 |
| 12 regress_29349_test: CompileTimeError # Issue 29745 | 12 regress_29349_test: CompileTimeError # Issue 29745 |
| 13 regress_29481_test: Crash # Issue 29754 | 13 regress_29481_test: Crash # Issue 29754 |
| 14 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 14 method_name_test: Fail # issue 25574 | 15 method_name_test: Fail # issue 25574 |
| 15 setter4_test: CompileTimeError # issue 13639 | 16 setter4_test: CompileTimeError # issue 13639 |
| 16 | 17 |
| 17 try_catch_on_syntax_test/10: Fail # Issue 19823 | 18 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 18 try_catch_on_syntax_test/11: Fail # Issue 19823 | 19 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 19 | 20 |
| 20 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 | 21 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
| 21 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 | 22 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
| 22 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 | 23 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
| 23 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 24 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
| (...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2301 static_getter_no_setter3_test/01: RuntimeError | 2302 static_getter_no_setter3_test/01: RuntimeError |
| 2302 switch_fallthru_test: RuntimeError | 2303 switch_fallthru_test: RuntimeError |
| 2303 top_level_func_test: RuntimeError | 2304 top_level_func_test: RuntimeError |
| 2304 top_level_getter_no_setter1_test/01: RuntimeError | 2305 top_level_getter_no_setter1_test/01: RuntimeError |
| 2305 top_level_getter_no_setter2_test/01: RuntimeError | 2306 top_level_getter_no_setter2_test/01: RuntimeError |
| 2306 truncdiv_test: RuntimeError | 2307 truncdiv_test: RuntimeError |
| 2307 try_catch_test/01: MissingCompileTimeError | 2308 try_catch_test/01: MissingCompileTimeError |
| 2308 type_checks_in_factory_method_test: RuntimeError | 2309 type_checks_in_factory_method_test: RuntimeError |
| 2309 yieldstar_pause_test: Crash | 2310 yieldstar_pause_test: Crash |
| 2310 | 2311 |
| OLD | NEW |