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

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

Issue 2734143002: Add test for cancel-future being awaited after an `await for`. (Closed)
Patch Set: Update expectations. 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 | « tests/language/language.status ('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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 async_await_syntax_test/d01c: MissingCompileTimeError 47 async_await_syntax_test/d01c: MissingCompileTimeError
48 async_await_syntax_test/e1: MissingCompileTimeError 48 async_await_syntax_test/e1: MissingCompileTimeError
49 async_await_syntax_test/e2: MissingCompileTimeError 49 async_await_syntax_test/e2: MissingCompileTimeError
50 async_await_syntax_test/e3: MissingCompileTimeError 50 async_await_syntax_test/e3: MissingCompileTimeError
51 async_return_types_test/return_value_sync_star: MissingCompileTimeError 51 async_return_types_test/return_value_sync_star: MissingCompileTimeError
52 async_star_pause_test: Crash 52 async_star_pause_test: Crash
53 async_test/constructor2: DartkCrash 53 async_test/constructor2: DartkCrash
54 async_test/constructor3: MissingCompileTimeError 54 async_test/constructor3: MissingCompileTimeError
55 async_test/setter1: MissingCompileTimeError 55 async_test/setter1: MissingCompileTimeError
56 await_backwards_compatibility_test/await1: MissingCompileTimeError 56 await_backwards_compatibility_test/await1: MissingCompileTimeError
57 await_for_test: Crash, Fail
57 await_test: RuntimeError 58 await_test: RuntimeError
58 bad_constructor_test/05: CompileTimeError 59 bad_constructor_test/05: CompileTimeError
59 bad_initializer1_negative_test: Crash 60 bad_initializer1_negative_test: Crash
60 bad_raw_string_negative_test: Fail 61 bad_raw_string_negative_test: Fail
61 black_listed_test/13: MissingCompileTimeError 62 black_listed_test/13: MissingCompileTimeError
62 body_less_constructor_wrong_arg_negative_test: Crash 63 body_less_constructor_wrong_arg_negative_test: Crash
63 built_in_identifier_illegal_test/01: MissingCompileTimeError 64 built_in_identifier_illegal_test/01: MissingCompileTimeError
64 built_in_identifier_illegal_test/04: MissingCompileTimeError 65 built_in_identifier_illegal_test/04: MissingCompileTimeError
65 built_in_identifier_illegal_test/05: MissingCompileTimeError 66 built_in_identifier_illegal_test/05: MissingCompileTimeError
66 built_in_identifier_illegal_test/06: MissingCompileTimeError 67 built_in_identifier_illegal_test/06: MissingCompileTimeError
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 unsupported_operators_test/03: MissingCompileTimeError 796 unsupported_operators_test/03: MissingCompileTimeError
796 unsupported_operators_test/04: MissingCompileTimeError 797 unsupported_operators_test/04: MissingCompileTimeError
797 vm/closure_memory_retention_test: Skip # Hits OOM 798 vm/closure_memory_retention_test: Skip # Hits OOM
798 799
799 # dartk: precompilation failures (debug) 800 # dartk: precompilation failures (debug)
800 [ $compiler == dartkp && $mode == debug ] 801 [ $compiler == dartkp && $mode == debug ]
801 external_test/13: Crash 802 external_test/13: Crash
802 final_syntax_test/09: Crash 803 final_syntax_test/09: Crash
803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 804 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 805 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698