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 14 matching lines...) Expand all Loading... |
25 linked_hash_map_from_iterable_test: Skip | 25 linked_hash_map_from_iterable_test: Skip |
26 list_contains_argument_order_test: Skip | 26 list_contains_argument_order_test: Skip |
27 list_filled_type_argument_test: Skip | 27 list_filled_type_argument_test: Skip |
28 list_index_of2_test: Skip | 28 list_index_of2_test: Skip |
29 list_test: Skip | 29 list_test: Skip |
30 list_unmodifiable_test: Skip | 30 list_unmodifiable_test: Skip |
31 regexp/regress-regexp-codeflush_test: Skip | 31 regexp/regress-regexp-codeflush_test: Skip |
32 regexp/standalones_test: Skip | 32 regexp/standalones_test: Skip |
33 string_replace_test: Skip | 33 string_replace_test: Skip |
34 | 34 |
35 [ $compiler == dartdevc ] | 35 [ $compiler == dartdevc && $runtime != none ] |
36 hash_set_test/01: RuntimeError # Issue 29921 | 36 hash_set_test/01: RuntimeError # Issue 29921 |
37 int_parse_radix_test/01: RuntimeError # Issue 29921 | 37 int_parse_radix_test/01: RuntimeError # Issue 29921 |
38 int_parse_radix_test/02: RuntimeError # Issue 29921 | 38 int_parse_radix_test/02: RuntimeError # Issue 29921 |
39 integer_to_radix_string_test: RuntimeError # Issue 29921 | 39 integer_to_radix_string_test: RuntimeError # Issue 29921 |
40 integer_to_string_test/01: RuntimeError # Issue 29921 | 40 integer_to_string_test/01: RuntimeError # Issue 29921 |
41 iterable_generate_test: RuntimeError # Issue 29921 | 41 iterable_generate_test: RuntimeError # Issue 29921 |
42 iterable_return_type_test/02: RuntimeError # Issue 29921 | 42 iterable_return_type_test/02: RuntimeError # Issue 29921 |
43 json_map_test: RuntimeError # Issue 29921 | 43 json_map_test: RuntimeError # Issue 29921 |
44 list_fill_range_test: RuntimeError # Issue 29921 | 44 list_fill_range_test: RuntimeError # Issue 29921 |
45 list_insert_test: RuntimeError # Issue 29921 | 45 list_insert_test: RuntimeError # Issue 29921 |
46 list_removeat_test: RuntimeError # Issue 29921 | 46 list_removeat_test: RuntimeError # Issue 29921 |
47 list_replace_range_test: RuntimeError # Issue 29921 | 47 list_replace_range_test: RuntimeError # Issue 29921 |
48 list_set_all_test: RuntimeError # Issue 29921 | 48 list_set_all_test: RuntimeError # Issue 29921 |
49 regress_r21715_test: RuntimeError # Issue 29921 | 49 regress_r21715_test: RuntimeError # Issue 29921 |
50 string_operations_with_null_test: RuntimeError # Issue 29921 | 50 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 51 |
| 52 from_environment_const_type_test/01: RuntimeError # Issue 29921 |
| 53 from_environment_const_type_test/05: RuntimeError # Issue 29921 |
| 54 from_environment_const_type_test/10: RuntimeError # Issue 29921 |
| 55 from_environment_const_type_test/15: RuntimeError # Issue 29921 |
| 56 from_environment_const_type_test/none: RuntimeError # Issue 29921 |
| 57 growable_list_test: RuntimeError # Issue 29921 |
| 58 list_test/01: RuntimeError # Issue 29921 |
| 59 list_test/none: RuntimeError # Issue 29921 |
OLD | NEW |