OLD | NEW |
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 27 matching lines...) Expand all Loading... |
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 | 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 | |
49 mirrors/class_declarations_test: Skip | |
50 mirrors/closures_test: Skip | |
51 mirrors/constructors_test: Skip | 48 mirrors/constructors_test: Skip |
52 mirrors/dart2js_mirrors_test: Skip | 49 mirrors/dart2js_mirrors_test: Skip |
53 mirrors/deferred_type_test: Skip | 50 mirrors/deferred_type_test: Skip |
54 mirrors/delegate_call_through_getter_test: Skip | 51 mirrors/delegate_call_through_getter_test: Skip |
55 mirrors/delegate_class_test: Skip | 52 mirrors/delegate_class_test: Skip |
56 mirrors/delegate_function_invocation_test: Skip | 53 mirrors/delegate_function_invocation_test: Skip |
57 mirrors/delegate_library_test: Skip | 54 mirrors/delegate_library_test: Skip |
58 mirrors/delegate_test: Skip | 55 mirrors/delegate_test: Skip |
59 mirrors/enum_test: Skip | 56 mirrors/enum_test: Skip |
60 mirrors/fake_function_without_call_test: Skip | 57 mirrors/fake_function_without_call_test: Skip |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 html/media_stream_test: RuntimeError # Issue 29922 | 200 html/media_stream_test: RuntimeError # Issue 29922 |
204 html/mediasource_test: RuntimeError # Issue 29922 | 201 html/mediasource_test: RuntimeError # Issue 29922 |
205 html/typing_test: RuntimeError # Issue 29922 | 202 html/typing_test: RuntimeError # Issue 29922 |
206 html/websql_test/functional: RuntimeError # Issue 29922 | 203 html/websql_test/functional: RuntimeError # Issue 29922 |
207 html/worker_api_test: RuntimeError # Issue 29922 | 204 html/worker_api_test: RuntimeError # Issue 29922 |
208 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 | 205 html/xhr_cross_origin_test/functional: RuntimeError # Issue 29922 |
209 math/double_pow_test: RuntimeError # Issue 29922 | 206 math/double_pow_test: RuntimeError # Issue 29922 |
210 math/low_test: RuntimeError # Issue 29922 | 207 math/low_test: RuntimeError # Issue 29922 |
211 math/random_big_test: RuntimeError # Issue 29922 | 208 math/random_big_test: RuntimeError # Issue 29922 |
212 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 | 209 mirrors/accessor_cache_overflow_test: RuntimeError # Issue 29922 |
213 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 29922 | |
214 mirrors/class_mirror_location_test: RuntimeError # Issue 29922 | |
215 mirrors/class_mirror_type_variables_test: RuntimeError # Issue 29922 | |
216 mirrors/closurization_equivalence_test: RuntimeError # Issue 29922 | |
217 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 | 210 mirrors/constructor_private_name_test: RuntimeError # Issue 29922 |
220 mirrors/declarations_type_test: RuntimeError # Issue 29922 | 211 mirrors/declarations_type_test: RuntimeError # Issue 29922 |
221 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 | 212 mirrors/deferred_mirrors_metadata_test: RuntimeError # Issue 29922 |
222 mirrors/deferred_mirrors_metatarget_test: RuntimeError # Issue 29922 | 213 mirrors/deferred_mirrors_metatarget_test: RuntimeError # Issue 29922 |
223 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 | 214 mirrors/deferred_mirrors_update_test: RuntimeError # Issue 29922 |
224 mirrors/empty_test: RuntimeError # Issue 29922 | 215 mirrors/empty_test: RuntimeError # Issue 29922 |
225 mirrors/equality_test: RuntimeError # Issue 29922 | 216 mirrors/equality_test: RuntimeError # Issue 29922 |
226 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 | 217 mirrors/fake_function_with_call_test: RuntimeError # Issue 29922 |
227 mirrors/field_metadata2_test: RuntimeError # Issue 29922 | 218 mirrors/field_metadata2_test: RuntimeError # Issue 29922 |
228 mirrors/field_type_test: RuntimeError # Issue 29922 | 219 mirrors/field_type_test: RuntimeError # Issue 29922 |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 html/touchevent_test: RuntimeError # Issue 29922 | 337 html/touchevent_test: RuntimeError # Issue 29922 |
347 | 338 |
348 [ $compiler == dartdevc && $runtime == drt ] | 339 [ $compiler == dartdevc && $runtime == drt ] |
349 html/svg_test: RuntimeError # Issue 29922 | 340 html/svg_test: RuntimeError # Issue 29922 |
350 math/math_test: RuntimeError # Issue 29922 | 341 math/math_test: RuntimeError # Issue 29922 |
351 math/math2_test: RuntimeError # Issue 29922 | 342 math/math2_test: RuntimeError # Issue 29922 |
352 | 343 |
353 [ $compiler == dartdevc && $system == windows ] | 344 [ $compiler == dartdevc && $system == windows ] |
354 convert/json_pretty_test: RuntimeError # Issue 30336 | 345 convert/json_pretty_test: RuntimeError # Issue 30336 |
355 html/xhr_test/xhr: Skip # Times out. Issue 21527 | 346 html/xhr_test/xhr: Skip # Times out. Issue 21527 |
OLD | NEW |