| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 function_type_alias7_test/02: MissingCompileTimeError | 380 function_type_alias7_test/02: MissingCompileTimeError |
| 381 function_type_alias9_test/00: MissingCompileTimeError | 381 function_type_alias9_test/00: MissingCompileTimeError |
| 382 function_type_parameter2_negative_test: Crash | 382 function_type_parameter2_negative_test: Crash |
| 383 function_type_parameter_negative_test: Crash | 383 function_type_parameter_negative_test: Crash |
| 384 generic_closure_test: RuntimeError | 384 generic_closure_test: RuntimeError |
| 385 generic_field_mixin2_test: RuntimeError | 385 generic_field_mixin2_test: RuntimeError |
| 386 generic_field_mixin3_test: RuntimeError | 386 generic_field_mixin3_test: RuntimeError |
| 387 generic_field_mixin4_test: RuntimeError | 387 generic_field_mixin4_test: RuntimeError |
| 388 generic_field_mixin5_test: RuntimeError | 388 generic_field_mixin5_test: RuntimeError |
| 389 generic_field_mixin_test: RuntimeError | 389 generic_field_mixin_test: RuntimeError |
| 390 generic_local_functions_test: DartkCrash | |
| 391 generic_metadata_test/02: MissingCompileTimeError | 390 generic_metadata_test/02: MissingCompileTimeError |
| 392 generic_metadata_test/03: MissingCompileTimeError | 391 generic_metadata_test/03: MissingCompileTimeError |
| 393 generic_method_types_test: Pass, RuntimeError | 392 generic_method_types_test: Pass, RuntimeError |
| 394 generic_methods_generic_function_parameter_test: DartkCrash | |
| 395 getter_closure_execution_order_test: RuntimeError | 393 getter_closure_execution_order_test: RuntimeError |
| 396 getter_parameters_test/01: MissingCompileTimeError | 394 getter_parameters_test/01: MissingCompileTimeError |
| 397 getter_parameters_test/03: MissingCompileTimeError | 395 getter_parameters_test/03: MissingCompileTimeError |
| 398 getter_parameters_test/04: MissingCompileTimeError | 396 getter_parameters_test/04: MissingCompileTimeError |
| 399 getter_setter_in_lib_test: RuntimeError | 397 getter_setter_in_lib_test: RuntimeError |
| 400 if_null_assignment_behavior_test/09: RuntimeError | 398 if_null_assignment_behavior_test/09: RuntimeError |
| 401 if_null_assignment_behavior_test/10: RuntimeError | 399 if_null_assignment_behavior_test/10: RuntimeError |
| 402 if_null_assignment_behavior_test/15: RuntimeError | 400 if_null_assignment_behavior_test/15: RuntimeError |
| 403 implicit_scope_test: Crash | 401 implicit_scope_test: Crash |
| 404 import_combinators_test: RuntimeError | 402 import_combinators_test: RuntimeError |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 unsupported_operators_test/03: MissingCompileTimeError | 792 unsupported_operators_test/03: MissingCompileTimeError |
| 795 unsupported_operators_test/04: MissingCompileTimeError | 793 unsupported_operators_test/04: MissingCompileTimeError |
| 796 vm/closure_memory_retention_test: Skip # Hits OOM | 794 vm/closure_memory_retention_test: Skip # Hits OOM |
| 797 | 795 |
| 798 # dartk: precompilation failures (debug) | 796 # dartk: precompilation failures (debug) |
| 799 [ $compiler == dartkp && $mode == debug ] | 797 [ $compiler == dartkp && $mode == debug ] |
| 800 external_test/13: Crash | 798 external_test/13: Crash |
| 801 final_syntax_test/09: Crash | 799 final_syntax_test/09: Crash |
| 802 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 800 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 803 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 801 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |