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

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

Issue 3011633002: Added back helper file accidentally deleted during test block 219 migration. (Closed)
Patch Set: 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/mirrors/mirrors_test.dart ('k') | tests/lib_strong/lib_strong_kernel.status » ('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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 54 math/min_max_test: Skip
55 mirrors/abstract_class_test: Skip 55 mirrors/abstract_class_test: Skip
56 mirrors/abstract_test: Skip 56 mirrors/abstract_test: Skip
57 mirrors/constructors_test: Skip 57 mirrors/circular_factory_redirection_test: Skip
58 mirrors/dart2js_mirrors_test: Skip 58 mirrors/class_declarations_test: Skip
59 mirrors/deferred_type_test: Skip 59 mirrors/closures_test: Skip
60 mirrors/delegate_call_through_getter_test: Skip
61 mirrors/delegate_class_test: Skip
62 mirrors/delegate_function_invocation_test: Skip
63 mirrors/delegate_library_test: Skip
64 mirrors/delegate_test: Skip
65 mirrors/enum_test: Skip
66 mirrors/fake_function_without_call_test: Skip 60 mirrors/fake_function_without_call_test: Skip
67 mirrors/generic_bounded_by_type_parameter_test: Skip 61 mirrors/generic_bounded_by_type_parameter_test: Skip
68 mirrors/generic_bounded_test: Skip 62 mirrors/generic_bounded_test: Skip
69 mirrors/generic_class_declaration_test: Skip 63 mirrors/generic_class_declaration_test: Skip
70 mirrors/generic_f_bounded_mixin_application_test: Skip 64 mirrors/generic_f_bounded_mixin_application_test: Skip
71 mirrors/generic_interface_test: Skip 65 mirrors/generic_interface_test: Skip
72 mirrors/generics_test: Skip 66 mirrors/generics_test: Skip
73 mirrors/get_symbol_name_no_such_method_test: Skip 67 mirrors/get_symbol_name_no_such_method_test: Skip
74 mirrors/immutable_collections_test: Skip 68 mirrors/immutable_collections_test: Skip
75 mirrors/inference_and_no_such_method_test: Skip 69 mirrors/inference_and_no_such_method_test: Skip
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 typed_data/float32x4_test: Skip 142 typed_data/float32x4_test: Skip
149 typed_data/float64x2_functional_test: Skip 143 typed_data/float64x2_functional_test: Skip
150 typed_data/int32x4_test: Skip 144 typed_data/int32x4_test: Skip
151 html/custom/created_callback_test: CompileTimeError # Issue 28969 145 html/custom/created_callback_test: CompileTimeError # Issue 28969
152 html/custom/document_register_basic_test: CompileTimeError # Issue 28969 146 html/custom/document_register_basic_test: CompileTimeError # Issue 28969
153 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69 147 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69
154 html/custom/element_upgrade_test: CompileTimeError # Issue 28969 148 html/custom/element_upgrade_test: CompileTimeError # Issue 28969
155 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969 149 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969
156 150
157 [ $compiler == dart2analyzer && $strong ] 151 [ $compiler == dart2analyzer && $strong ]
158 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
159 html/debugger_test: CompileTimeError # Issue 28969 152 html/debugger_test: CompileTimeError # Issue 28969
160 153
161 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet. 154 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet.
162 [ $compiler == dartdevc ] 155 [ $compiler == dartdevc ]
163 html/deferred_multi_app_htmltest: Skip # Issue 29919 156 html/deferred_multi_app_htmltest: Skip # Issue 29919
164 html/no_linked_scripts_htmltest: Skip # Issue 29919 157 html/no_linked_scripts_htmltest: Skip # Issue 29919
165 html/scripts_htmltest: Skip # Issue 29919 158 html/scripts_htmltest: Skip # Issue 29919
166 html/two_scripts_htmltest: Skip # Issue 29919 159 html/two_scripts_htmltest: Skip # Issue 29919
167 html/custom/attribute_changed_callback_test: Crash # Issue 29922 160 html/custom/attribute_changed_callback_test: Crash # Issue 29922
168 html/custom/constructor_calls_created_synchronously_test: Crash # Issue 29922 161 html/custom/constructor_calls_created_synchronously_test: Crash # Issue 29922
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 html/media_stream_test: RuntimeError # Issue 29922 201 html/media_stream_test: RuntimeError # Issue 29922
209 html/mediasource_test: RuntimeError # Issue 29922 202 html/mediasource_test: RuntimeError # Issue 29922
210 html/typing_test: RuntimeError # Issue 29922 203 html/typing_test: RuntimeError # Issue 29922
211 html/websql_test/functional: RuntimeError # Issue 29922 204 html/websql_test/functional: RuntimeError # Issue 29922
212 html/worker_api_test: RuntimeError # Issue 29922 205 html/worker_api_test: RuntimeError # Issue 29922
213 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 206 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922
214 math/double_pow_test: RuntimeError # Issue 29922 207 math/double_pow_test: RuntimeError # Issue 29922
215 math/low_test: RuntimeError # Issue 29922 208 math/low_test: RuntimeError # Issue 29922
216 math/random_big_test: RuntimeError # Issue 29922 209 math/random_big_test: RuntimeError # Issue 29922
217 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 210 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922
218 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 211 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922
219 mirrors/declarations_type_test: RuntimeError # Issue 29922 212 mirrors/class_mirror_location_test: RuntimeError # Issue 29922
220 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 213 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922
221 mirrors/deferred_mirrors_metatarget_test: RuntimeError # Issue 29922 214 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922
222 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 215 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922
223 mirrors/empty_test: RuntimeError # Issue 29922
224 mirrors/equality_test: RuntimeError # Issue 29922
225 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 216 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922
226 mirrors/field_metadata2_test: RuntimeError # Issue 29922 217 mirrors/field_metadata2_test: RuntimeError # Issue 29922
227 mirrors/field_type_test: RuntimeError # Issue 29922 218 mirrors/field_type_test: RuntimeError # Issue 29922
228 mirrors/function_type_mirror_test: RuntimeError # Issue 29922 219 mirrors/function_type_mirror_test: RuntimeError # Issue 29922
229 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 29922 220 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 29922
230 mirrors/generic_f_bounded_test/none: RuntimeError # Issue 29922 221 mirrors/generic_f_bounded_test/none: RuntimeError # Issue 29922
231 mirrors/generic_function_typedef_test: RuntimeError # Issue 29922 222 mirrors/generic_function_typedef_test: RuntimeError # Issue 29922
232 mirrors/generic_local_function_test: RuntimeError # Issue 29922 223 mirrors/generic_local_function_test: RuntimeError # Issue 29922
233 mirrors/generic_mixin_applications_test: RuntimeError # Issue 29922 224 mirrors/generic_mixin_applications_test: RuntimeError # Issue 29922
234 mirrors/generic_mixin_test: RuntimeError # Issue 29922 225 mirrors/generic_mixin_test: RuntimeError # Issue 29922
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 html/touchevent_test: RuntimeError # Issue 29922 336 html/touchevent_test: RuntimeError # Issue 29922
346 337
347 [ $compiler == dartdevc && $runtime == drt ] 338 [ $compiler == dartdevc && $runtime == drt ]
348 html/svg_test: RuntimeError # Issue 29922 339 html/svg_test: RuntimeError # Issue 29922
349 math/math_test: RuntimeError # Issue 29922 340 math/math_test: RuntimeError # Issue 29922
350 math/math2_test: RuntimeError # Issue 29922 341 math/math2_test: RuntimeError # Issue 29922
351 342
352 [ $compiler == dartdevc && $system == windows ] 343 [ $compiler == dartdevc && $system == windows ]
353 convert/json_pretty_test: RuntimeError # Issue 30336 344 convert/json_pretty_test: RuntimeError # Issue 30336
354 html/xhr_test/xhr: Skip # Times out. Issue 21527 345 html/xhr_test/xhr: Skip # Times out. Issue 21527
OLDNEW
« no previous file with comments | « tests/lib_2/mirrors/mirrors_test.dart ('k') | tests/lib_strong/lib_strong_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698