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

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: Move some status to language_kernel.status 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
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 application_negative_test: Crash 9 application_negative_test: Crash
10 arg_param_trailing_comma_test/107: MissingCompileTimeError 10 arg_param_trailing_comma_test/107: MissingCompileTimeError
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 async_finally_rethrow_test: RuntimeError 79 async_finally_rethrow_test: RuntimeError
80 async_return_types_test/return_value_sync_star: MissingCompileTimeError 80 async_return_types_test/return_value_sync_star: MissingCompileTimeError
81 async_star_cancel_and_throw_in_finally_test: RuntimeError 81 async_star_cancel_and_throw_in_finally_test: RuntimeError
82 async_star_pause_test: Crash 82 async_star_pause_test: Crash
83 async_star_test: Crash 83 async_star_test: Crash
84 async_test/constructor3: MissingCompileTimeError 84 async_test/constructor3: MissingCompileTimeError
85 async_test/setter1: MissingCompileTimeError 85 async_test/setter1: MissingCompileTimeError
86 asyncstar_throw_in_catch_test: RuntimeError 86 asyncstar_throw_in_catch_test: RuntimeError
87 await_backwards_compatibility_test/await1: MissingCompileTimeError 87 await_backwards_compatibility_test/await1: MissingCompileTimeError
88 await_exceptions_test: RuntimeError 88 await_exceptions_test: RuntimeError
89 await_for_test: Crash
89 await_test: RuntimeError 90 await_test: RuntimeError
90 bad_constructor_test/05: CompileTimeError 91 bad_constructor_test/05: CompileTimeError
91 bad_initializer1_negative_test: Crash 92 bad_initializer1_negative_test: Crash
92 black_listed_test/13: MissingCompileTimeError 93 black_listed_test/13: MissingCompileTimeError
93 body_less_constructor_wrong_arg_negative_test: Crash 94 body_less_constructor_wrong_arg_negative_test: Crash
94 built_in_identifier_illegal_test/01: MissingCompileTimeError 95 built_in_identifier_illegal_test/01: MissingCompileTimeError
95 built_in_identifier_illegal_test/04: MissingCompileTimeError 96 built_in_identifier_illegal_test/04: MissingCompileTimeError
96 built_in_identifier_illegal_test/05: MissingCompileTimeError 97 built_in_identifier_illegal_test/05: MissingCompileTimeError
97 built_in_identifier_illegal_test/06: MissingCompileTimeError 98 built_in_identifier_illegal_test/06: MissingCompileTimeError
98 built_in_identifier_illegal_test/07: MissingCompileTimeError 99 built_in_identifier_illegal_test/07: MissingCompileTimeError
(...skipping 2602 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 [ $compiler == dartk ] 2702 [ $compiler == dartk ]
2702 redirecting_factory_reflection_test: RuntimeError 2703 redirecting_factory_reflection_test: RuntimeError
2703 2704
2704 [ $compiler == dartkp ] 2705 [ $compiler == dartkp ]
2705 bad_raw_string_test/none: Skip # Issue 28680 2706 bad_raw_string_test/none: Skip # Issue 28680
2706 bad_raw_string_test/03: Skip # Issue 28680 2707 bad_raw_string_test/03: Skip # Issue 28680
2707 2708
2708 # Triaged checked mode failures 2709 # Triaged checked mode failures
2709 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 2710 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
2710 language/regress_22728_test: Fail # Dartk Issue 28498 2711 language/regress_22728_test: Fail # Dartk Issue 28498
OLDNEW
« tests/language/await_for_test.dart ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698