| 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 16 matching lines...) Expand all Loading... |
| 27 list_filled_type_argument_test: Skip | 27 list_filled_type_argument_test: Skip |
| 28 list_index_of2_test: Skip | 28 list_index_of2_test: Skip |
| 29 list_test: Skip | 29 list_test: Skip |
| 30 list_unmodifiable_test: Skip | 30 list_unmodifiable_test: Skip |
| 31 map_test: Skip | 31 map_test: Skip |
| 32 num_clamp_test: Skip | 32 num_clamp_test: Skip |
| 33 package_resource_test: Skip | 33 package_resource_test: Skip |
| 34 print_test: Skip | 34 print_test: Skip |
| 35 queue_test: Skip | 35 queue_test: Skip |
| 36 regexp/global_test: Skip | 36 regexp/global_test: Skip |
| 37 regexp/regexp_test: Skip | |
| 38 regexp/regress-regexp-codeflush_test: Skip | 37 regexp/regress-regexp-codeflush_test: Skip |
| 39 regexp/standalones_test: Skip | 38 regexp/standalones_test: Skip |
| 40 string_replace_test: Skip | 39 string_replace_test: Skip |
| 41 | 40 |
| 42 [ $compiler == dartdevc ] | 41 [ $compiler == dartdevc ] |
| 43 hash_set_test/01: RuntimeError # Issue 29921 | 42 hash_set_test/01: RuntimeError # Issue 29921 |
| 44 int_parse_radix_test/01: RuntimeError # Issue 29921 | 43 int_parse_radix_test/01: RuntimeError # Issue 29921 |
| 45 int_parse_radix_test/02: RuntimeError # Issue 29921 | 44 int_parse_radix_test/02: RuntimeError # Issue 29921 |
| 46 integer_to_radix_string_test: RuntimeError # Issue 29921 | 45 integer_to_radix_string_test: RuntimeError # Issue 29921 |
| 47 integer_to_string_test/01: RuntimeError # Issue 29921 | 46 integer_to_string_test/01: RuntimeError # Issue 29921 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 76 regexp/malformed-escapes_test: RuntimeError # Issue 29921 | 75 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
| 77 regexp/many-brackets_test: RuntimeError # Issue 29921 | 76 regexp/many-brackets_test: RuntimeError # Issue 29921 |
| 78 regexp/negative-special-characters_test: RuntimeError # Issue 29921 | 77 regexp/negative-special-characters_test: RuntimeError # Issue 29921 |
| 79 regexp/no-extensions_test: RuntimeError # Issue 29921 | 78 regexp/no-extensions_test: RuntimeError # Issue 29921 |
| 80 regexp/non-bmp_test: RuntimeError # Issue 29921 | 79 regexp/non-bmp_test: RuntimeError # Issue 29921 |
| 81 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 | 80 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 |
| 82 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 | 81 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 |
| 83 regexp/non-character_test: RuntimeError # Issue 29921 | 82 regexp/non-character_test: RuntimeError # Issue 29921 |
| 84 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 | 83 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 |
| 85 regexp/pcre-test-4_test: RuntimeError # Issue 29921 | 84 regexp/pcre-test-4_test: RuntimeError # Issue 29921 |
| 86 regexp/quantified-assertions_test: RuntimeError # Issue 29921 | |
| 87 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 | |
| 88 regexp/range-out-of-order_test: RuntimeError # Issue 29921 | |
| 89 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 | |
| 90 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 | |
| 91 regress_r21715_test: RuntimeError # Issue 29921 | 85 regress_r21715_test: RuntimeError # Issue 29921 |
| 92 string_operations_with_null_test: RuntimeError # Issue 29921 | 86 string_operations_with_null_test: RuntimeError # Issue 29921 |
| OLD | NEW |