Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Side by Side Diff: tests/corelib_strong/corelib_strong.status

Issue 2583453002: Enable strong-mode test suite for dartk. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tests/corelib_strong/corelib_strong_kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 # Skip entire suite if not running in strong mode.
6 [ $strong == false ]
7 *: SkipByDesign
8
9 # Skip tests that are not yet strong-mode clean.
10 [ $strong == true ]
11 big_integer_arith_vm_test: Skip
12 bool_from_environment2_test: Skip
13 core_runtime_types_test: Skip
14 data_resource_test: Skip
15 duration2_test: Skip
16 error_stack_trace_test: Skip
17 file_resource_test: Skip
18 from_environment_const_type_test: Skip
19 from_environment_const_type_undefined_test: Skip
20 growable_list_test: Skip
21 hash_set_type_check_test: Skip
22 http_resource_test: Skip
23 int_from_environment3_test: Skip
24 iterable_contains2_test: Skip
25 iterable_element_at_test: Skip
26 iterable_fold_test: Skip
27 iterable_mapping_test: Skip
28 iterable_reduce_test: Skip
29 iterable_to_list_test: Skip
30 iterable_to_set_test: Skip
31 linked_hash_map_from_iterable_test: Skip
32 list_contains_argument_order_test: Skip
33 list_filled_type_argument_test: Skip
34 list_index_of2_test: Skip
35 list_test: Skip
36 list_unmodifiable_test: Skip
37 map_test: Skip
38 num_clamp_test: Skip
39 package_resource_test: Skip
40 print_test: Skip
41 queue_test: Skip
42 regexp/global_test: Skip
43 regexp/regexp_test: Skip
44 regexp/regress-regexp-codeflush_test: Skip
45 regexp/standalones_test: Skip
46 splay_tree_test: Skip
47 string_base_vm_test: Skip
48 string_from_environment3_test: Skip
49 string_from_list_test: Skip
50 string_replace_test: Skip
51 string_test: Skip
52 symbol_operator_test: Skip
53 symbol_reserved_word_test: Skip
54 symbol_test: Skip
55 uri_path_test: Skip
56 uri_query_test: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/corelib_strong/corelib_strong_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698