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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 json_map_test: RuntimeError # Issue 29921 | 49 json_map_test: RuntimeError # Issue 29921 |
50 list_fill_range_test: RuntimeError # Issue 29921 | 50 list_fill_range_test: RuntimeError # Issue 29921 |
51 list_insert_test: RuntimeError # Issue 29921 | 51 list_insert_test: RuntimeError # Issue 29921 |
52 list_removeat_test: RuntimeError # Issue 29921 | 52 list_removeat_test: RuntimeError # Issue 29921 |
53 list_replace_range_test: RuntimeError # Issue 29921 | 53 list_replace_range_test: RuntimeError # Issue 29921 |
54 list_set_all_test: RuntimeError # Issue 29921 | 54 list_set_all_test: RuntimeError # Issue 29921 |
55 main_test: RuntimeError # Issue 29921 | 55 main_test: RuntimeError # Issue 29921 |
56 map_keys2_test: RuntimeError # Issue 29921 | 56 map_keys2_test: RuntimeError # Issue 29921 |
57 nan_infinity_test/01: RuntimeError # Issue 29921 | 57 nan_infinity_test/01: RuntimeError # Issue 29921 |
58 null_nosuchmethod_test: RuntimeError # Issue 29921 | 58 null_nosuchmethod_test: RuntimeError # Issue 29921 |
59 regexp/alternative-length-miscalculation_test: RuntimeError # Issue 29921 | |
60 regexp/ascii-regexp-subject_test: RuntimeError # Issue 29921 | |
61 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 | |
62 regexp/capture-3_test: RuntimeError # Issue 29921 | |
63 regexp/char-insensitive_test: RuntimeError # Issue 29921 | |
64 regexp/character-match-out-of-order_test: RuntimeError # Issue 29921 | |
65 regexp/compile-crash_test: RuntimeError # Issue 29921 | 59 regexp/compile-crash_test: RuntimeError # Issue 29921 |
66 regexp/default_arguments_test: RuntimeError # Issue 29921 | 60 regexp/default_arguments_test: RuntimeError # Issue 29921 |
67 regexp/early-acid3-86_test: RuntimeError # Issue 29921 | 61 regexp/early-acid3-86_test: RuntimeError # Issue 29921 |
68 regexp/ecma-regex-examples_test: RuntimeError # Issue 29921 | 62 regexp/ecma-regex-examples_test: RuntimeError # Issue 29921 |
69 regexp/extended-characters-match_test: RuntimeError # Issue 29921 | 63 regexp/extended-characters-match_test: RuntimeError # Issue 29921 |
70 regexp/extended-characters-more_test: RuntimeError # Issue 29921 | 64 regexp/extended-characters-more_test: RuntimeError # Issue 29921 |
71 regexp/find-first-asserted_test: RuntimeError # Issue 29921 | 65 regexp/find-first-asserted_test: RuntimeError # Issue 29921 |
72 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 | 66 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
73 regexp/look-ahead_test: RuntimeError # Issue 29921 | 67 regexp/look-ahead_test: RuntimeError # Issue 29921 |
74 regexp/loop-capture_test: RuntimeError # Issue 29921 | |
75 regexp/malformed-escapes_test: RuntimeError # Issue 29921 | 68 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
76 regexp/many-brackets_test: RuntimeError # Issue 29921 | 69 regexp/many-brackets_test: RuntimeError # Issue 29921 |
77 regexp/negative-special-characters_test: RuntimeError # Issue 29921 | 70 regexp/negative-special-characters_test: RuntimeError # Issue 29921 |
78 regexp/no-extensions_test: RuntimeError # Issue 29921 | 71 regexp/no-extensions_test: RuntimeError # Issue 29921 |
79 regexp/non-bmp_test: RuntimeError # Issue 29921 | 72 regexp/non-bmp_test: RuntimeError # Issue 29921 |
80 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 | 73 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 |
81 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 | 74 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 |
82 regexp/non-character_test: RuntimeError # Issue 29921 | 75 regexp/non-character_test: RuntimeError # Issue 29921 |
83 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 | 76 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 |
84 regexp/pcre-test-4_test: RuntimeError # Issue 29921 | 77 regexp/pcre-test-4_test: RuntimeError # Issue 29921 |
85 regress_r21715_test: RuntimeError # Issue 29921 | 78 regress_r21715_test: RuntimeError # Issue 29921 |
86 string_operations_with_null_test: RuntimeError # Issue 29921 | 79 string_operations_with_null_test: RuntimeError # Issue 29921 |
OLD | NEW |