| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 regexp/loop-capture_test: RuntimeError # Issue 29921 | 75 regexp/loop-capture_test: RuntimeError # Issue 29921 |
| 76 regexp/malformed-escapes_test: RuntimeError # Issue 29921 | 76 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
| 77 regexp/many-brackets_test: RuntimeError # Issue 29921 | 77 regexp/many-brackets_test: RuntimeError # Issue 29921 |
| 78 regexp/negative-special-characters_test: RuntimeError # Issue 29921 | 78 regexp/negative-special-characters_test: RuntimeError # Issue 29921 |
| 79 regexp/no-extensions_test: RuntimeError # Issue 29921 | 79 regexp/no-extensions_test: RuntimeError # Issue 29921 |
| 80 regexp/non-bmp_test: RuntimeError # Issue 29921 | 80 regexp/non-bmp_test: RuntimeError # Issue 29921 |
| 81 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 | 81 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 |
| 82 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 | 82 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 |
| 83 regexp/non-character_test: RuntimeError # Issue 29921 | 83 regexp/non-character_test: RuntimeError # Issue 29921 |
| 84 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 | 84 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 |
| 85 regexp/pcre-test-4_test: RuntimeError # Issue 29921 | |
| 86 regexp/quantified-assertions_test: RuntimeError # Issue 29921 | 85 regexp/quantified-assertions_test: RuntimeError # Issue 29921 |
| 87 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 | 86 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 |
| 88 regexp/range-out-of-order_test: RuntimeError # Issue 29921 | 87 regexp/range-out-of-order_test: RuntimeError # Issue 29921 |
| 89 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 | 88 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 |
| 90 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 | 89 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 |
| 91 regress_r21715_test: RuntimeError # Issue 29921 | 90 regress_r21715_test: RuntimeError # Issue 29921 |
| 92 string_operations_with_null_test: RuntimeError # Issue 29921 | 91 string_operations_with_null_test: RuntimeError # Issue 29921 |
| OLD | NEW |