| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 external_test/12: MissingCompileTimeError | 328 external_test/12: MissingCompileTimeError |
| 329 external_test/13: MissingRuntimeError | 329 external_test/13: MissingRuntimeError |
| 330 external_test/20: MissingRuntimeError | 330 external_test/20: MissingRuntimeError |
| 331 external_test/21: MissingCompileTimeError | 331 external_test/21: MissingCompileTimeError |
| 332 external_test/22: MissingCompileTimeError | 332 external_test/22: MissingCompileTimeError |
| 333 external_test/23: MissingCompileTimeError | 333 external_test/23: MissingCompileTimeError |
| 334 external_test/24: MissingCompileTimeError | 334 external_test/24: MissingCompileTimeError |
| 335 external_test/25: MissingCompileTimeError | 335 external_test/25: MissingCompileTimeError |
| 336 external_test/30: MissingCompileTimeError | 336 external_test/30: MissingCompileTimeError |
| 337 external_test/31: MissingCompileTimeError | 337 external_test/31: MissingCompileTimeError |
| 338 factory2_negative_test: DartkCrash | |
| 339 factory_negative_test: DartkCrash | |
| 340 factory_redirection_test/07: MissingCompileTimeError | 338 factory_redirection_test/07: MissingCompileTimeError |
| 341 field_decl_missing_var_type_test/01: MissingCompileTimeError | 339 field_decl_missing_var_type_test/01: MissingCompileTimeError |
| 342 final_initializer_instance_reference_test/01: MissingCompileTimeError | 340 final_initializer_instance_reference_test/01: MissingCompileTimeError |
| 343 final_is_not_const_test/01: MissingCompileTimeError | 341 final_is_not_const_test/01: MissingCompileTimeError |
| 344 final_super_field_set_test/01: RuntimeError | 342 final_super_field_set_test/01: RuntimeError |
| 345 final_syntax_test/01: MissingCompileTimeError | 343 final_syntax_test/01: MissingCompileTimeError |
| 346 final_syntax_test/02: MissingCompileTimeError | 344 final_syntax_test/02: MissingCompileTimeError |
| 347 final_syntax_test/03: MissingCompileTimeError | 345 final_syntax_test/03: MissingCompileTimeError |
| 348 final_syntax_test/04: MissingCompileTimeError | 346 final_syntax_test/04: MissingCompileTimeError |
| 349 first_class_types_literals_test/08: RuntimeError | 347 first_class_types_literals_test/08: RuntimeError |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 unsupported_operators_test/03: MissingCompileTimeError | 782 unsupported_operators_test/03: MissingCompileTimeError |
| 785 unsupported_operators_test/04: MissingCompileTimeError | 783 unsupported_operators_test/04: MissingCompileTimeError |
| 786 vm/closure_memory_retention_test: Skip # Hits OOM | 784 vm/closure_memory_retention_test: Skip # Hits OOM |
| 787 | 785 |
| 788 # dartk: precompilation failures (debug) | 786 # dartk: precompilation failures (debug) |
| 789 [ $compiler == dartkp && $mode == debug ] | 787 [ $compiler == dartkp && $mode == debug ] |
| 790 external_test/13: Crash | 788 external_test/13: Crash |
| 791 final_syntax_test/09: Crash | 789 final_syntax_test/09: Crash |
| 792 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 790 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 793 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 791 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |