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

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

Issue 2995343002: Migrated test block 216 to Dart 2.0. (Closed)
Patch Set: Migrated min_max_test to Dart 2.0 Created 3 years, 3 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_2/math/random_test.dart ('k') | tests/lib_strong/math/min_max_test.dart » ('j') | 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 ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 html/js_function_getter_trust_types_test: Skip 44 html/js_function_getter_trust_types_test: Skip
45 html/js_typed_interop_side_cast_exp_test: Skip 45 html/js_typed_interop_side_cast_exp_test: Skip
46 html/js_typed_interop_side_cast_test: Skip 46 html/js_typed_interop_side_cast_test: Skip
47 html/keyboard_event_test: Skip 47 html/keyboard_event_test: Skip
48 html/mutationobserver_test: Skip 48 html/mutationobserver_test: Skip
49 html/postmessage_structured_test: Skip 49 html/postmessage_structured_test: Skip
50 html/resource_http_test: Skip 50 html/resource_http_test: Skip
51 html/transferables_test: Skip 51 html/transferables_test: Skip
52 html/webgl_1_test: Skip 52 html/webgl_1_test: Skip
53 html/wrapping_collections_test: Skip 53 html/wrapping_collections_test: Skip
54 math/min_max_test: Skip
55 mirrors/abstract_class_test: Skip 54 mirrors/abstract_class_test: Skip
56 mirrors/abstract_test: Skip 55 mirrors/abstract_test: Skip
57 mirrors/circular_factory_redirection_test: Skip 56 mirrors/circular_factory_redirection_test: Skip
58 mirrors/class_declarations_test: Skip 57 mirrors/class_declarations_test: Skip
59 mirrors/closures_test: Skip 58 mirrors/closures_test: Skip
60 mirrors/constructors_test: Skip 59 mirrors/constructors_test: Skip
61 mirrors/dart2js_mirrors_test: Skip 60 mirrors/dart2js_mirrors_test: Skip
62 mirrors/deferred_type_test: Skip 61 mirrors/deferred_type_test: Skip
63 mirrors/delegate_call_through_getter_test: Skip 62 mirrors/delegate_call_through_getter_test: Skip
64 mirrors/delegate_class_test: Skip 63 mirrors/delegate_class_test: Skip
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 29922 208 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 29922
210 html/js_util_test: RuntimeError # Issue 29922 209 html/js_util_test: RuntimeError # Issue 29922
211 html/media_stream_test: RuntimeError # Issue 29922 210 html/media_stream_test: RuntimeError # Issue 29922
212 html/mediasource_test: RuntimeError # Issue 29922 211 html/mediasource_test: RuntimeError # Issue 29922
213 html/typing_test: RuntimeError # Issue 29922 212 html/typing_test: RuntimeError # Issue 29922
214 html/websql_test/functional: RuntimeError # Issue 29922 213 html/websql_test/functional: RuntimeError # Issue 29922
215 html/worker_api_test: RuntimeError # Issue 29922 214 html/worker_api_test: RuntimeError # Issue 29922
216 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 215 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922
217 math/double_pow_test: RuntimeError # Issue 29922 216 math/double_pow_test: RuntimeError # Issue 29922
218 math/low_test: RuntimeError # Issue 29922 217 math/low_test: RuntimeError # Issue 29922
219 math/random_big_test: RuntimeError # Issue 29922
220 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 218 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922
221 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 219 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922
222 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 220 mirrors/class_mirror_location_test: RuntimeError # Issue 29922
223 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 221 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922
224 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 222 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922
225 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922 223 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922
226 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922 224 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922
227 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 225 mirrors/constructor_private_name_test: RuntimeError # Issue 29922
228 mirrors/declarations_type_test: RuntimeError # Issue 29922 226 mirrors/declarations_type_test: RuntimeError # Issue 29922
229 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 227 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 html/touchevent_test: RuntimeError # Issue 29922 352 html/touchevent_test: RuntimeError # Issue 29922
355 353
356 [ $compiler == dartdevc && $runtime == drt ] 354 [ $compiler == dartdevc && $runtime == drt ]
357 html/svg_test: RuntimeError # Issue 29922 355 html/svg_test: RuntimeError # Issue 29922
358 math/math_test: RuntimeError # Issue 29922 356 math/math_test: RuntimeError # Issue 29922
359 math/math2_test: RuntimeError # Issue 29922 357 math/math2_test: RuntimeError # Issue 29922
360 358
361 [ $compiler == dartdevc && $system == windows ] 359 [ $compiler == dartdevc && $system == windows ]
362 convert/json_pretty_test: RuntimeError # Issue 30336 360 convert/json_pretty_test: RuntimeError # Issue 30336
363 html/xhr_test/xhr: Skip # Times out. Issue 21527 361 html/xhr_test/xhr: Skip # Times out. Issue 21527
OLDNEW
« no previous file with comments | « tests/lib_2/math/random_test.dart ('k') | tests/lib_strong/math/min_max_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698