| 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 duration2_test: Skip | 11 duration2_test: Skip |
| 12 error_stack_trace_test: Skip | 12 error_stack_trace_test: Skip |
| 13 http_resource_test: Skip | 13 http_resource_test: Skip |
| 14 iterable_mapping_test: Skip | |
| 15 iterable_reduce_test: Skip | |
| 16 linked_hash_map_from_iterable_test: Skip | 14 linked_hash_map_from_iterable_test: Skip |
| 17 regexp/regress-regexp-codeflush_test: Skip | 15 regexp/regress-regexp-codeflush_test: Skip |
| 18 regexp/standalones_test: Skip | 16 regexp/standalones_test: Skip |
| 19 string_replace_test: Skip | 17 string_replace_test: Skip |
| 20 | 18 |
| 21 [ $compiler == dartdevc && $runtime != none ] | 19 [ $compiler == dartdevc && $runtime != none ] |
| 22 hash_set_test/01: RuntimeError # Issue 29921 | 20 hash_set_test/01: RuntimeError # Issue 29921 |
| 23 iterable_return_type_test/02: RuntimeError # Issue 29921 | |
| 24 regress_r21715_test: RuntimeError # Issue 29921 | 21 regress_r21715_test: RuntimeError # Issue 29921 |
| 25 string_operations_with_null_test: RuntimeError # Issue 29921 | 22 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 26 from_environment_const_type_test/01: RuntimeError # Issue 29921 | 23 from_environment_const_type_test/01: RuntimeError # Issue 29921 |
| 27 from_environment_const_type_test/05: RuntimeError # Issue 29921 | 24 from_environment_const_type_test/05: RuntimeError # Issue 29921 |
| 28 from_environment_const_type_test/10: RuntimeError # Issue 29921 | 25 from_environment_const_type_test/10: RuntimeError # Issue 29921 |
| 29 from_environment_const_type_test/15: RuntimeError # Issue 29921 | 26 from_environment_const_type_test/15: RuntimeError # Issue 29921 |
| 30 from_environment_const_type_test/none: RuntimeError # Issue 29921 | 27 from_environment_const_type_test/none: RuntimeError # Issue 29921 |
| 31 growable_list_test: RuntimeError # Issue 29921 | 28 growable_list_test: RuntimeError # Issue 29921 |
| 32 list_test/01: RuntimeError # Issue 29921 | 29 list_test/01: RuntimeError # Issue 29921 |
| 33 list_test/none: RuntimeError # Issue 29921 | 30 list_test/none: RuntimeError # Issue 29921 |
| OLD | NEW |