| 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 ] |
| 11 big_integer_arith_vm_test: Skip | |
| 12 core_runtime_types_test: Skip | |
| 13 data_resource_test: Skip | |
| 14 duration2_test: Skip | 11 duration2_test: Skip |
| 15 error_stack_trace_test: Skip | 12 error_stack_trace_test: Skip |
| 16 file_resource_test: Skip | 13 file_resource_test: Skip |
| 17 from_environment_const_type_test: Skip | 14 from_environment_const_type_test: Skip |
| 18 from_environment_const_type_undefined_test: Skip | 15 from_environment_const_type_undefined_test: Skip |
| 19 growable_list_test: Skip | 16 growable_list_test: Skip |
| 20 hash_set_type_check_test: Skip | 17 hash_set_type_check_test: Skip |
| 21 http_resource_test: Skip | 18 http_resource_test: Skip |
| 22 int_from_environment3_test: Skip | 19 int_from_environment3_test: Skip |
| 23 iterable_contains2_test: Skip | 20 iterable_contains2_test: Skip |
| (...skipping 22 matching lines...) Expand all Loading... |
| 46 string_base_vm_test: Skip | 43 string_base_vm_test: Skip |
| 47 string_from_environment3_test: Skip | 44 string_from_environment3_test: Skip |
| 48 string_from_list_test: Skip | 45 string_from_list_test: Skip |
| 49 string_replace_test: Skip | 46 string_replace_test: Skip |
| 50 string_test: Skip | 47 string_test: Skip |
| 51 symbol_operator_test: Skip | 48 symbol_operator_test: Skip |
| 52 symbol_reserved_word_test: Skip | 49 symbol_reserved_word_test: Skip |
| 53 symbol_test: Skip | 50 symbol_test: Skip |
| 54 | 51 |
| 55 [ $compiler == dartdevc ] | 52 [ $compiler == dartdevc ] |
| 56 bool_from_environment_test: RuntimeError # Issue 29921 | |
| 57 compare_to2_test: RuntimeError # Issue 29921 | |
| 58 const_list_literal_test: RuntimeError # Issue 29921 | |
| 59 const_list_remove_range_test: RuntimeError # Issue 29921 | |
| 60 const_list_set_range_test: RuntimeError # Issue 29921 | |
| 61 data_uri_test: RuntimeError # Issue 29921 | |
| 62 double_parse_test/01: RuntimeError # Issue 29921 | 53 double_parse_test/01: RuntimeError # Issue 29921 |
| 63 hash_set_test/01: RuntimeError # Issue 29921 | 54 hash_set_test/01: RuntimeError # Issue 29921 |
| 64 int_from_environment_test: RuntimeError # Issue 29921 | 55 int_from_environment_test: RuntimeError # Issue 29921 |
| 65 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | 56 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
| 66 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 | 57 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 |
| 67 int_modulo_arith_test/none: RuntimeError # Issue 29921 | 58 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
| 68 int_parse_radix_test/01: RuntimeError # Issue 29921 | 59 int_parse_radix_test/01: RuntimeError # Issue 29921 |
| 69 int_parse_radix_test/02: RuntimeError # Issue 29921 | 60 int_parse_radix_test/02: RuntimeError # Issue 29921 |
| 70 integer_to_radix_string_test: RuntimeError # Issue 29921 | 61 integer_to_radix_string_test: RuntimeError # Issue 29921 |
| 71 integer_to_string_test/01: RuntimeError # Issue 29921 | 62 integer_to_string_test/01: RuntimeError # Issue 29921 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 regexp/stack-overflow2_test: RuntimeError # Issue 29921 | 109 regexp/stack-overflow2_test: RuntimeError # Issue 29921 |
| 119 regexp/stack-overflow_test: RuntimeError # Issue 29921 | 110 regexp/stack-overflow_test: RuntimeError # Issue 29921 |
| 120 regexp/unicode-handling_test: RuntimeError # Issue 29921 | 111 regexp/unicode-handling_test: RuntimeError # Issue 29921 |
| 121 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 | 112 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 |
| 122 regress_r21715_test: RuntimeError # Issue 29921 | 113 regress_r21715_test: RuntimeError # Issue 29921 |
| 123 string_from_environment2_test: RuntimeError # Issue 29921 | 114 string_from_environment2_test: RuntimeError # Issue 29921 |
| 124 string_from_environment_test: RuntimeError # Issue 29921 | 115 string_from_environment_test: RuntimeError # Issue 29921 |
| 125 string_operations_with_null_test: RuntimeError # Issue 29921 | 116 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 126 string_trimlr_test/01: RuntimeError # Issue 29921 | 117 string_trimlr_test/01: RuntimeError # Issue 29921 |
| 127 string_trimlr_test/none: RuntimeError # Issue 29921 | 118 string_trimlr_test/none: RuntimeError # Issue 29921 |
| OLD | NEW |