| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
| 6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 8 | 8 |
| 9 ############################################################################### | 9 ############################################################################### |
| 10 # Dartk Entries | 10 # Dartk Entries |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 deferred_regression_22995_test: RuntimeError | 193 deferred_regression_22995_test: RuntimeError |
| 194 deferred_shadow_load_library_test: RuntimeError | 194 deferred_shadow_load_library_test: RuntimeError |
| 195 deferred_shared_and_unshared_classes_test: RuntimeError | 195 deferred_shared_and_unshared_classes_test: RuntimeError |
| 196 deferred_static_seperate_test: RuntimeError | 196 deferred_static_seperate_test: RuntimeError |
| 197 deferred_super_dependency_test/01: RuntimeError | 197 deferred_super_dependency_test/01: RuntimeError |
| 198 deferred_type_dependency_test/as: RuntimeError | 198 deferred_type_dependency_test/as: RuntimeError |
| 199 deferred_type_dependency_test/is: RuntimeError | 199 deferred_type_dependency_test/is: RuntimeError |
| 200 deferred_type_dependency_test/none: RuntimeError | 200 deferred_type_dependency_test/none: RuntimeError |
| 201 deferred_type_dependency_test/type_annotation: RuntimeError | 201 deferred_type_dependency_test/type_annotation: RuntimeError |
| 202 duplicate_export_negative_test: Fail | 202 duplicate_export_negative_test: Fail |
| 203 enum_duplicate_test/01: RuntimeError | |
| 204 enum_duplicate_test/02: RuntimeError | |
| 205 enum_duplicate_test/none: RuntimeError | |
| 206 enum_mirror_test: RuntimeError | |
| 207 enum_private_test/01: RuntimeError | |
| 208 enum_private_test/02: RuntimeError | |
| 209 enum_private_test/none: RuntimeError | |
| 210 enum_test: RuntimeError | |
| 211 evaluation_redirecting_constructor_test: RuntimeError | 203 evaluation_redirecting_constructor_test: RuntimeError |
| 212 example_constructor_test: RuntimeError | 204 example_constructor_test: RuntimeError |
| 213 external_test/10: MissingRuntimeError | 205 external_test/10: MissingRuntimeError |
| 214 external_test/13: MissingRuntimeError | 206 external_test/13: MissingRuntimeError |
| 215 external_test/20: MissingRuntimeError | 207 external_test/20: MissingRuntimeError |
| 216 f_bounded_equality_test: RuntimeError | 208 f_bounded_equality_test: RuntimeError |
| 217 field_initialization_order_test: RuntimeError | 209 field_initialization_order_test: RuntimeError |
| 218 final_field_initialization_order_test: RuntimeError | 210 final_field_initialization_order_test: RuntimeError |
| 219 fixed_type_variable2_test/02: RuntimeError | 211 fixed_type_variable2_test/02: RuntimeError |
| 220 fixed_type_variable2_test/04: RuntimeError | 212 fixed_type_variable2_test/04: RuntimeError |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 | 333 |
| 342 # dartk: precompilation failures | 334 # dartk: precompilation failures |
| 343 [ $compiler == dartkp && $runtime == dart_precompiled ] | 335 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 344 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 336 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 345 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 337 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 346 | 338 |
| 347 # dartk: precompilation failures (debug) | 339 # dartk: precompilation failures (debug) |
| 348 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 340 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 349 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 341 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 350 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 342 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |