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

Side by Side Diff: tests/lib_strong/lib_strong.status

Issue 2999943002: Migrated test block 168 to Dart 2.0. (Closed)
Patch Set: Fixed package:test crash related issues, addressed Bob's comments. Created 3 years, 4 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/lib_strong/async/futures_test.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 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
11 async/async_await_sync_completer_test: Skip 11 async/async_await_sync_completer_test: Skip
12 async/async_await_zones_test: Skip 12 async/async_await_zones_test: Skip
13 async/catch_errors2_test: Skip 13 async/catch_errors2_test: Skip
14 async/catch_errors3_test: Skip 14 async/catch_errors3_test: Skip
15 async/catch_errors_test: Skip
16 async/future_microtask_test: Skip
17 async/future_or_bad_type_test/00: Skip
18 async/future_or_bad_type_test/01: Skip
19 async/future_or_bad_type_test/implements: Skip
20 async/future_or_only_in_async_test/00: Skip
21 async/future_test/none: Skip
22 async/future_test/01: Skip
23 async/future_test/none: Skip
24 async/future_value_chain4_test: Skip
25 async/print_test/01: Skip 15 async/print_test/01: Skip
26 async/print_test/none: Skip 16 async/print_test/none: Skip
27 async/slow_consumer3_test: Skip 17 async/slow_consumer3_test: Skip
28 async/stream_controller_test: Skip 18 async/stream_controller_test: Skip
29 async/stream_event_transformed_test: Skip 19 async/stream_event_transformed_test: Skip
30 async/stream_transformer_test: Skip 20 async/stream_transformer_test: Skip
31 async/zone_debug_test: Skip 21 async/zone_debug_test: Skip
32 convert/chunked_conversion1_test: Skip 22 convert/chunked_conversion1_test: Skip
33 convert/chunked_conversion_json_encode1_test: Skip 23 convert/chunked_conversion_json_encode1_test: Skip
34 convert/chunked_conversion_utf84_test: Skip 24 convert/chunked_conversion_utf84_test: Skip
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 html/custom/document_register_type_extensions_test/parsing: CompileTimeError # I ssue 29922 170 html/custom/document_register_type_extensions_test/parsing: CompileTimeError # I ssue 29922
181 html/custom/document_register_type_extensions_test/registration: CompileTimeErro r # Issue 29922 171 html/custom/document_register_type_extensions_test/registration: CompileTimeErro r # Issue 29922
182 html/custom/document_register_type_extensions_test/single-parameter createElemen t: CompileTimeError # Issue 29922 172 html/custom/document_register_type_extensions_test/single-parameter createElemen t: CompileTimeError # Issue 29922
183 html/custom/element_upgrade_test: CompileTimeError # Issue 29922 173 html/custom/element_upgrade_test: CompileTimeError # Issue 29922
184 html/custom/entered_left_view_test: Crash # Issue 29922 174 html/custom/entered_left_view_test: Crash # Issue 29922
185 html/custom/js_custom_test: Crash # Issue 29922 175 html/custom/js_custom_test: Crash # Issue 29922
186 html/custom/mirrors_test: Crash # Issue 29922 176 html/custom/mirrors_test: Crash # Issue 29922
187 html/custom/regress_194523002_test: Crash # Issue 29922 177 html/custom/regress_194523002_test: Crash # Issue 29922
188 178
189 [ $compiler == dartdevc && $runtime != none ] 179 [ $compiler == dartdevc && $runtime != none ]
190 async/future_or_bad_type_test/none: RuntimeError # Issue 29922
191 async/future_or_non_strong_test: RuntimeError # Issue 29922
192 async/future_or_strong_test: RuntimeError # Issue 29922
193 async/futures_test: RuntimeError # Issue 29922
194 async/slow_consumer_test: Pass, Timeout # Issue 29922 180 async/slow_consumer_test: Pass, Timeout # Issue 29922
195 async/timer_not_available_test: RuntimeError # Issue 29922 181 async/timer_not_available_test: RuntimeError # Issue 29922
196 async/zone_error_callback_test: RuntimeError # Issue 29922 182 async/zone_error_callback_test: RuntimeError # Issue 29922
197 async/zone_run_unary_test: RuntimeError # Issue 29922 183 async/zone_run_unary_test: RuntimeError # Issue 29922
198 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 184 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922
199 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 185 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922
200 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 186 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922
201 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 187 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922
202 html/async_spawnuri_test: RuntimeError # Issue 29922 188 html/async_spawnuri_test: RuntimeError # Issue 29922
203 html/async_test: RuntimeError # Issue 29922 189 html/async_test: RuntimeError # Issue 29922
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 html/touchevent_test: RuntimeError # Issue 29922 328 html/touchevent_test: RuntimeError # Issue 29922
343 329
344 [ $compiler == dartdevc && $runtime == drt ] 330 [ $compiler == dartdevc && $runtime == drt ]
345 html/svg_test: RuntimeError # Issue 29922 331 html/svg_test: RuntimeError # Issue 29922
346 math/math_test: RuntimeError # Issue 29922 332 math/math_test: RuntimeError # Issue 29922
347 math/math2_test: RuntimeError # Issue 29922 333 math/math2_test: RuntimeError # Issue 29922
348 334
349 [ $compiler == dartdevc && $system == windows ] 335 [ $compiler == dartdevc && $system == windows ]
350 convert/json_pretty_test: RuntimeError # Issue 30336 336 convert/json_pretty_test: RuntimeError # Issue 30336
351 html/xhr_test/xhr: Skip # Times out. Issue 21527 337 html/xhr_test/xhr: Skip # Times out. Issue 21527
OLDNEW
« no previous file with comments | « tests/lib_strong/async/futures_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698