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

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

Issue 2811593003: Mark tests in "tests/lib_strong" as not strong-mode ready (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 | « no previous file | 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 == false ] 6 [ $strong == false ]
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
12 async/async_await_zones_test: Skip
13 async/catch_errors2_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_multi: Skip
18 async/future_or_bad_type_test_01_multi: Skip
19 async/future_or_only_in_async_test_00_multi: Skip
20 async/future_test_none_multi: Skip
21 async/future_test_01_multi: Skip
22 async/future_value_chain4_test: Skip
23 async/print_test_01_multi: Skip
24 async/print_test_none_multi: Skip
25 async/slow_consumer3_test: Skip
26 async/stream_controller_test: Skip
27 async/stream_event_transformed_test: Skip
28 async/stream_transformer_test: Skip
29 async/zone_debug_test: Skip
11 convert/chunked_conversion1_test: Skip 30 convert/chunked_conversion1_test: Skip
12 convert/chunked_conversion_json_encode1_test: Skip 31 convert/chunked_conversion_json_encode1_test: Skip
13 convert/chunked_conversion_utf84_test: Skip 32 convert/chunked_conversion_utf84_test: Skip
14 convert/chunked_conversion_utf88_test: Skip 33 convert/chunked_conversion_utf88_test: Skip
15 convert/chunked_conversion_utf8_test: Skip 34 convert/chunked_conversion_utf8_test: Skip
16 convert/line_splitter_test: Skip 35 convert/line_splitter_test: Skip
17 html/cross_frame_test: Skip 36 html/cross_frame_test: Skip
18 html/element_dimensions_test: Skip 37 html/element_dimensions_test: Skip
19 html/element_test: Skip 38 html/element_test: Skip
20 html/events_test: Skip 39 html/events_test: Skip
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 typed_data/int32x4_test: Skip 152 typed_data/int32x4_test: Skip
134 153
135 [ $compiler == dart2analyzer && $strong ] 154 [ $compiler == dart2analyzer && $strong ]
136 html/custom/created_callback_test: CompileTimeError # Issue 28969 155 html/custom/created_callback_test: CompileTimeError # Issue 28969
137 html/custom/document_register_basic_test: CompileTimeError # Issue 28969 156 html/custom/document_register_basic_test: CompileTimeError # Issue 28969
138 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69 157 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69
139 html/custom/element_upgrade_test: CompileTimeError # Issue 28969 158 html/custom/element_upgrade_test: CompileTimeError # Issue 28969
140 html/debugger_test: CompileTimeError # Issue 28969 159 html/debugger_test: CompileTimeError # Issue 28969
141 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969 160 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969
142 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969 161 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698