| 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 invocation_mirror_test: RuntimeError | 412 invocation_mirror_test: RuntimeError |
| 413 is_malformed_type_test/94: RuntimeError | 413 is_malformed_type_test/94: RuntimeError |
| 414 is_malformed_type_test/95: RuntimeError | 414 is_malformed_type_test/95: RuntimeError |
| 415 is_malformed_type_test/96: RuntimeError | 415 is_malformed_type_test/96: RuntimeError |
| 416 is_malformed_type_test/97: RuntimeError | 416 is_malformed_type_test/97: RuntimeError |
| 417 is_malformed_type_test/98: RuntimeError | 417 is_malformed_type_test/98: RuntimeError |
| 418 is_malformed_type_test/99: RuntimeError | 418 is_malformed_type_test/99: RuntimeError |
| 419 is_not_class2_test: RuntimeError | 419 is_not_class2_test: RuntimeError |
| 420 isnot_malformed_type_test: RuntimeError | 420 isnot_malformed_type_test: RuntimeError |
| 421 issue_1751477_test: RuntimeError | 421 issue_1751477_test: RuntimeError |
| 422 label6_negative_test: DartkCrash | |
| 423 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 422 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 424 library_ambiguous_test/00: MissingRuntimeError | 423 library_ambiguous_test/00: MissingRuntimeError |
| 425 library_ambiguous_test/04: MissingRuntimeError | 424 library_ambiguous_test/04: MissingRuntimeError |
| 426 library_env_test/has_html_support: RuntimeError | 425 library_env_test/has_html_support: RuntimeError |
| 427 library_env_test/has_no_io_support: RuntimeError | 426 library_env_test/has_no_io_support: RuntimeError |
| 428 list_literal2_negative_test: Fail | 427 list_literal2_negative_test: Fail |
| 429 list_literal4_test: RuntimeError | 428 list_literal4_test: RuntimeError |
| 430 main_not_a_function_test/01: Crash | 429 main_not_a_function_test/01: Crash |
| 431 malformed2_test/00: RuntimeError | 430 malformed2_test/00: RuntimeError |
| 432 malformed_inheritance_test/09: MissingCompileTimeError | 431 malformed_inheritance_test/09: MissingCompileTimeError |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 unsupported_operators_test/03: MissingCompileTimeError | 768 unsupported_operators_test/03: MissingCompileTimeError |
| 770 unsupported_operators_test/04: MissingCompileTimeError | 769 unsupported_operators_test/04: MissingCompileTimeError |
| 771 vm/closure_memory_retention_test: Skip # Hits OOM | 770 vm/closure_memory_retention_test: Skip # Hits OOM |
| 772 | 771 |
| 773 # dartk: precompilation failures (debug) | 772 # dartk: precompilation failures (debug) |
| 774 [ $compiler == dartkp && $mode == debug ] | 773 [ $compiler == dartkp && $mode == debug ] |
| 775 external_test/13: Crash | 774 external_test/13: Crash |
| 776 final_syntax_test/09: Crash | 775 final_syntax_test/09: Crash |
| 777 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 776 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 778 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 777 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |