| 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 [ $compiler == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
| 6 abstract_beats_arguments_test: RuntimeError | 6 abstract_beats_arguments_test: RuntimeError |
| 7 abstract_runtime_error_test/01: RuntimeError | 7 abstract_runtime_error_test/01: RuntimeError |
| 8 abstract_runtime_error_test/02: RuntimeError | 8 abstract_runtime_error_test/02: RuntimeError |
| 9 accessor_conflict_export2_test: RuntimeError | 9 accessor_conflict_export2_test: RuntimeError |
| 10 accessor_conflict_export_test: RuntimeError | 10 accessor_conflict_export_test: RuntimeError |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 deferred_regression_22995_test: RuntimeError | 302 deferred_regression_22995_test: RuntimeError |
| 303 deferred_regression_28678_test: RuntimeError | 303 deferred_regression_28678_test: RuntimeError |
| 304 deferred_shadow_load_library_test: RuntimeError | 304 deferred_shadow_load_library_test: RuntimeError |
| 305 deferred_shared_and_unshared_classes_test: RuntimeError | 305 deferred_shared_and_unshared_classes_test: RuntimeError |
| 306 deferred_static_seperate_test: RuntimeError | 306 deferred_static_seperate_test: RuntimeError |
| 307 deferred_super_dependency_test/01: RuntimeError | 307 deferred_super_dependency_test/01: RuntimeError |
| 308 deferred_type_dependency_test/as: RuntimeError | 308 deferred_type_dependency_test/as: RuntimeError |
| 309 deferred_type_dependency_test/is: RuntimeError | 309 deferred_type_dependency_test/is: RuntimeError |
| 310 deferred_type_dependency_test/none: RuntimeError | 310 deferred_type_dependency_test/none: RuntimeError |
| 311 deferred_type_dependency_test/type_annotation: RuntimeError | 311 deferred_type_dependency_test/type_annotation: RuntimeError |
| 312 duplicate_export_negative_test: DartkCrash | |
| 313 dynamic2_test/00: MissingCompileTimeError | 312 dynamic2_test/00: MissingCompileTimeError |
| 314 dynamic2_test/01: MissingCompileTimeError | 313 dynamic2_test/01: MissingCompileTimeError |
| 315 dynamic_prefix_core_test/01: RuntimeError | 314 dynamic_prefix_core_test/01: RuntimeError |
| 316 enum_private_test/02: RuntimeError | 315 enum_private_test/02: RuntimeError |
| 317 enum_syntax_test/06: MissingCompileTimeError | 316 enum_syntax_test/06: MissingCompileTimeError |
| 318 enum_syntax_test/20: Crash | 317 enum_syntax_test/20: Crash |
| 319 enum_syntax_test/21: MissingCompileTimeError | 318 enum_syntax_test/21: MissingCompileTimeError |
| 320 enum_syntax_test/22: Crash | 319 enum_syntax_test/22: Crash |
| 321 enum_syntax_test/30: MissingCompileTimeError | 320 enum_syntax_test/30: MissingCompileTimeError |
| 322 evaluation_redirecting_constructor_test: RuntimeError | 321 evaluation_redirecting_constructor_test: RuntimeError |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 unsupported_operators_test/03: MissingCompileTimeError | 781 unsupported_operators_test/03: MissingCompileTimeError |
| 783 unsupported_operators_test/04: MissingCompileTimeError | 782 unsupported_operators_test/04: MissingCompileTimeError |
| 784 vm/closure_memory_retention_test: Skip # Hits OOM | 783 vm/closure_memory_retention_test: Skip # Hits OOM |
| 785 | 784 |
| 786 # dartk: precompilation failures (debug) | 785 # dartk: precompilation failures (debug) |
| 787 [ $compiler == dartkp && $mode == debug ] | 786 [ $compiler == dartkp && $mode == debug ] |
| 788 external_test/13: Crash | 787 external_test/13: Crash |
| 789 final_syntax_test/09: Crash | 788 final_syntax_test/09: Crash |
| 790 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 789 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 791 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 790 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |