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

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

Issue 3003123002: Migrated test block 219 to Dart 2.0. (Closed)
Patch Set: Deleted files that were already merged. 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
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 30 matching lines...) Expand all
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 45 math/min_max_test: Skip
46 mirrors/abstract_class_test: Skip 46 mirrors/abstract_class_test: Skip
47 mirrors/abstract_test: Skip 47 mirrors/abstract_test: Skip
48 mirrors/circular_factory_redirection_test: Skip 48 mirrors/circular_factory_redirection_test: Skip
49 mirrors/class_declarations_test: Skip 49 mirrors/class_declarations_test: Skip
50 mirrors/closures_test: Skip 50 mirrors/closures_test: Skip
51 mirrors/constructors_test: Skip
52 mirrors/dart2js_mirrors_test: Skip
53 mirrors/deferred_type_test: Skip
54 mirrors/delegate_call_through_getter_test: Skip
55 mirrors/delegate_class_test: Skip
56 mirrors/delegate_function_invocation_test: Skip
57 mirrors/delegate_library_test: Skip
58 mirrors/delegate_test: Skip
59 mirrors/enum_test: Skip
60 mirrors/fake_function_without_call_test: Skip 51 mirrors/fake_function_without_call_test: Skip
61 mirrors/generic_bounded_by_type_parameter_test: Skip 52 mirrors/generic_bounded_by_type_parameter_test: Skip
62 mirrors/generic_bounded_test: Skip 53 mirrors/generic_bounded_test: Skip
63 mirrors/generic_class_declaration_test: Skip 54 mirrors/generic_class_declaration_test: Skip
64 mirrors/generic_f_bounded_mixin_application_test: Skip 55 mirrors/generic_f_bounded_mixin_application_test: Skip
65 mirrors/generic_interface_test: Skip 56 mirrors/generic_interface_test: Skip
66 mirrors/generics_test: Skip 57 mirrors/generics_test: Skip
67 mirrors/get_symbol_name_no_such_method_test: Skip 58 mirrors/get_symbol_name_no_such_method_test: Skip
68 mirrors/immutable_collections_test: Skip 59 mirrors/immutable_collections_test: Skip
69 mirrors/inference_and_no_such_method_test: Skip 60 mirrors/inference_and_no_such_method_test: Skip
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 typed_data/float32x4_test: Skip 133 typed_data/float32x4_test: Skip
143 typed_data/float64x2_functional_test: Skip 134 typed_data/float64x2_functional_test: Skip
144 typed_data/int32x4_test: Skip 135 typed_data/int32x4_test: Skip
145 html/custom/created_callback_test: CompileTimeError # Issue 28969 136 html/custom/created_callback_test: CompileTimeError # Issue 28969
146 html/custom/document_register_basic_test: CompileTimeError # Issue 28969 137 html/custom/document_register_basic_test: CompileTimeError # Issue 28969
147 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69 138 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69
148 html/custom/element_upgrade_test: CompileTimeError # Issue 28969 139 html/custom/element_upgrade_test: CompileTimeError # Issue 28969
149 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969 140 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969
150 141
151 [ $compiler == dart2analyzer && $strong ] 142 [ $compiler == dart2analyzer && $strong ]
152 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
153 html/debugger_test: CompileTimeError # Issue 28969 143 html/debugger_test: CompileTimeError # Issue 28969
154 144
155 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet. 145 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet.
156 [ $compiler == dartdevc ] 146 [ $compiler == dartdevc ]
157 html/deferred_multi_app_htmltest: Skip # Issue 29919 147 html/deferred_multi_app_htmltest: Skip # Issue 29919
158 html/no_linked_scripts_htmltest: Skip # Issue 29919 148 html/no_linked_scripts_htmltest: Skip # Issue 29919
159 html/scripts_htmltest: Skip # Issue 29919 149 html/scripts_htmltest: Skip # Issue 29919
160 html/two_scripts_htmltest: Skip # Issue 29919 150 html/two_scripts_htmltest: Skip # Issue 29919
161 html/custom/attribute_changed_callback_test: Crash # Issue 29922 151 html/custom/attribute_changed_callback_test: Crash # Issue 29922
162 html/custom/constructor_calls_created_synchronously_test: Crash # Issue 29922 152 html/custom/constructor_calls_created_synchronously_test: Crash # Issue 29922
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 198 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922
209 math/double_pow_test: RuntimeError # Issue 29922 199 math/double_pow_test: RuntimeError # Issue 29922
210 math/low_test: RuntimeError # Issue 29922 200 math/low_test: RuntimeError # Issue 29922
211 math/random_big_test: RuntimeError # Issue 29922 201 math/random_big_test: RuntimeError # Issue 29922
212 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 202 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922
213 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 203 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922
214 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 204 mirrors/class_mirror_location_test: RuntimeError # Issue 29922
215 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 205 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922
216 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 206 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922
217 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922 207 mirrors/constructor_kinds_test/01: RuntimeError # Issue 29922
218 mirrors/constructor_kinds_test/none: RuntimeError # Issue 29922
219 mirrors/constructor_private_name_test: RuntimeError # Issue 29922
220 mirrors/declarations_type_test: RuntimeError # Issue 29922
221 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922
222 mirrors/deferred_mirrors_metatarget_test: RuntimeError # Issue 29922
223 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922
224 mirrors/empty_test: RuntimeError # Issue 29922
225 mirrors/equality_test: RuntimeError # Issue 29922
226 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 208 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922
227 mirrors/field_metadata2_test: RuntimeError # Issue 29922 209 mirrors/field_metadata2_test: RuntimeError # Issue 29922
228 mirrors/field_type_test: RuntimeError # Issue 29922 210 mirrors/field_type_test: RuntimeError # Issue 29922
229 mirrors/function_type_mirror_test: RuntimeError # Issue 29922 211 mirrors/function_type_mirror_test: RuntimeError # Issue 29922
230 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 29922 212 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 29922
231 mirrors/generic_f_bounded_test/none: RuntimeError # Issue 29922 213 mirrors/generic_f_bounded_test/none: RuntimeError # Issue 29922
232 mirrors/generic_function_typedef_test: RuntimeError # Issue 29922 214 mirrors/generic_function_typedef_test: RuntimeError # Issue 29922
233 mirrors/generic_local_function_test: RuntimeError # Issue 29922 215 mirrors/generic_local_function_test: RuntimeError # Issue 29922
234 mirrors/generic_mixin_applications_test: RuntimeError # Issue 29922 216 mirrors/generic_mixin_applications_test: RuntimeError # Issue 29922
235 mirrors/generic_mixin_test: RuntimeError # Issue 29922 217 mirrors/generic_mixin_test: RuntimeError # Issue 29922
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 html/touchevent_test: RuntimeError # Issue 29922 328 html/touchevent_test: RuntimeError # Issue 29922
347 329
348 [ $compiler == dartdevc && $runtime == drt ] 330 [ $compiler == dartdevc && $runtime == drt ]
349 html/svg_test: RuntimeError # Issue 29922 331 html/svg_test: RuntimeError # Issue 29922
350 math/math_test: RuntimeError # Issue 29922 332 math/math_test: RuntimeError # Issue 29922
351 math/math2_test: RuntimeError # Issue 29922 333 math/math2_test: RuntimeError # Issue 29922
352 334
353 [ $compiler == dartdevc && $system == windows ] 335 [ $compiler == dartdevc && $system == windows ]
354 convert/json_pretty_test: RuntimeError # Issue 30336 336 convert/json_pretty_test: RuntimeError # Issue 30336
355 html/xhr_test/xhr: Skip # Times out. Issue 21527 337 html/xhr_test/xhr: Skip # Times out. Issue 21527
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698