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