| 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 23 matching lines...) Expand all Loading... |
| 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 | 37 regexp/regexp_test: Skip |
| 38 regexp/regress-regexp-codeflush_test: Skip | 38 regexp/regress-regexp-codeflush_test: Skip |
| 39 regexp/standalones_test: Skip | 39 regexp/standalones_test: Skip |
| 40 string_replace_test: Skip | 40 string_replace_test: Skip |
| 41 | 41 |
| 42 [ $compiler == dartdevc ] | 42 [ $compiler == dartdevc ] |
| 43 hash_set_test/01: RuntimeError # Issue 29921 | 43 hash_set_test/01: RuntimeError # Issue 29921 |
| 44 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | |
| 45 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 | |
| 46 int_modulo_arith_test/none: RuntimeError # Issue 29921 | |
| 47 int_parse_radix_test/01: RuntimeError # Issue 29921 | 44 int_parse_radix_test/01: RuntimeError # Issue 29921 |
| 48 int_parse_radix_test/02: RuntimeError # Issue 29921 | 45 int_parse_radix_test/02: RuntimeError # Issue 29921 |
| 49 integer_to_radix_string_test: RuntimeError # Issue 29921 | 46 integer_to_radix_string_test: RuntimeError # Issue 29921 |
| 50 integer_to_string_test/01: RuntimeError # Issue 29921 | 47 integer_to_string_test/01: RuntimeError # Issue 29921 |
| 51 iterable_generate_test: RuntimeError # Issue 29921 | 48 iterable_generate_test: RuntimeError # Issue 29921 |
| 52 iterable_return_type_test/02: RuntimeError # Issue 29921 | 49 iterable_return_type_test/02: RuntimeError # Issue 29921 |
| 53 json_map_test: RuntimeError # Issue 29921 | 50 json_map_test: RuntimeError # Issue 29921 |
| 54 list_fill_range_test: RuntimeError # Issue 29921 | 51 list_fill_range_test: RuntimeError # Issue 29921 |
| 55 list_insert_test: RuntimeError # Issue 29921 | 52 list_insert_test: RuntimeError # Issue 29921 |
| 56 list_removeat_test: RuntimeError # Issue 29921 | 53 list_removeat_test: RuntimeError # Issue 29921 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 86 regexp/non-character_test: RuntimeError # Issue 29921 | 83 regexp/non-character_test: RuntimeError # Issue 29921 |
| 87 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 | 84 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 |
| 88 regexp/pcre-test-4_test: RuntimeError # Issue 29921 | 85 regexp/pcre-test-4_test: RuntimeError # Issue 29921 |
| 89 regexp/quantified-assertions_test: RuntimeError # Issue 29921 | 86 regexp/quantified-assertions_test: RuntimeError # Issue 29921 |
| 90 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 | 87 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 |
| 91 regexp/range-out-of-order_test: RuntimeError # Issue 29921 | 88 regexp/range-out-of-order_test: RuntimeError # Issue 29921 |
| 92 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 | 89 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 |
| 93 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 | 90 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 |
| 94 regress_r21715_test: RuntimeError # Issue 29921 | 91 regress_r21715_test: RuntimeError # Issue 29921 |
| 95 string_operations_with_null_test: RuntimeError # Issue 29921 | 92 string_operations_with_null_test: RuntimeError # Issue 29921 |
| OLD | NEW |