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 == false ] | 6 [ $strong == false ] |
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 == true ] | 10 [ $strong == true ] |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 string_base_vm_test: Skip | 47 string_base_vm_test: Skip |
48 string_from_environment3_test: Skip | 48 string_from_environment3_test: Skip |
49 string_from_list_test: Skip | 49 string_from_list_test: Skip |
50 string_replace_test: Skip | 50 string_replace_test: Skip |
51 string_test: Skip | 51 string_test: Skip |
52 symbol_operator_test: Skip | 52 symbol_operator_test: Skip |
53 symbol_reserved_word_test: Skip | 53 symbol_reserved_word_test: Skip |
54 symbol_test: Skip | 54 symbol_test: Skip |
55 uri_path_test: Skip | 55 uri_path_test: Skip |
56 uri_query_test: Skip | 56 uri_query_test: Skip |
| 57 |
| 58 [ $compiler == dart2analyzer && $strong ] |
| 59 error_stack_trace2_test: CompileTimeError |
| 60 set_test: CompileTimeError |
OLD | NEW |