| 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 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2016 private_mixin2_test: Crash | 2016 private_mixin2_test: Crash |
| 2017 private_mixin_exception_throw_test: Crash | 2017 private_mixin_exception_throw_test: Crash |
| 2018 private_super_constructor_test/01: MissingCompileTimeError | 2018 private_super_constructor_test/01: MissingCompileTimeError |
| 2019 proxy4_test: Crash | 2019 proxy4_test: Crash |
| 2020 proxy5_test: Crash | 2020 proxy5_test: Crash |
| 2021 redirecting_constructor_initializer_test: RuntimeError | 2021 redirecting_constructor_initializer_test: RuntimeError |
| 2022 redirecting_factory_default_values_test/01: MissingCompileTimeError | 2022 redirecting_factory_default_values_test/01: MissingCompileTimeError |
| 2023 redirecting_factory_default_values_test/02: MissingCompileTimeError | 2023 redirecting_factory_default_values_test/02: MissingCompileTimeError |
| 2024 redirecting_factory_long_test: Crash | 2024 redirecting_factory_long_test: Crash |
| 2025 redirecting_factory_reflection_test: Crash | 2025 redirecting_factory_reflection_test: Crash |
| 2026 reexport_core_test: Crash |
| 2026 reg_exp_test: Crash | 2027 reg_exp_test: Crash |
| 2027 regress_13494_test: RuntimeError | 2028 regress_13494_test: RuntimeError |
| 2028 regress_17382_test: RuntimeError | 2029 regress_17382_test: RuntimeError |
| 2029 regress_18535_test: Crash | 2030 regress_18535_test: Crash |
| 2030 regress_18713_test: Crash | 2031 regress_18713_test: Crash |
| 2031 regress_20394_test/01: MissingCompileTimeError | 2032 regress_20394_test/01: MissingCompileTimeError |
| 2032 regress_20840_test: Crash | 2033 regress_20840_test: Crash |
| 2033 regress_21795_test: RuntimeError | 2034 regress_21795_test: RuntimeError |
| 2034 regress_22438_test: Crash | 2035 regress_22438_test: Crash |
| 2035 regress_22443_test: CompileTimeError | 2036 regress_22443_test: CompileTimeError |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2178 named_parameters_type_test/02: MissingRuntimeError | 2179 named_parameters_type_test/02: MissingRuntimeError |
| 2179 named_parameters_type_test/03: MissingRuntimeError | 2180 named_parameters_type_test/03: MissingRuntimeError |
| 2180 named_parameters_with_conversions_test: RuntimeError | 2181 named_parameters_with_conversions_test: RuntimeError |
| 2181 nan_identical_test: RuntimeError | 2182 nan_identical_test: RuntimeError |
| 2182 number_identity2_test: RuntimeError | 2183 number_identity2_test: RuntimeError |
| 2183 parse_closures_in_initializers_test: RuntimeError | 2184 parse_closures_in_initializers_test: RuntimeError |
| 2184 positional_parameters_type_test/01: MissingRuntimeError | 2185 positional_parameters_type_test/01: MissingRuntimeError |
| 2185 positional_parameters_type_test/02: MissingRuntimeError | 2186 positional_parameters_type_test/02: MissingRuntimeError |
| 2186 super_test: RuntimeError | 2187 super_test: RuntimeError |
| 2187 yieldstar_pause_test: Crash | 2188 yieldstar_pause_test: Crash |
| OLD | NEW |