| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 | 327 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 |
| 328 mirrors/typedef_test: RuntimeError # Issue 29922 | 328 mirrors/typedef_test: RuntimeError # Issue 29922 |
| 329 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 | 329 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 |
| 330 mirrors/unnamed_library_test: RuntimeError # Issue 29922 | 330 mirrors/unnamed_library_test: RuntimeError # Issue 29922 |
| 331 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 | 331 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 |
| 332 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 | 332 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 |
| 333 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 | 333 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 |
| 334 typed_data/typed_data_list_test: RuntimeError # Issue 29922 | 334 typed_data/typed_data_list_test: RuntimeError # Issue 29922 |
| 335 html/interactive_test: Skip # requests interactive permissions (camera, geolocat
ion) | 335 html/interactive_test: Skip # requests interactive permissions (camera, geolocat
ion) |
| 336 | 336 |
| 337 async/stream_controller_async_test: RuntimeError # Issue 29922, strong mode cast
failure |
| 338 async/stream_join_test: RuntimeError # Issue 29922, strong mode cast failure |
| 339 async/stream_subscription_as_future_test: RuntimeError # Issue 29922, strong mod
e cast failure |
| 340 async/stream_transformer_from_handlers_test: RuntimeError # Issue 29922, strong
mode cast failure |
| 341 async/zone_bind_callback_test: RuntimeError # Issue 29922, strong mode cast fail
ure |
| 342 async/zone_register_callback_test: RuntimeError # Issue 29922, strong mode cast
failure |
| 343 convert/encoding_test: RuntimeError # Issue 29922, strong mode cast failure |
| 344 convert/streamed_conversion_json_utf8_decode_test: RuntimeError # Issue 29922, s
trong mode cast failure |
| 345 convert/streamed_conversion_json_utf8_encode_test: RuntimeError # Issue 29922, s
trong mode cast failure |
| 346 convert/streamed_conversion_utf8_decode_test: RuntimeError # Issue 29922, strong
mode cast failure |
| 347 convert/streamed_conversion_utf8_encode_test: RuntimeError # Issue 29922, strong
mode cast failure |
| 348 html/indexeddb_1_test/functional: RuntimeError # Issue 29922, strong mode cast f
ailure |
| 349 html/indexeddb_2_test: RuntimeError, Timeout # Issue 29922, strong mode cast fai
lure |
| 350 html/xhr_test/xhr: RuntimeError # Issue 29922, strong mode cast failure |
| 351 |
| 337 [ $compiler == dartdevc && $runtime == chrome ] | 352 [ $compiler == dartdevc && $runtime == chrome ] |
| 338 html/css_test: RuntimeError # Issue 29922 | 353 html/css_test: RuntimeError # Issue 29922 |
| 339 html/element_animate_test/timing_dict: RuntimeError # Issue 29922 | 354 html/element_animate_test/timing_dict: RuntimeError # Issue 29922 |
| 340 html/element_types_test: RuntimeError # Issue 29922 | 355 html/element_types_test: RuntimeError # Issue 29922 |
| 341 html/touchevent_test: RuntimeError # Issue 29922 | 356 html/touchevent_test: RuntimeError # Issue 29922 |
| 342 | 357 |
| 343 [ $compiler == dartdevc && $runtime == drt ] | 358 [ $compiler == dartdevc && $runtime == drt ] |
| 344 html/svg_test: RuntimeError # Issue 29922 | 359 html/svg_test: RuntimeError # Issue 29922 |
| 345 math/math_test: RuntimeError # Issue 29922 | 360 math/math_test: RuntimeError # Issue 29922 |
| 346 math/math2_test: RuntimeError # Issue 29922 | 361 math/math2_test: RuntimeError # Issue 29922 |
| 347 | 362 |
| 348 [ $compiler == dartdevc && $system == windows ] | 363 [ $compiler == dartdevc && $system == windows ] |
| 349 convert/json_pretty_test: RuntimeError # Issue 30336 | 364 convert/json_pretty_test: RuntimeError # Issue 30336 |
| 350 html/xhr_test/xhr: Skip # Times out. Issue 21527 | 365 html/xhr_test/xhr: Skip # Times out. Issue 21527 |
| OLD | NEW |