| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 deferred_regression_22995_test: RuntimeError | 191 deferred_regression_22995_test: RuntimeError |
| 192 deferred_shadow_load_library_test: RuntimeError | 192 deferred_shadow_load_library_test: RuntimeError |
| 193 deferred_shared_and_unshared_classes_test: RuntimeError | 193 deferred_shared_and_unshared_classes_test: RuntimeError |
| 194 deferred_static_seperate_test: RuntimeError | 194 deferred_static_seperate_test: RuntimeError |
| 195 deferred_super_dependency_test/01: RuntimeError | 195 deferred_super_dependency_test/01: RuntimeError |
| 196 deferred_type_dependency_test/as: RuntimeError | 196 deferred_type_dependency_test/as: RuntimeError |
| 197 deferred_type_dependency_test/is: RuntimeError | 197 deferred_type_dependency_test/is: RuntimeError |
| 198 deferred_type_dependency_test/none: RuntimeError | 198 deferred_type_dependency_test/none: RuntimeError |
| 199 deferred_type_dependency_test/type_annotation: RuntimeError | 199 deferred_type_dependency_test/type_annotation: RuntimeError |
| 200 duplicate_export_negative_test: Fail | 200 duplicate_export_negative_test: Fail |
| 201 enum_duplicate_test/01: RuntimeError | |
| 202 enum_duplicate_test/02: RuntimeError | |
| 203 enum_duplicate_test/none: RuntimeError | |
| 204 enum_mirror_test: RuntimeError | |
| 205 enum_private_test/01: RuntimeError | |
| 206 enum_private_test/02: RuntimeError | |
| 207 enum_private_test/none: RuntimeError | |
| 208 enum_test: RuntimeError | |
| 209 evaluation_redirecting_constructor_test: RuntimeError | 201 evaluation_redirecting_constructor_test: RuntimeError |
| 210 example_constructor_test: RuntimeError | 202 example_constructor_test: RuntimeError |
| 211 external_test/10: MissingRuntimeError | 203 external_test/10: MissingRuntimeError |
| 212 external_test/13: MissingRuntimeError | 204 external_test/13: MissingRuntimeError |
| 213 external_test/20: MissingRuntimeError | 205 external_test/20: MissingRuntimeError |
| 214 f_bounded_equality_test: RuntimeError | 206 f_bounded_equality_test: RuntimeError |
| 215 field_initialization_order_test: RuntimeError | 207 field_initialization_order_test: RuntimeError |
| 216 final_field_initialization_order_test: RuntimeError | 208 final_field_initialization_order_test: RuntimeError |
| 217 fixed_type_variable2_test/02: RuntimeError | 209 fixed_type_variable2_test/02: RuntimeError |
| 218 fixed_type_variable2_test/04: RuntimeError | 210 fixed_type_variable2_test/04: RuntimeError |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 | 331 |
| 340 # dartk: precompilation failures | 332 # dartk: precompilation failures |
| 341 [ $compiler == dartkp && $runtime == dart_precompiled ] | 333 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 342 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 334 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 343 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 335 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 344 | 336 |
| 345 # dartk: precompilation failures (debug) | 337 # dartk: precompilation failures (debug) |
| 346 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 338 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 347 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 339 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 348 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 340 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |