| 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 ] |
| 11 async/async_await_sync_completer_test: Skip | 11 async/async_await_sync_completer_test: Skip |
| 12 async/async_await_zones_test: Skip | 12 async/async_await_zones_test: Skip |
| 13 async/catch_errors2_test: Skip | 13 async/catch_errors2_test: Skip |
| 14 async/catch_errors3_test: Skip | 14 async/catch_errors3_test: Skip |
| 15 async/catch_errors_test: Skip | |
| 16 async/future_microtask_test: Skip | |
| 17 async/future_or_bad_type_test/00: Skip | |
| 18 async/future_or_bad_type_test/01: Skip | |
| 19 async/future_or_bad_type_test/implements: Skip | |
| 20 async/future_or_only_in_async_test/00: Skip | |
| 21 async/future_test/none: Skip | |
| 22 async/future_test/01: Skip | |
| 23 async/future_test/none: Skip | |
| 24 async/future_value_chain4_test: Skip | |
| 25 async/print_test/01: Skip | 15 async/print_test/01: Skip |
| 26 async/print_test/none: Skip | 16 async/print_test/none: Skip |
| 27 async/slow_consumer3_test: Skip | 17 async/slow_consumer3_test: Skip |
| 28 async/stream_controller_test: Skip | 18 async/stream_controller_test: Skip |
| 29 async/stream_event_transformed_test: Skip | 19 async/stream_event_transformed_test: Skip |
| 30 async/stream_transformer_test: Skip | 20 async/stream_transformer_test: Skip |
| 31 async/zone_debug_test: Skip | 21 async/zone_debug_test: Skip |
| 32 convert/chunked_conversion1_test: Skip | 22 convert/chunked_conversion1_test: Skip |
| 33 convert/chunked_conversion_json_encode1_test: Skip | 23 convert/chunked_conversion_json_encode1_test: Skip |
| 34 convert/chunked_conversion_utf84_test: Skip | 24 convert/chunked_conversion_utf84_test: Skip |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 html/touchevent_test: RuntimeError # Issue 29922 | 346 html/touchevent_test: RuntimeError # Issue 29922 |
| 357 | 347 |
| 358 [ $compiler == dartdevc && $runtime == drt ] | 348 [ $compiler == dartdevc && $runtime == drt ] |
| 359 html/svg_test: RuntimeError # Issue 29922 | 349 html/svg_test: RuntimeError # Issue 29922 |
| 360 math/math_test: RuntimeError # Issue 29922 | 350 math/math_test: RuntimeError # Issue 29922 |
| 361 math/math2_test: RuntimeError # Issue 29922 | 351 math/math2_test: RuntimeError # Issue 29922 |
| 362 | 352 |
| 363 [ $compiler == dartdevc && $system == windows ] | 353 [ $compiler == dartdevc && $system == windows ] |
| 364 convert/json_pretty_test: RuntimeError # Issue 30336 | 354 convert/json_pretty_test: RuntimeError # Issue 30336 |
| 365 html/xhr_test/xhr: Skip # Times out. Issue 21527 | 355 html/xhr_test/xhr: Skip # Times out. Issue 21527 |
| OLD | NEW |