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

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

Issue 2990623002: Migrate test block 9 to Dart 2.0 (Closed)
Patch Set: nits Created 3 years, 4 months 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 | « tests/corelib_2/int_modulo_arith_test.dart ('k') | tests/corelib_strong/hash_map_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 duration2_test: Skip 11 duration2_test: Skip
12 error_stack_trace_test: Skip 12 error_stack_trace_test: Skip
13 file_resource_test: Skip 13 file_resource_test: Skip
14 from_environment_const_type_test: Skip 14 from_environment_const_type_test: Skip
15 from_environment_const_type_undefined_test: Skip 15 from_environment_const_type_undefined_test: Skip
16 growable_list_test: Skip 16 growable_list_test: Skip
17 hash_set_type_check_test: Skip
18 http_resource_test: Skip 17 http_resource_test: Skip
19 int_from_environment3_test: Skip
20 iterable_contains2_test: Skip 18 iterable_contains2_test: Skip
21 iterable_element_at_test: Skip 19 iterable_element_at_test: Skip
22 iterable_fold_test: Skip 20 iterable_fold_test: Skip
23 iterable_mapping_test: Skip 21 iterable_mapping_test: Skip
24 iterable_reduce_test: Skip 22 iterable_reduce_test: Skip
25 iterable_to_list_test: Skip 23 iterable_to_list_test: Skip
26 iterable_to_set_test: Skip 24 iterable_to_set_test: Skip
27 linked_hash_map_from_iterable_test: Skip 25 linked_hash_map_from_iterable_test: Skip
28 list_contains_argument_order_test: Skip 26 list_contains_argument_order_test: Skip
29 list_filled_type_argument_test: Skip 27 list_filled_type_argument_test: Skip
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 regexp/non-character_test: RuntimeError # Issue 29921 85 regexp/non-character_test: RuntimeError # Issue 29921
88 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921 86 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921
89 regexp/pcre-test-4_test: RuntimeError # Issue 29921 87 regexp/pcre-test-4_test: RuntimeError # Issue 29921
90 regexp/quantified-assertions_test: RuntimeError # Issue 29921 88 regexp/quantified-assertions_test: RuntimeError # Issue 29921
91 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 89 regexp/range-bound-ffff_test: RuntimeError # Issue 29921
92 regexp/range-out-of-order_test: RuntimeError # Issue 29921 90 regexp/range-out-of-order_test: RuntimeError # Issue 29921
93 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 91 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921
94 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 92 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921
95 regress_r21715_test: RuntimeError # Issue 29921 93 regress_r21715_test: RuntimeError # Issue 29921
96 string_operations_with_null_test: RuntimeError # Issue 29921 94 string_operations_with_null_test: RuntimeError # Issue 29921
OLDNEW
« no previous file with comments | « tests/corelib_2/int_modulo_arith_test.dart ('k') | tests/corelib_strong/hash_map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698