| 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 private_super_constructor_test/01: MissingCompileTimeError | 581 private_super_constructor_test/01: MissingCompileTimeError |
| 582 redirecting_constructor_initializer_test: RuntimeError | 582 redirecting_constructor_initializer_test: RuntimeError |
| 583 redirecting_factory_default_values_test/01: MissingCompileTimeError | 583 redirecting_factory_default_values_test/01: MissingCompileTimeError |
| 584 redirecting_factory_default_values_test/02: MissingCompileTimeError | 584 redirecting_factory_default_values_test/02: MissingCompileTimeError |
| 585 redirecting_factory_infinite_steps_test/02: Crash | 585 redirecting_factory_infinite_steps_test/02: Crash |
| 586 redirecting_factory_long_test: RuntimeError | 586 redirecting_factory_long_test: RuntimeError |
| 587 regress_13494_test: RuntimeError | 587 regress_13494_test: RuntimeError |
| 588 regress_20394_test/01: MissingCompileTimeError | 588 regress_20394_test/01: MissingCompileTimeError |
| 589 regress_22438_test: RuntimeError | 589 regress_22438_test: RuntimeError |
| 590 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 | 590 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 |
| 591 regress_22445_test: RuntimeError | |
| 592 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 | 591 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 |
| 593 regress_26855_test/0: DartkCrash | 592 regress_26855_test/0: DartkCrash |
| 594 regress_27617_test/1: MissingCompileTimeError | 593 regress_27617_test/1: MissingCompileTimeError |
| 595 regress_27957_test: RuntimeError | 594 regress_27957_test: RuntimeError |
| 596 regress_28217_test/01: MissingCompileTimeError | 595 regress_28217_test/01: MissingCompileTimeError |
| 597 regress_28217_test/none: MissingCompileTimeError | 596 regress_28217_test/none: MissingCompileTimeError |
| 598 regress_28278_test: RuntimeError # Mirrors Issue | 597 regress_28278_test: RuntimeError # Mirrors Issue |
| 599 reify_typevar_static_test/00: MissingCompileTimeError | 598 reify_typevar_static_test/00: MissingCompileTimeError |
| 600 runtime_type_function_test: RuntimeError | 599 runtime_type_function_test: RuntimeError |
| 601 scope_variable_test/01: MissingCompileTimeError | 600 scope_variable_test/01: MissingCompileTimeError |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 unsupported_operators_test/02: MissingCompileTimeError | 857 unsupported_operators_test/02: MissingCompileTimeError |
| 859 unsupported_operators_test/03: MissingCompileTimeError | 858 unsupported_operators_test/03: MissingCompileTimeError |
| 860 unsupported_operators_test/04: MissingCompileTimeError | 859 unsupported_operators_test/04: MissingCompileTimeError |
| 861 | 860 |
| 862 # dartk: precompilation failures (debug) | 861 # dartk: precompilation failures (debug) |
| 863 [ $compiler == dartkp && $mode == debug ] | 862 [ $compiler == dartkp && $mode == debug ] |
| 864 external_test/13: Crash | 863 external_test/13: Crash |
| 865 final_syntax_test/09: Crash | 864 final_syntax_test/09: Crash |
| 866 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 865 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 867 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 866 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |