Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Side by Side Diff: tests/language/language_kernel.status

Issue 2743963002: Correctly handle abstract non-sync methods. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/diet_listener.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 12 matching lines...) Expand all
23 assignable_expression_test/42: MissingCompileTimeError 23 assignable_expression_test/42: MissingCompileTimeError
24 assignable_expression_test/43: MissingCompileTimeError 24 assignable_expression_test/43: MissingCompileTimeError
25 async_await_syntax_test/a01b: MissingCompileTimeError 25 async_await_syntax_test/a01b: MissingCompileTimeError
26 async_await_syntax_test/a01c: MissingCompileTimeError 26 async_await_syntax_test/a01c: MissingCompileTimeError
27 async_await_syntax_test/a05f: MissingCompileTimeError 27 async_await_syntax_test/a05f: MissingCompileTimeError
28 async_await_syntax_test/a05g: MissingCompileTimeError 28 async_await_syntax_test/a05g: MissingCompileTimeError
29 async_await_syntax_test/a05h: MissingCompileTimeError 29 async_await_syntax_test/a05h: MissingCompileTimeError
30 async_await_syntax_test/a06b: MissingCompileTimeError 30 async_await_syntax_test/a06b: MissingCompileTimeError
31 async_await_syntax_test/a12e: MissingCompileTimeError 31 async_await_syntax_test/a12e: MissingCompileTimeError
32 async_await_syntax_test/a12f: MissingCompileTimeError 32 async_await_syntax_test/a12f: MissingCompileTimeError
33 async_await_syntax_test/b00a: DartkCrash
34 async_await_syntax_test/b00b: DartkCrash
35 async_await_syntax_test/b00c: DartkCrash
36 async_await_syntax_test/b01b: MissingCompileTimeError 33 async_await_syntax_test/b01b: MissingCompileTimeError
37 async_await_syntax_test/b01c: MissingCompileTimeError 34 async_await_syntax_test/b01c: MissingCompileTimeError
38 async_await_syntax_test/b10b: MissingCompileTimeError 35 async_await_syntax_test/b10b: MissingCompileTimeError
39 async_await_syntax_test/b12e: MissingCompileTimeError 36 async_await_syntax_test/b12e: MissingCompileTimeError
40 async_await_syntax_test/b12f: MissingCompileTimeError 37 async_await_syntax_test/b12f: MissingCompileTimeError
41 async_await_syntax_test/c01b: MissingCompileTimeError 38 async_await_syntax_test/c01b: MissingCompileTimeError
42 async_await_syntax_test/c01c: MissingCompileTimeError 39 async_await_syntax_test/c01c: MissingCompileTimeError
43 async_await_syntax_test/c11a: MissingCompileTimeError 40 async_await_syntax_test/c11a: MissingCompileTimeError
44 async_await_syntax_test/c11b: MissingCompileTimeError 41 async_await_syntax_test/c11b: MissingCompileTimeError
45 async_await_syntax_test/d01b: MissingCompileTimeError 42 async_await_syntax_test/d01b: MissingCompileTimeError
46 async_await_syntax_test/d01c: MissingCompileTimeError 43 async_await_syntax_test/d01c: MissingCompileTimeError
47 async_await_syntax_test/e1: MissingCompileTimeError 44 async_await_syntax_test/e1: MissingCompileTimeError
48 async_await_syntax_test/e2: MissingCompileTimeError 45 async_await_syntax_test/e2: MissingCompileTimeError
49 async_await_syntax_test/e3: MissingCompileTimeError 46 async_await_syntax_test/e3: MissingCompileTimeError
50 async_return_types_test/return_value_sync_star: MissingCompileTimeError 47 async_return_types_test/return_value_sync_star: MissingCompileTimeError
51 async_star_pause_test: Crash 48 async_star_pause_test: Crash
52 async_test/constructor2: DartkCrash
53 async_test/constructor3: MissingCompileTimeError 49 async_test/constructor3: MissingCompileTimeError
54 async_test/setter1: MissingCompileTimeError 50 async_test/setter1: MissingCompileTimeError
55 await_backwards_compatibility_test/await1: MissingCompileTimeError 51 await_backwards_compatibility_test/await1: MissingCompileTimeError
56 await_for_test: Crash, Fail 52 await_for_test: Crash, Fail
57 await_test: RuntimeError 53 await_test: RuntimeError
58 bad_constructor_test/05: CompileTimeError 54 bad_constructor_test/05: CompileTimeError
59 bad_initializer1_negative_test: Crash 55 bad_initializer1_negative_test: Crash
60 bad_raw_string_negative_test: Fail 56 bad_raw_string_negative_test: Fail
61 black_listed_test/13: MissingCompileTimeError 57 black_listed_test/13: MissingCompileTimeError
62 body_less_constructor_wrong_arg_negative_test: Crash 58 body_less_constructor_wrong_arg_negative_test: Crash
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 unsupported_operators_test/03: MissingCompileTimeError 769 unsupported_operators_test/03: MissingCompileTimeError
774 unsupported_operators_test/04: MissingCompileTimeError 770 unsupported_operators_test/04: MissingCompileTimeError
775 vm/closure_memory_retention_test: Skip # Hits OOM 771 vm/closure_memory_retention_test: Skip # Hits OOM
776 772
777 # dartk: precompilation failures (debug) 773 # dartk: precompilation failures (debug)
778 [ $compiler == dartkp && $mode == debug ] 774 [ $compiler == dartkp && $mode == debug ]
779 external_test/13: Crash 775 external_test/13: Crash
780 final_syntax_test/09: Crash 776 final_syntax_test/09: Crash
781 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 777 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
782 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 778 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/diet_listener.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698