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

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

Issue 2987773002: Migrated test block 25 to Dart 2.0. (Closed)
Patch Set: 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 string_base_vm_static_test: MissingCompileTimeError 8 string_base_vm_static_test: MissingCompileTimeError
9 string_replace_static_test: MissingCompileTimeError 9 string_replace_static_test: MissingCompileTimeError
10 string_static_test: MissingCompileTimeError 10 string_static_test: MissingCompileTimeError
(...skipping 23 matching lines...) Expand all
34 34
35 [ $compiler == dartdevc && $runtime != none ] 35 [ $compiler == dartdevc && $runtime != none ]
36 apply2_test: RuntimeError # Issue 29921 36 apply2_test: RuntimeError # Issue 29921
37 apply3_test: RuntimeError # Issue 29921 37 apply3_test: RuntimeError # Issue 29921
38 big_integer_arith_vm_test: RuntimeError # Issue 30170 38 big_integer_arith_vm_test: RuntimeError # Issue 30170
39 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 39 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
40 const_list_literal_test: RuntimeError # Issue 29921 40 const_list_literal_test: RuntimeError # Issue 29921
41 const_list_remove_range_test: RuntimeError # Issue 29921 41 const_list_remove_range_test: RuntimeError # Issue 29921
42 const_list_set_range_test: RuntimeError # Issue 29921 42 const_list_set_range_test: RuntimeError # Issue 29921
43 compare_to2_test: RuntimeError # Issue 30170 43 compare_to2_test: RuntimeError # Issue 30170
44 hash_set_test/01: RuntimeError # Issue 29921
45 regress_r21715_test: RuntimeError # Issue 29921
44 string_operations_with_null_test: RuntimeError # Issue 29921 46 string_operations_with_null_test: RuntimeError # Issue 29921
45 string_replace_test: RuntimeError # Issue 29921 47 string_replace_test: RuntimeError # Issue 29921
46 symbol_operator_test: RuntimeError # Issue 29921 48 symbol_operator_test: RuntimeError # Issue 29921
47 symbol_operator_test/03: RuntimeError # Issue 29921 49 symbol_operator_test/03: RuntimeError # Issue 29921
48 symbol_test/none: RuntimeError # Issue 29921 50 symbol_test/none: RuntimeError # Issue 29921
49 symbol_reserved_word_test/06: RuntimeError # Issue 29921 51 symbol_reserved_word_test/06: RuntimeError # Issue 29921
50 symbol_reserved_word_test/09: RuntimeError # Issue 29921 52 symbol_reserved_word_test/09: RuntimeError # Issue 29921
51 symbol_reserved_word_test/12: RuntimeError # Issue 29921 53 symbol_reserved_word_test/12: RuntimeError # Issue 29921
52 54
53 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] 55 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
54 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 56 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
55 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 57 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
56 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 58 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921
57 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 59 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
58 bit_twiddling_bigint_test: RuntimeError # Required bigint support. 60 bit_twiddling_bigint_test: RuntimeError # Required bigint support.
59 compare_to2_test: RuntimeError, OK # Requires bigint support. 61 compare_to2_test: RuntimeError, OK # Requires bigint support.
62 regress_r21715_test: RuntimeError # Requires bigint support.
60 63
61 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 64 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
62 core_runtime_types_test: Pass, Fail # Issue 27913 65 core_runtime_types_test: Pass, Fail # Issue 27913
63 66
64 [ $runtime == flutter ] 67 [ $runtime == flutter ]
65 apply3_test: CompileTimeError # mirrors not supported 68 apply3_test: CompileTimeError # mirrors not supported
66 bool_from_environment_test: Fail # Flutter Issue 9111 69 bool_from_environment_test: Fail # Flutter Issue 9111
67 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 70 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
68 string_from_environment_test: Fail # Flutter Issue 9111 71 string_from_environment_test: Fail # Flutter Issue 9111
69 string_from_environment2_test: Fail # Flutter Issue 9111 72 string_from_environment2_test: Fail # Flutter Issue 9111
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ] 145 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ]
143 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 146 symbol_reserved_word_test/02: CompileTimeError # Issue 20191
144 147
145 # With the exception of 'void', const Symbol() should not accept reserved 148 # With the exception of 'void', const Symbol() should not accept reserved
146 # words. 149 # words.
147 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 150 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972
148 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 151 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972
149 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 152 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972
150 153
151 [ $compiler == dart2js ] 154 [ $compiler == dart2js ]
155 hash_set_test/01: RuntimeError # Issue 11551
152 string_static_test: MissingCompileTimeError 156 string_static_test: MissingCompileTimeError
153 symbol_test/04: MissingCompileTimeError 157 symbol_test/04: MissingCompileTimeError
154 158
155 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ] 159 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ]
156 symbol_test/02: MissingCompileTimeError # Issue 11669 160 symbol_test/02: MissingCompileTimeError # Issue 11669
157 symbol_test/03: MissingCompileTimeError # Issue 11669 161 symbol_test/03: MissingCompileTimeError # Issue 11669
158 symbol_test/04: MissingCompileTimeError 162 symbol_test/04: MissingCompileTimeError
159 163
160 [ $runtime == safari || $runtime == safarimobilesim ] 164 [ $runtime == safari || $runtime == safarimobilesim ]
161 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 165 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 [ $compiler == none && $runtime == drt ] 201 [ $compiler == none && $runtime == drt ]
198 string_from_environment2_test: Skip 202 string_from_environment2_test: Skip
199 string_from_environment3_test: Skip 203 string_from_environment3_test: Skip
200 string_from_environment_test: Skip 204 string_from_environment_test: Skip
201 205
202 [ $system == windows && $arch == x64 ] 206 [ $system == windows && $arch == x64 ]
203 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 207 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
204 208
205 [ $runtime == vm ] 209 [ $runtime == vm ]
206 string_case_test/01: RuntimeError 210 string_case_test/01: RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698