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

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

Issue 2987793002: Migrate test block 7 to Dart 2.0. (Closed)
Patch Set: Test modifications 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
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
11 11
12 [ !$strong && $compiler != dartdevc && $checked ] 12 [ !$strong && $compiler != dartdevc && $checked ]
13 core_runtime_types_static_test: MissingCompileTimeError 13 core_runtime_types_static_test: MissingCompileTimeError
14 string_base_vm_static_test: MissingCompileTimeError 14 string_base_vm_static_test: MissingCompileTimeError
15 string_replace_static_test: MissingCompileTimeError 15 string_replace_static_test: MissingCompileTimeError
16 string_static_test: MissingCompileTimeError 16 string_static_test: MissingCompileTimeError
17 17
18 [ !$strong && !$checked ] 18 [ !$strong && !$checked ]
19 core_runtime_types_static_test: MissingCompileTimeError 19 core_runtime_types_static_test: MissingCompileTimeError
20 string_base_vm_static_test: MissingCompileTimeError 20 string_base_vm_static_test: MissingCompileTimeError
21 string_replace_static_test: MissingCompileTimeError 21 string_replace_static_test: MissingCompileTimeError
22 string_static_test: MissingCompileTimeError 22 string_static_test: MissingCompileTimeError
23 23
24 [ $compiler == dart2analyzer && !$strong ] 24 [ $compiler == dart2analyzer && !$strong ]
25 duration2_test: Skip # Static verification only
Bob Nystrom 2017/07/25 22:05:43 I think we can just delete this test. It's validat
jcollins 2017/08/02 21:03:25 Done.
25 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 26 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245
26 symbol_test/04: MissingCompileTimeError # Issue 30245 27 symbol_test/04: MissingCompileTimeError # Issue 30245
27 28
28 [ $compiler == dart2js && $fast_startup ] 29 [ $compiler == dart2js && $fast_startup ]
29 apply3_test: Fail # mirrors not supported 30 apply3_test: Fail # mirrors not supported
30 31
31 [ $compiler == precompiler ] 32 [ $compiler == precompiler ]
32 apply3_test: SkipByDesign 33 apply3_test: SkipByDesign
33 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 34 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
34 35
(...skipping 20 matching lines...) Expand all
55 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 56 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
56 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 57 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
57 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 58 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921
58 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 59 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
59 bit_twiddling_bigint_test: RuntimeError # Required bigint support. 60 bit_twiddling_bigint_test: RuntimeError # Required bigint support.
60 compare_to2_test: RuntimeError, OK # Requires bigint support. 61 compare_to2_test: RuntimeError, OK # Requires bigint support.
61 62
62 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 63 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
63 core_runtime_types_test: Pass, Fail # Issue 27913 64 core_runtime_types_test: Pass, Fail # Issue 27913
64 65
66 [ $compiler == dart2js || $runtime == vm ]
67 duration2_test: MissingCompileTimeError
68 error_stack_trace_test/static: MissingCompileTimeError
69
70
65 [ $runtime == flutter ] 71 [ $runtime == flutter ]
66 apply3_test: CompileTimeError # mirrors not supported 72 apply3_test: CompileTimeError # mirrors not supported
67 bool_from_environment_test: Fail # Flutter Issue 9111 73 bool_from_environment_test: Fail # Flutter Issue 9111
68 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 74 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
69 string_from_environment_test: Fail # Flutter Issue 9111 75 string_from_environment_test: Fail # Flutter Issue 9111
70 string_from_environment2_test: Fail # Flutter Issue 9111 76 string_from_environment2_test: Fail # Flutter Issue 9111
71 77
72 [ $hot_reload || $hot_reload_rollback ] 78 [ $hot_reload || $hot_reload_rollback ]
73 big_integer_huge_mul_vm_test: Pass, Slow # Slow 79 big_integer_huge_mul_vm_test: Pass, Slow # Slow
74 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow 80 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 symbol_operator_test/03: RuntimeError # Issue 27394 186 symbol_operator_test/03: RuntimeError # Issue 27394
181 symbol_reserved_word_test/06: RuntimeError # Issue 27394 187 symbol_reserved_word_test/06: RuntimeError # Issue 27394
182 symbol_reserved_word_test/09: RuntimeError # Issue 27394 188 symbol_reserved_word_test/09: RuntimeError # Issue 27394
183 symbol_reserved_word_test/12: RuntimeError # Issue 27394 189 symbol_reserved_word_test/12: RuntimeError # Issue 27394
184 symbol_test/none: RuntimeError # Issue 27394 190 symbol_test/none: RuntimeError # Issue 27394
185 191
186 [ $compiler == none && $runtime == vm ] 192 [ $compiler == none && $runtime == vm ]
187 string_static_test: MissingCompileTimeError 193 string_static_test: MissingCompileTimeError
188 194
189 [ $compiler == dart2js && $runtime != none] 195 [ $compiler == dart2js && $runtime != none]
196 error_stack_trace1_test: RuntimeError # Issue 12399
190 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. 197 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed.
191 198
192 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] 199 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ]
193 string_base_vm_static_test: MissingCompileTimeError 200 string_base_vm_static_test: MissingCompileTimeError
194 201
195 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 202 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
196 string_case_test/01: Fail, OK # Bug in Firefox. 203 string_case_test/01: Fail, OK # Bug in Firefox.
197 204
198 [ $compiler == none && $runtime == drt ] 205 [ $compiler == none && $runtime == drt ]
199 string_from_environment2_test: Skip 206 string_from_environment2_test: Skip
200 string_from_environment3_test: Skip 207 string_from_environment3_test: Skip
201 string_from_environment_test: Skip 208 string_from_environment_test: Skip
202 209
203 [ $system == windows && $arch == x64 ] 210 [ $system == windows && $arch == x64 ]
204 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 211 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
205 212
206 [ $runtime == vm ] 213 [ $runtime == vm ]
207 string_case_test/01: RuntimeError 214 string_case_test/01: RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698