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

Side by Side Diff: tests/language_strong/language_strong_kernel.status

Issue 2790893002: Remove references to renamed test. (Closed)
Patch Set: Created 3 years, 8 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_kernel.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 && $runtime == vm ] 5 [ $compiler == dartk && $runtime == vm ]
6 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 6 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
7 assertion_test: RuntimeError 7 assertion_test: RuntimeError
8 async_await_test/02: DartkCompileTimeError 8 async_await_test/02: DartkCompileTimeError
9 async_await_test/03: DartkCompileTimeError 9 async_await_test/03: DartkCompileTimeError
10 async_await_test/none: DartkCompileTimeError 10 async_await_test/none: DartkCompileTimeError
11 async_star_cancel_and_throw_in_finally_test: RuntimeError 11 async_star_cancel_and_throw_in_finally_test: RuntimeError
12 async_star_cancel_while_paused_test: RuntimeError 12 async_star_cancel_while_paused_test: RuntimeError
13 async_star_regression_fisk_test: Timeout 13 async_star_regression_fisk_test: Timeout
14 async_star_stream_take_test: Timeout 14 async_star_stream_take_test: Timeout
15 async_star_take_reyield_test: Timeout 15 async_star_take_reyield_test: Timeout
16 async_star_test/01: DartkCompileTimeError 16 async_star_test/01: DartkCompileTimeError
17 async_star_test/02: DartkCompileTimeError 17 async_star_test/02: DartkCompileTimeError
18 async_star_test/03: DartkCompileTimeError 18 async_star_test/03: DartkCompileTimeError
19 async_star_test/04: DartkCompileTimeError 19 async_star_test/04: DartkCompileTimeError
20 async_star_test/05: DartkCompileTimeError 20 async_star_test/05: DartkCompileTimeError
21 async_star_test/none: DartkCompileTimeError 21 async_star_test/none: DartkCompileTimeError
22 asyncstar_throw_in_catch_test: Timeout 22 asyncstar_throw_in_catch_test: Timeout
23 asyncstar_yield_test: Timeout 23 asyncstar_yield_test: Timeout
24 asyncstar_yieldstar_test: Timeout 24 asyncstar_yieldstar_test: Timeout
25 await_in_cascade_test: RuntimeError 25 await_in_cascade_test: RuntimeError
26 bad_raw_string_negative_test: Fail
27 bool_test: RuntimeError # Throws CastError instead of TypeError 26 bool_test: RuntimeError # Throws CastError instead of TypeError
28 cha_deopt1_test: RuntimeError 27 cha_deopt1_test: RuntimeError
29 cha_deopt2_test: RuntimeError 28 cha_deopt2_test: RuntimeError
30 cha_deopt3_test: RuntimeError 29 cha_deopt3_test: RuntimeError
31 closure_type_variable_test: RuntimeError 30 closure_type_variable_test: RuntimeError
32 closures_initializer_test: RuntimeError 31 closures_initializer_test: RuntimeError
33 compile_time_constant12_test: Crash 32 compile_time_constant12_test: Crash
34 conditional_import_string_test: DartkCompileTimeError 33 conditional_import_string_test: DartkCompileTimeError
35 conditional_import_test: DartkCompileTimeError 34 conditional_import_test: DartkCompileTimeError
36 const_evaluation_test/01: RuntimeError 35 const_evaluation_test/01: RuntimeError
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 regress_22700_test: RuntimeError 190 regress_22700_test: RuntimeError
192 regress_r24720_test: RuntimeError 191 regress_r24720_test: RuntimeError
193 reify_typevar_static_test/00: MissingCompileTimeError 192 reify_typevar_static_test/00: MissingCompileTimeError
194 reify_typevar_test: RuntimeError 193 reify_typevar_test: RuntimeError
195 setter_no_getter_test/01: Crash # VM does not support BottomType 194 setter_no_getter_test/01: Crash # VM does not support BottomType
196 switch_try_catch_test: RuntimeError 195 switch_try_catch_test: RuntimeError
197 sync_generator3_test/test2: RuntimeError 196 sync_generator3_test/test2: RuntimeError
198 type_error_test: RuntimeError # Throws CastError instead of TypeError 197 type_error_test: RuntimeError # Throws CastError instead of TypeError
199 type_literal_test: RuntimeError 198 type_literal_test: RuntimeError
200 type_parameter_literal_test: RuntimeError 199 type_parameter_literal_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698