| 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 # Expect compile errors for tests not yet strong-mode clean. |
| 10 [ $strong ] | 10 [ $strong ] |
| 11 duration2_test: Skip | 11 bool_from_environment2_test/01: CompileTimeError |
| 12 error_stack_trace_test: Skip | 12 bool_from_environment2_test/02: CompileTimeError |
| 13 file_resource_test: Skip | 13 bool_from_environment2_test/03: CompileTimeError |
| 14 from_environment_const_type_test: Skip | 14 bool_from_environment2_test/04: CompileTimeError |
| 15 from_environment_const_type_undefined_test: Skip | 15 bool_from_environment2_test/05: CompileTimeError |
| 16 growable_list_test: Skip | 16 data_resource_test: CompileTimeError |
| 17 http_resource_test: Skip | 17 duration2_test: CompileTimeError |
| 18 iterable_contains2_test: Skip | 18 error_stack_trace_test: CompileTimeError |
| 19 iterable_element_at_test: Skip | 19 from_environment_const_type_test/02: CompileTimeError |
| 20 iterable_fold_test: Skip | 20 from_environment_const_type_test/03: CompileTimeError |
| 21 iterable_mapping_test: Skip | 21 from_environment_const_type_test/04: CompileTimeError |
| 22 iterable_reduce_test: Skip | 22 from_environment_const_type_test/06: CompileTimeError |
| 23 iterable_to_list_test: Skip | 23 from_environment_const_type_test/07: CompileTimeError |
| 24 iterable_to_set_test: Skip | 24 from_environment_const_type_test/08: CompileTimeError |
| 25 linked_hash_map_from_iterable_test: Skip | 25 from_environment_const_type_test/09: CompileTimeError |
| 26 list_contains_argument_order_test: Skip | 26 from_environment_const_type_test/11: CompileTimeError |
| 27 list_filled_type_argument_test: Skip | 27 from_environment_const_type_test/12: CompileTimeError |
| 28 list_index_of2_test: Skip | 28 from_environment_const_type_test/13: CompileTimeError |
| 29 list_test: Skip | 29 from_environment_const_type_test/14: CompileTimeError |
| 30 list_unmodifiable_test: Skip | 30 from_environment_const_type_test/16: CompileTimeError |
| 31 map_test: Skip | 31 from_environment_const_type_undefined_test/02: CompileTimeError |
| 32 num_clamp_test: Skip | 32 from_environment_const_type_undefined_test/03: CompileTimeError |
| 33 package_resource_test: Skip | 33 from_environment_const_type_undefined_test/04: CompileTimeError |
| 34 print_test: Skip | 34 from_environment_const_type_undefined_test/06: CompileTimeError |
| 35 queue_test: Skip | 35 from_environment_const_type_undefined_test/07: CompileTimeError |
| 36 regexp/global_test: Skip | 36 from_environment_const_type_undefined_test/08: CompileTimeError |
| 37 regexp/regress-regexp-codeflush_test: Skip | 37 from_environment_const_type_undefined_test/09: CompileTimeError |
| 38 regexp/standalones_test: Skip | 38 from_environment_const_type_undefined_test/11: CompileTimeError |
| 39 string_replace_test: Skip | 39 from_environment_const_type_undefined_test/12: CompileTimeError |
| 40 from_environment_const_type_undefined_test/13: CompileTimeError |
| 41 from_environment_const_type_undefined_test/14: CompileTimeError |
| 42 from_environment_const_type_undefined_test/16: CompileTimeError |
| 43 hash_set_type_check_test: CompileTimeError |
| 44 http_resource_test: CompileTimeError |
| 45 int_from_environment3_test/01: CompileTimeError |
| 46 int_from_environment3_test/02: CompileTimeError |
| 47 int_from_environment3_test/03: CompileTimeError |
| 48 int_from_environment3_test/04: CompileTimeError |
| 49 int_from_environment3_test/05: CompileTimeError |
| 50 iterable_element_at_test: CompileTimeError |
| 51 iterable_fold_test: CompileTimeError |
| 52 iterable_mapping_test: CompileTimeError |
| 53 iterable_reduce_test: CompileTimeError |
| 54 iterable_to_list_test: CompileTimeError |
| 55 iterable_to_set_test: CompileTimeError |
| 56 linked_hash_map_from_iterable_test: CompileTimeError |
| 57 list_contains_argument_order_test: CompileTimeError |
| 58 list_index_of2_test: CompileTimeError |
| 59 list_unmodifiable_test: CompileTimeError |
| 60 map_test: CompileTimeError |
| 61 num_clamp_test: CompileTimeError |
| 62 package_resource_test: CompileTimeError |
| 63 print_test/01: CompileTimeError |
| 64 print_test/none: CompileTimeError |
| 65 splay_tree_test: CompileTimeError |
| 66 string_from_environment3_test/01: CompileTimeError |
| 67 string_from_environment3_test/02: CompileTimeError |
| 68 string_from_environment3_test/03: CompileTimeError |
| 69 string_from_environment3_test/04: CompileTimeError |
| 70 string_from_environment3_test/05: CompileTimeError |
| 71 symbol_reserved_word_test/04: CompileTimeError |
| 72 symbol_reserved_word_test/05: CompileTimeError |
| 73 symbol_reserved_word_test/07: CompileTimeError |
| 74 symbol_reserved_word_test/08: CompileTimeError |
| 75 symbol_reserved_word_test/10: CompileTimeError |
| 76 symbol_reserved_word_test/11: CompileTimeError |
| 77 symbol_test/01: CompileTimeError |
| 78 symbol_test/02: CompileTimeError |
| 79 symbol_test/03: CompileTimeError |
| 80 file_resource_test: CompileTimeError |
| 81 regexp/global_test: CompileTimeError |
| 82 regexp/regexp_test: CompileTimeError |
| 83 regexp/regress-regexp-codeflush_test: CompileTimeError |
| 84 regexp/standalones_test: CompileTimeError |
| 40 | 85 |
| 41 [ $compiler == dartdevc ] | 86 [ $compiler == dartdevc ] |
| 42 hash_set_test/01: RuntimeError # Issue 29921 | 87 hash_set_test/01: RuntimeError # Issue 29921 |
| 43 int_parse_radix_test/01: RuntimeError # Issue 29921 | 88 int_parse_radix_test/01: RuntimeError # Issue 29921 |
| 44 int_parse_radix_test/02: RuntimeError # Issue 29921 | 89 int_parse_radix_test/02: RuntimeError # Issue 29921 |
| 45 integer_to_radix_string_test: RuntimeError # Issue 29921 | 90 integer_to_radix_string_test: RuntimeError # Issue 29921 |
| 46 integer_to_string_test/01: RuntimeError # Issue 29921 | 91 integer_to_string_test/01: RuntimeError # Issue 29921 |
| 47 iterable_generate_test: RuntimeError # Issue 29921 | 92 iterable_generate_test: RuntimeError # Issue 29921 |
| 48 iterable_return_type_test/02: RuntimeError # Issue 29921 | 93 iterable_return_type_test/02: RuntimeError # Issue 29921 |
| 49 json_map_test: RuntimeError # Issue 29921 | 94 json_map_test: RuntimeError # Issue 29921 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 63 regexp/character-match-out-of-order_test: RuntimeError # Issue 29921 | 108 regexp/character-match-out-of-order_test: RuntimeError # Issue 29921 |
| 64 regexp/compile-crash_test: RuntimeError # Issue 29921 | 109 regexp/compile-crash_test: RuntimeError # Issue 29921 |
| 65 regexp/default_arguments_test: RuntimeError # Issue 29921 | 110 regexp/default_arguments_test: RuntimeError # Issue 29921 |
| 66 regexp/early-acid3-86_test: RuntimeError # Issue 29921 | 111 regexp/early-acid3-86_test: RuntimeError # Issue 29921 |
| 67 regexp/ecma-regex-examples_test: RuntimeError # Issue 29921 | 112 regexp/ecma-regex-examples_test: RuntimeError # Issue 29921 |
| 68 regexp/extended-characters-match_test: RuntimeError # Issue 29921 | 113 regexp/extended-characters-match_test: RuntimeError # Issue 29921 |
| 69 regexp/extended-characters-more_test: RuntimeError # Issue 29921 | 114 regexp/extended-characters-more_test: RuntimeError # Issue 29921 |
| 70 regexp/find-first-asserted_test: RuntimeError # Issue 29921 | 115 regexp/find-first-asserted_test: RuntimeError # Issue 29921 |
| 71 regress_r21715_test: RuntimeError # Issue 29921 | 116 regress_r21715_test: RuntimeError # Issue 29921 |
| 72 string_operations_with_null_test: RuntimeError # Issue 29921 | 117 string_operations_with_null_test: RuntimeError # Issue 29921 |
| OLD | NEW |