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 21 matching lines...) Expand all Loading... |
32 list_unmodifiable_test: Skip | 32 list_unmodifiable_test: Skip |
33 map_test: Skip | 33 map_test: Skip |
34 num_clamp_test: Skip | 34 num_clamp_test: Skip |
35 package_resource_test: Skip | 35 package_resource_test: Skip |
36 print_test: Skip | 36 print_test: Skip |
37 queue_test: Skip | 37 queue_test: Skip |
38 regexp/global_test: Skip | 38 regexp/global_test: Skip |
39 regexp/regexp_test: Skip | 39 regexp/regexp_test: Skip |
40 regexp/regress-regexp-codeflush_test: Skip | 40 regexp/regress-regexp-codeflush_test: Skip |
41 regexp/standalones_test: Skip | 41 regexp/standalones_test: Skip |
42 splay_tree_test: Skip | |
43 string_replace_test: Skip | 42 string_replace_test: Skip |
44 | 43 |
45 [ $compiler == dartdevc ] | 44 [ $compiler == dartdevc ] |
46 double_parse_test/01: RuntimeError # Issue 29921 | 45 double_parse_test/01: RuntimeError # Issue 29921 |
47 hash_set_test/01: RuntimeError # Issue 29921 | 46 hash_set_test/01: RuntimeError # Issue 29921 |
48 int_from_environment_test: RuntimeError # Issue 29921 | 47 int_from_environment_test: RuntimeError # Issue 29921 |
49 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | 48 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
50 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 | 49 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 |
51 int_modulo_arith_test/none: RuntimeError # Issue 29921 | 50 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
52 int_parse_radix_test/01: RuntimeError # Issue 29921 | 51 int_parse_radix_test/01: RuntimeError # Issue 29921 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 | 97 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 |
99 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 | 98 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 |
100 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 | 99 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 |
101 regexp/results-cache_test: RuntimeError # Issue 29921 | 100 regexp/results-cache_test: RuntimeError # Issue 29921 |
102 regexp/stack-overflow2_test: RuntimeError # Issue 29921 | 101 regexp/stack-overflow2_test: RuntimeError # Issue 29921 |
103 regexp/stack-overflow_test: RuntimeError # Issue 29921 | 102 regexp/stack-overflow_test: RuntimeError # Issue 29921 |
104 regexp/unicode-handling_test: RuntimeError # Issue 29921 | 103 regexp/unicode-handling_test: RuntimeError # Issue 29921 |
105 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 | 104 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 |
106 regress_r21715_test: RuntimeError # Issue 29921 | 105 regress_r21715_test: RuntimeError # Issue 29921 |
107 string_operations_with_null_test: RuntimeError # Issue 29921 | 106 string_operations_with_null_test: RuntimeError # Issue 29921 |
OLD | NEW |