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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 string_base_vm_test: Skip | 47 string_base_vm_test: Skip |
48 string_from_environment3_test: Skip | 48 string_from_environment3_test: Skip |
49 string_from_list_test: Skip | 49 string_from_list_test: Skip |
50 string_replace_test: Skip | 50 string_replace_test: Skip |
51 string_test: Skip | 51 string_test: Skip |
52 symbol_operator_test: Skip | 52 symbol_operator_test: Skip |
53 symbol_reserved_word_test: Skip | 53 symbol_reserved_word_test: Skip |
54 symbol_test: Skip | 54 symbol_test: Skip |
55 uri_path_test: Skip | 55 uri_path_test: Skip |
56 uri_query_test: Skip | 56 uri_query_test: Skip |
| 57 |
| 58 [ $compiler == dartdevc ] |
| 59 apply2_test: RuntimeError # Issue 29921 |
| 60 apply3_test: RuntimeError # Issue 29921 |
| 61 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
| 62 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
| 63 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
| 64 bit_twiddling_bigint_test: RuntimeError # Issue 29921 |
| 65 bool_from_environment_test: RuntimeError # Issue 29921 |
| 66 compare_to2_test: RuntimeError # Issue 29921 |
| 67 const_list_literal_test: RuntimeError # Issue 29921 |
| 68 const_list_remove_range_test: RuntimeError # Issue 29921 |
| 69 const_list_set_range_test: RuntimeError # Issue 29921 |
| 70 data_uri_test: RuntimeError # Issue 29921 |
| 71 double_parse_test/01: RuntimeError # Issue 29921 |
| 72 hash_set_test/01: RuntimeError # Issue 29921 |
| 73 int_from_environment_test: RuntimeError # Issue 29921 |
| 74 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
| 75 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 |
| 76 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
| 77 int_parse_radix_test/01: RuntimeError # Issue 29921 |
| 78 int_parse_radix_test/02: RuntimeError # Issue 29921 |
| 79 integer_to_radix_string_test: RuntimeError # Issue 29921 |
| 80 integer_to_string_test/01: RuntimeError # Issue 29921 |
| 81 iterable_generate_test: RuntimeError # Issue 29921 |
| 82 iterable_return_type_test/02: RuntimeError # Issue 29921 |
| 83 json_map_test: RuntimeError # Issue 29921 |
| 84 list_fill_range_test: RuntimeError # Issue 29921 |
| 85 list_insert_test: RuntimeError # Issue 29921 |
| 86 list_removeat_test: RuntimeError # Issue 29921 |
| 87 list_replace_range_test: RuntimeError # Issue 29921 |
| 88 list_set_all_test: RuntimeError # Issue 29921 |
| 89 list_to_string2_test: RuntimeError # Issue 29921 |
| 90 main_test: RuntimeError # Issue 29921 |
| 91 map_keys2_test: RuntimeError # Issue 29921 |
| 92 map_to_string_test: RuntimeError # Issue 29921 |
| 93 nan_infinity_test/01: RuntimeError # Issue 29921 |
| 94 null_nosuchmethod_test: RuntimeError # Issue 29921 |
| 95 null_test: RuntimeError # Issue 29921 |
| 96 regexp/alternative-length-miscalculation_test: RuntimeError # Issue 29921 |
| 97 regexp/ascii-regexp-subject_test: RuntimeError # Issue 29921 |
| 98 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
| 99 regexp/capture-3_test: RuntimeError # Issue 29921 |
| 100 regexp/char-insensitive_test: RuntimeError # Issue 29921 |
| 101 regexp/character-match-out-of-order_test: RuntimeError # Issue 29921 |
| 102 regexp/compile-crash_test: RuntimeError # Issue 29921 |
| 103 regexp/default_arguments_test: RuntimeError # Issue 29921 |
| 104 regexp/early-acid3-86_test: RuntimeError # Issue 29921 |
| 105 regexp/ecma-regex-examples_test: RuntimeError # Issue 29921 |
| 106 regexp/extended-characters-match_test: RuntimeError # Issue 29921 |
| 107 regexp/extended-characters-more_test: RuntimeError # Issue 29921 |
| 108 regexp/find-first-asserted_test: RuntimeError # Issue 29921 |
| 109 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
| 110 regexp/look-ahead_test: RuntimeError # Issue 29921 |
| 111 regexp/loop-capture_test: RuntimeError # Issue 29921 |
| 112 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
| 113 regexp/many-brackets_test: RuntimeError # Issue 29921 |
| 114 regexp/negative-special-characters_test: RuntimeError # Issue 29921 |
| 115 regexp/no-extensions_test: RuntimeError # Issue 29921 |
| 116 regexp/non-bmp_test: RuntimeError # Issue 29921 |
| 117 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921 |
| 118 regexp/non-capturing-groups_test: RuntimeError # Issue 29921 |
| 119 regexp/non-character_test: RuntimeError # Issue 29921 |
| 120 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 |
| 121 regexp/pcre-test-4_test: RuntimeError # Issue 29921 |
| 122 regexp/quantified-assertions_test: RuntimeError # Issue 29921 |
| 123 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 |
| 124 regexp/range-out-of-order_test: RuntimeError # Issue 29921 |
| 125 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 |
| 126 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 |
| 127 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 |
| 128 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 |
| 129 regexp/results-cache_test: RuntimeError # Issue 29921 |
| 130 regexp/stack-overflow2_test: RuntimeError # Issue 29921 |
| 131 regexp/stack-overflow_test: RuntimeError # Issue 29921 |
| 132 regexp/unicode-handling_test: RuntimeError # Issue 29921 |
| 133 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 |
| 134 regress_r21715_test: RuntimeError # Issue 29921 |
| 135 string_from_environment2_test: RuntimeError # Issue 29921 |
| 136 string_from_environment_test: RuntimeError # Issue 29921 |
| 137 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 138 string_trimlr_test/01: RuntimeError # Issue 29921 |
| 139 string_trimlr_test/none: RuntimeError # Issue 29921 |
OLD | NEW |