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

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

Issue 2977403002: Migrate test block 3 to Dart 2.0. (Closed)
Patch Set: Addressed Bob's nits Created 3 years, 5 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_strong/compare_to2_test.dart ('k') | no next file » | 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 big_integer_arith_vm_test: Skip 11 big_integer_arith_vm_test: Skip
12 bool_from_environment2_test: Skip
13 core_runtime_types_test: Skip 12 core_runtime_types_test: Skip
14 data_resource_test: Skip 13 data_resource_test: Skip
15 duration2_test: Skip 14 duration2_test: Skip
16 error_stack_trace_test: Skip 15 error_stack_trace_test: Skip
17 file_resource_test: Skip 16 file_resource_test: Skip
18 from_environment_const_type_test: Skip 17 from_environment_const_type_test: Skip
19 from_environment_const_type_undefined_test: Skip 18 from_environment_const_type_undefined_test: Skip
20 growable_list_test: Skip 19 growable_list_test: Skip
21 hash_set_type_check_test: Skip 20 hash_set_type_check_test: Skip
22 http_resource_test: Skip 21 http_resource_test: Skip
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 symbol_test: Skip 53 symbol_test: Skip
55 uri_path_test: Skip 54 uri_path_test: Skip
56 uri_query_test: Skip 55 uri_query_test: Skip
57 56
58 [ $compiler == dartdevc ] 57 [ $compiler == dartdevc ]
59 apply2_test: RuntimeError # Issue 29921 58 apply2_test: RuntimeError # Issue 29921
60 apply3_test: RuntimeError # Issue 29921 59 apply3_test: RuntimeError # Issue 29921
61 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 60 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
62 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 61 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921
63 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 62 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
64 bit_twiddling_bigint_test: RuntimeError # Issue 29921
65 bool_from_environment_test: RuntimeError # Issue 29921
66 compare_to2_test: RuntimeError # Issue 29921
67 const_list_literal_test: RuntimeError # Issue 29921 63 const_list_literal_test: RuntimeError # Issue 29921
68 const_list_remove_range_test: RuntimeError # Issue 29921 64 const_list_remove_range_test: RuntimeError # Issue 29921
69 const_list_set_range_test: RuntimeError # Issue 29921 65 const_list_set_range_test: RuntimeError # Issue 29921
70 data_uri_test: RuntimeError # Issue 29921 66 data_uri_test: RuntimeError # Issue 29921
71 double_parse_test/01: RuntimeError # Issue 29921 67 double_parse_test/01: RuntimeError # Issue 29921
72 hash_set_test/01: RuntimeError # Issue 29921 68 hash_set_test/01: RuntimeError # Issue 29921
73 int_from_environment_test: RuntimeError # Issue 29921 69 int_from_environment_test: RuntimeError # Issue 29921
74 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 70 int_modulo_arith_test/bignum: RuntimeError # Issue 29921
75 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 71 int_modulo_arith_test/modPow: RuntimeError # Issue 29921
76 int_modulo_arith_test/none: RuntimeError # Issue 29921 72 int_modulo_arith_test/none: RuntimeError # Issue 29921
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 regexp/stack-overflow2_test: RuntimeError # Issue 29921 123 regexp/stack-overflow2_test: RuntimeError # Issue 29921
128 regexp/stack-overflow_test: RuntimeError # Issue 29921 124 regexp/stack-overflow_test: RuntimeError # Issue 29921
129 regexp/unicode-handling_test: RuntimeError # Issue 29921 125 regexp/unicode-handling_test: RuntimeError # Issue 29921
130 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 126 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921
131 regress_r21715_test: RuntimeError # Issue 29921 127 regress_r21715_test: RuntimeError # Issue 29921
132 string_from_environment2_test: RuntimeError # Issue 29921 128 string_from_environment2_test: RuntimeError # Issue 29921
133 string_from_environment_test: RuntimeError # Issue 29921 129 string_from_environment_test: RuntimeError # Issue 29921
134 string_operations_with_null_test: RuntimeError # Issue 29921 130 string_operations_with_null_test: RuntimeError # Issue 29921
135 string_trimlr_test/01: RuntimeError # Issue 29921 131 string_trimlr_test/01: RuntimeError # Issue 29921
136 string_trimlr_test/none: RuntimeError # Issue 29921 132 string_trimlr_test/none: RuntimeError # Issue 29921
OLDNEW
« no previous file with comments | « tests/corelib_strong/compare_to2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698