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

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

Issue 2995343002: Migrated test block 216 to Dart 2.0. (Closed)
Patch Set: 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
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 ]
(...skipping 24 matching lines...) Expand all
35 html/js_function_getter_trust_types_test: Skip 35 html/js_function_getter_trust_types_test: Skip
36 html/js_typed_interop_side_cast_exp_test: Skip 36 html/js_typed_interop_side_cast_exp_test: Skip
37 html/js_typed_interop_side_cast_test: Skip 37 html/js_typed_interop_side_cast_test: Skip
38 html/keyboard_event_test: Skip 38 html/keyboard_event_test: Skip
39 html/mutationobserver_test: Skip 39 html/mutationobserver_test: Skip
40 html/postmessage_structured_test: Skip 40 html/postmessage_structured_test: Skip
41 html/resource_http_test: Skip 41 html/resource_http_test: Skip
42 html/transferables_test: Skip 42 html/transferables_test: Skip
43 html/webgl_1_test: Skip 43 html/webgl_1_test: Skip
44 html/wrapping_collections_test: Skip 44 html/wrapping_collections_test: Skip
45 math/min_max_test: Skip
46 mirrors/abstract_class_test: Skip 45 mirrors/abstract_class_test: Skip
47 mirrors/abstract_test: Skip 46 mirrors/abstract_test: Skip
48 mirrors/circular_factory_redirection_test: Skip 47 mirrors/circular_factory_redirection_test: Skip
49 mirrors/class_declarations_test: Skip 48 mirrors/class_declarations_test: Skip
50 mirrors/closures_test: Skip 49 mirrors/closures_test: Skip
51 mirrors/constructors_test: Skip 50 mirrors/constructors_test: Skip
52 mirrors/dart2js_mirrors_test: Skip 51 mirrors/dart2js_mirrors_test: Skip
53 mirrors/deferred_type_test: Skip 52 mirrors/deferred_type_test: Skip
54 mirrors/delegate_call_through_getter_test: Skip 53 mirrors/delegate_call_through_getter_test: Skip
55 mirrors/delegate_class_test: Skip 54 mirrors/delegate_class_test: Skip
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 29922 200 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 29922
202 html/js_util_test: RuntimeError # Issue 29922 201 html/js_util_test: RuntimeError # Issue 29922
203 html/media_stream_test: RuntimeError # Issue 29922 202 html/media_stream_test: RuntimeError # Issue 29922
204 html/mediasource_test: RuntimeError # Issue 29922 203 html/mediasource_test: RuntimeError # Issue 29922
205 html/typing_test: RuntimeError # Issue 29922 204 html/typing_test: RuntimeError # Issue 29922
206 html/websql_test/functional: RuntimeError # Issue 29922 205 html/websql_test/functional: RuntimeError # Issue 29922
207 html/worker_api_test: RuntimeError # Issue 29922 206 html/worker_api_test: RuntimeError # Issue 29922
208 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 207 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922
209 math/double_pow_test: RuntimeError # Issue 29922 208 math/double_pow_test: RuntimeError # Issue 29922
210 math/low_test: RuntimeError # Issue 29922 209 math/low_test: RuntimeError # Issue 29922
211 math/random_big_test: RuntimeError # Issue 29922
212 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 210 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922
213 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 211 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922
214 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 212 mirrors/class_mirror_location_test: RuntimeError # Issue 29922
215 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 213 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922
216 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 214 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922
217 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922 215 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922
218 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922 216 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922
219 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 217 mirrors/constructor_private_name_test: RuntimeError # Issue 29922
220 mirrors/declarations_type_test: RuntimeError # Issue 29922 218 mirrors/declarations_type_test: RuntimeError # Issue 29922
221 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 219 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 html/touchevent_test: RuntimeError # Issue 29922 344 html/touchevent_test: RuntimeError # Issue 29922
347 345
348 [ $compiler == dartdevc && $runtime == drt ] 346 [ $compiler == dartdevc && $runtime == drt ]
349 html/svg_test: RuntimeError # Issue 29922 347 html/svg_test: RuntimeError # Issue 29922
350 math/math_test: RuntimeError # Issue 29922 348 math/math_test: RuntimeError # Issue 29922
351 math/math2_test: RuntimeError # Issue 29922 349 math/math2_test: RuntimeError # Issue 29922
352 350
353 [ $compiler == dartdevc && $system == windows ] 351 [ $compiler == dartdevc && $system == windows ]
354 convert/json_pretty_test: RuntimeError # Issue 30336 352 convert/json_pretty_test: RuntimeError # Issue 30336
355 html/xhr_test/xhr: Skip # Times out. Issue 21527 353 html/xhr_test/xhr: Skip # Times out. Issue 21527
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698