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

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

Issue 2989643002: Migrate test block 8 to Dart 2.0. (Closed)
Patch Set: Merge 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 splay_tree_test/01: MissingCompileTimeError 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 12 matching lines...) Expand all
23 core_runtime_types_static_test: MissingCompileTimeError 23 core_runtime_types_static_test: MissingCompileTimeError
24 splay_tree_test/01: MissingCompileTimeError 24 splay_tree_test/01: MissingCompileTimeError
25 splay_tree_test/02: MissingCompileTimeError 25 splay_tree_test/02: MissingCompileTimeError
26 string_base_vm_static_test: MissingCompileTimeError 26 string_base_vm_static_test: MissingCompileTimeError
27 string_replace_static_test: MissingCompileTimeError 27 string_replace_static_test: MissingCompileTimeError
28 string_static_test: MissingCompileTimeError 28 string_static_test: MissingCompileTimeError
29 29
30 [ $compiler == dart2analyzer && !$strong ] 30 [ $compiler == dart2analyzer && !$strong ]
31 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 31 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245
32 32
33 [ $compiler == dart2analyzer && !$strong && !$checked ]
34 from_environment_const_type_test/02: MissingCompileTimeError
35 from_environment_const_type_test/03: MissingCompileTimeError
36 from_environment_const_type_test/04: MissingCompileTimeError
37 from_environment_const_type_test/06: MissingCompileTimeError
38 from_environment_const_type_test/07: MissingCompileTimeError
39 from_environment_const_type_test/08: MissingCompileTimeError
40 from_environment_const_type_test/09: MissingCompileTimeError
41 from_environment_const_type_test/11: MissingCompileTimeError
42 from_environment_const_type_test/12: MissingCompileTimeError
43 from_environment_const_type_test/13: MissingCompileTimeError
44 from_environment_const_type_test/14: MissingCompileTimeError
45 from_environment_const_type_test/16: MissingCompileTimeError
46 from_environment_const_type_undefined_test/02: MissingCompileTimeError
47 from_environment_const_type_undefined_test/03: MissingCompileTimeError
48 from_environment_const_type_undefined_test/04: MissingCompileTimeError
49 from_environment_const_type_undefined_test/06: MissingCompileTimeError
50 from_environment_const_type_undefined_test/07: MissingCompileTimeError
51 from_environment_const_type_undefined_test/08: MissingCompileTimeError
52 from_environment_const_type_undefined_test/09: MissingCompileTimeError
53 from_environment_const_type_undefined_test/11: MissingCompileTimeError
54 from_environment_const_type_undefined_test/12: MissingCompileTimeError
55 from_environment_const_type_undefined_test/13: MissingCompileTimeError
56 from_environment_const_type_undefined_test/14: MissingCompileTimeError
57 from_environment_const_type_undefined_test/16: MissingCompileTimeError
58
33 [ $compiler == dart2js && $fast_startup ] 59 [ $compiler == dart2js && $fast_startup ]
34 apply3_test: Fail # mirrors not supported 60 apply3_test: Fail # mirrors not supported
35 61
36 [ $compiler == precompiler ] 62 [ $compiler == precompiler ]
37 apply3_test: SkipByDesign 63 apply3_test: SkipByDesign
38 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 64 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
39 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 65 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
40 66
67 [ $compiler == dart2js && $runtime != none && !$checked ]
68 growable_list_test: RuntimeError # Concurrent modifications test always runs
69
41 [ $compiler == dartdevc && $runtime != none ] 70 [ $compiler == dartdevc && $runtime != none ]
42 apply2_test: RuntimeError # Issue 29921 71 apply2_test: RuntimeError # Issue 29921
43 apply3_test: RuntimeError # Issue 29921 72 apply3_test: RuntimeError # Issue 29921
44 big_integer_arith_vm_test: RuntimeError # Issue 30170 73 big_integer_arith_vm_test: RuntimeError # Issue 30170
45 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 74 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
46 const_list_literal_test: RuntimeError # Issue 29921 75 const_list_literal_test: RuntimeError # Issue 29921
47 const_list_remove_range_test: RuntimeError # Issue 29921 76 const_list_remove_range_test: RuntimeError # Issue 29921
48 const_list_set_range_test: RuntimeError # Issue 29921 77 const_list_set_range_test: RuntimeError # Issue 29921
49 compare_to2_test: RuntimeError # Issue 30170 78 compare_to2_test: RuntimeError # Issue 30170
50 date_time10_test: RuntimeError # Issue 29921 79 date_time10_test: RuntimeError # Issue 29921
80 growable_list_test: RuntimeError # Issue 29921
51 hash_set_test/01: RuntimeError # Issue 29921 81 hash_set_test/01: RuntimeError # Issue 29921
52 nan_infinity_test/01: RuntimeError # Issue 29921 82 nan_infinity_test/01: RuntimeError # Issue 29921
53 null_nosuchmethod_test: RuntimeError # Issue 29921 83 null_nosuchmethod_test: RuntimeError # Issue 29921
54 main_test: RuntimeError # Issue 29921 84 main_test: RuntimeError # Issue 29921
55 map_test: RuntimeError # Issue 29921 85 map_test: RuntimeError # Issue 29921
56 map_keys2_test: RuntimeError # Issue 29921 86 map_keys2_test: RuntimeError # Issue 29921
57 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 87 regexp/bol-with-multiline_test: RuntimeError # Issue 29921
58 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 88 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921
59 regexp/look-ahead_test: RuntimeError # Issue 29921 89 regexp/look-ahead_test: RuntimeError # Issue 29921
60 regexp/loop-capture_test: RuntimeError # Issue 29921 90 regexp/loop-capture_test: RuntimeError # Issue 29921
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 nan_infinity_test/01: RuntimeError 154 nan_infinity_test/01: RuntimeError
125 155
126 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] 156 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
127 core_runtime_types_test: Pass, Fail # Issue 27913 157 core_runtime_types_test: Pass, Fail # Issue 27913
128 158
129 [ $runtime == flutter ] 159 [ $runtime == flutter ]
130 apply3_test: CompileTimeError # mirrors not supported 160 apply3_test: CompileTimeError # mirrors not supported
131 bool_from_environment_test: Fail # Flutter Issue 9111 161 bool_from_environment_test: Fail # Flutter Issue 9111
132 int_from_environment_test: Fail # Flutter Issue 9111 162 int_from_environment_test: Fail # Flutter Issue 9111
133 int_from_environment2_test: Fail # Flutter Issue 9111 163 int_from_environment2_test: Fail # Flutter Issue 9111
164 format_exception_test: RuntimeError # Flutter Issue 9111
165 from_environment_const_type_test/none: Fail # Flutter Issue 9111
166 from_environment_const_type_test/01: Fail # Flutter Issue 9111
167 from_environment_const_type_test/05: Fail # Flutter Issue 9111
168 from_environment_const_type_test/10: Fail # Flutter Issue 9111
169 from_environment_const_type_test/15: Fail # Flutter Issue 9111
170 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911 1
171 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911 1
172 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1
173 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
174 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
175 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
176 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
177 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
178 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
179 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
180 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
181 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
134 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 182 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
135 string_from_environment_test: Fail # Flutter Issue 9111 183 string_from_environment_test: Fail # Flutter Issue 9111
136 string_from_environment2_test: Fail # Flutter Issue 9111 184 string_from_environment2_test: Fail # Flutter Issue 9111
137 main_test: RuntimeError # Flutter Issue 9111 185 main_test: RuntimeError # Flutter Issue 9111
138 186
139 [ $hot_reload || $hot_reload_rollback ] 187 [ $hot_reload || $hot_reload_rollback ]
140 big_integer_huge_mul_vm_test: Pass, Slow # Slow 188 big_integer_huge_mul_vm_test: Pass, Slow # Slow
141 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow 189 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow
142 190
143 [ $hot_reload || $hot_reload_rollback ] 191 [ $hot_reload || $hot_reload_rollback ]
144 big_integer_huge_mul_vm_test: Pass, Slow # Slow 192 big_integer_huge_mul_vm_test: Pass, Slow # Slow
145 193
146 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 194 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
147 compare_to2_test: Fail # Issue 4018 195 compare_to2_test: Fail # Issue 4018
148 unicode_test: Fail # Issue 6706 196 unicode_test: Fail # Issue 6706
149 symbol_test/01: Fail, Pass # Issue 11669 197 symbol_test/01: Fail, Pass # Issue 11669
150 198
151 # With the exception of 'void', new Symbol() should not accept reserved words. 199 # With the exception of 'void', new Symbol() should not accept reserved words.
152 symbol_reserved_word_test/06: RuntimeError # Issue 11669 200 symbol_reserved_word_test/06: RuntimeError # Issue 11669
153 symbol_reserved_word_test/09: RuntimeError # Issue 11669 201 symbol_reserved_word_test/09: RuntimeError # Issue 11669
154 symbol_reserved_word_test/12: RuntimeError # Issue 11669 202 symbol_reserved_word_test/12: RuntimeError # Issue 11669
155 203
156 symbol_test/none: Fail # Issue 11669 204 symbol_test/none: Fail # Issue 11669
157 symbol_operator_test/03: Fail # Issue 11669 205 symbol_operator_test/03: Fail # Issue 11669
158 string_case_test/01: Fail # Bug 18061 206 string_case_test/01: Fail # Bug 18061
159 207
208 # dartk: checked mode failures
209 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
210 from_environment_const_type_test/02: MissingCompileTimeError
211 from_environment_const_type_test/03: MissingCompileTimeError
212 from_environment_const_type_test/04: MissingCompileTimeError
213 from_environment_const_type_test/06: MissingCompileTimeError
214 from_environment_const_type_test/07: MissingCompileTimeError
215 from_environment_const_type_test/08: MissingCompileTimeError
216 from_environment_const_type_test/09: MissingCompileTimeError
217 from_environment_const_type_test/11: MissingCompileTimeError
218 from_environment_const_type_test/12: MissingCompileTimeError
219 from_environment_const_type_test/13: MissingCompileTimeError
220 from_environment_const_type_test/14: MissingCompileTimeError
221 from_environment_const_type_test/16: MissingCompileTimeError
222 from_environment_const_type_undefined_test/02: MissingCompileTimeError
223 from_environment_const_type_undefined_test/03: MissingCompileTimeError
224 from_environment_const_type_undefined_test/04: MissingCompileTimeError
225 from_environment_const_type_undefined_test/06: MissingCompileTimeError
226 from_environment_const_type_undefined_test/07: MissingCompileTimeError
227 from_environment_const_type_undefined_test/08: MissingCompileTimeError
228
160 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 229 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
161 bool_from_environment2_test/01: MissingCompileTimeError 230 bool_from_environment2_test/01: MissingCompileTimeError
162 bool_from_environment2_test/02: MissingCompileTimeError 231 bool_from_environment2_test/02: MissingCompileTimeError
163 bool_from_environment2_test/03: MissingCompileTimeError 232 bool_from_environment2_test/03: MissingCompileTimeError
164 bool_from_environment2_test/04: MissingCompileTimeError 233 bool_from_environment2_test/04: MissingCompileTimeError
165 bool_from_environment2_test/05: MissingCompileTimeError 234 bool_from_environment2_test/05: MissingCompileTimeError
166 compare_to2_test: RuntimeError 235 compare_to2_test: RuntimeError
167 string_trimlr_test/02: RuntimeError 236 string_trimlr_test/02: RuntimeError
168 symbol_operator_test/03: RuntimeError 237 symbol_operator_test/03: RuntimeError
169 symbol_reserved_word_test/04: MissingCompileTimeError 238 symbol_reserved_word_test/04: MissingCompileTimeError
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 [ $compiler == dart2js ] 288 [ $compiler == dart2js ]
220 hash_set_test/01: RuntimeError # Issue 11551 289 hash_set_test/01: RuntimeError # Issue 11551
221 string_static_test: MissingCompileTimeError 290 string_static_test: MissingCompileTimeError
222 int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints -to-64-bits 291 int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints -to-64-bits
223 typed_data_with_limited_ints_test: Skip # dart2js doesn't know about --limit-int s-to-64-bits 292 typed_data_with_limited_ints_test: Skip # dart2js doesn't know about --limit-int s-to-64-bits
224 293
225 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ] 294 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ]
226 symbol_test/02: MissingCompileTimeError # Issue 11669 295 symbol_test/02: MissingCompileTimeError # Issue 11669
227 symbol_test/03: MissingCompileTimeError # Issue 11669 296 symbol_test/03: MissingCompileTimeError # Issue 11669
228 297
298 [ $compiler == app_jit ]
299 from_environment_const_type_test/02: MissingCompileTimeError
300 from_environment_const_type_test/03: MissingCompileTimeError
301 from_environment_const_type_test/04: MissingCompileTimeError
302 from_environment_const_type_test/06: MissingCompileTimeError
303 from_environment_const_type_test/07: MissingCompileTimeError
304 from_environment_const_type_test/08: MissingCompileTimeError
305 from_environment_const_type_test/09: MissingCompileTimeError
306 from_environment_const_type_test/11: MissingCompileTimeError
307 from_environment_const_type_test/12: MissingCompileTimeError
308 from_environment_const_type_test/13: MissingCompileTimeError
309 from_environment_const_type_test/14: MissingCompileTimeError
310 from_environment_const_type_test/16: MissingCompileTimeError
311 from_environment_const_type_undefined_test/02: MissingCompileTimeError
312 from_environment_const_type_undefined_test/03: MissingCompileTimeError
313 from_environment_const_type_undefined_test/04: MissingCompileTimeError
314 from_environment_const_type_undefined_test/06: MissingCompileTimeError
315 from_environment_const_type_undefined_test/07: MissingCompileTimeError
316 from_environment_const_type_undefined_test/08: MissingCompileTimeError
317 from_environment_const_type_undefined_test/09: MissingCompileTimeError
318 from_environment_const_type_undefined_test/11: MissingCompileTimeError
319 from_environment_const_type_undefined_test/12: MissingCompileTimeError
320 from_environment_const_type_undefined_test/13: MissingCompileTimeError
321 from_environment_const_type_undefined_test/14: MissingCompileTimeError
322 from_environment_const_type_undefined_test/16: MissingCompileTimeError
323
324
229 [ $compiler == dart2js && $runtime == safari ] 325 [ $compiler == dart2js && $runtime == safari ]
230 regexp/no-extensions_test: RuntimeError 326 regexp/no-extensions_test: RuntimeError
231 regexp/lookahead_test: RuntimeError 327 regexp/lookahead_test: RuntimeError
232 regexp/overflow_test: RuntimeError 328 regexp/overflow_test: RuntimeError
233 329
234 [ $runtime == safari || $runtime == safarimobilesim ] 330 [ $runtime == safari || $runtime == safarimobilesim ]
235 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 331 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
236 332
237 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 333 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
238 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 334 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
(...skipping 16 matching lines...) Expand all
255 symbol_reserved_word_test/12: RuntimeError # Issue 27394 351 symbol_reserved_word_test/12: RuntimeError # Issue 27394
256 symbol_test/none: RuntimeError # Issue 27394 352 symbol_test/none: RuntimeError # Issue 27394
257 353
258 [ $compiler == none && $runtime == vm ] 354 [ $compiler == none && $runtime == vm ]
259 string_static_test: MissingCompileTimeError 355 string_static_test: MissingCompileTimeError
260 356
261 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] 357 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel]
262 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. 358 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed.
263 regexp/pcre_test: Pass, Slow # Issue 21593 359 regexp/pcre_test: Pass, Slow # Issue 21593
264 360
361 [ !$checked && (($compiler == none && $runtime == vm) || $compiler == dart2js) ]
362 from_environment_const_type_test/02: MissingCompileTimeError
363 from_environment_const_type_test/03: MissingCompileTimeError
364 from_environment_const_type_test/04: MissingCompileTimeError
365 from_environment_const_type_test/06: MissingCompileTimeError
366 from_environment_const_type_test/07: MissingCompileTimeError
367 from_environment_const_type_test/08: MissingCompileTimeError
368 from_environment_const_type_test/09: MissingCompileTimeError
369 from_environment_const_type_test/11: MissingCompileTimeError
370 from_environment_const_type_test/12: MissingCompileTimeError
371 from_environment_const_type_test/13: MissingCompileTimeError
372 from_environment_const_type_test/14: MissingCompileTimeError
373 from_environment_const_type_test/16: MissingCompileTimeError
374 from_environment_const_type_undefined_test/02: MissingCompileTimeError
375 from_environment_const_type_undefined_test/03: MissingCompileTimeError
376 from_environment_const_type_undefined_test/04: MissingCompileTimeError
377 from_environment_const_type_undefined_test/06: MissingCompileTimeError
378 from_environment_const_type_undefined_test/07: MissingCompileTimeError
379 from_environment_const_type_undefined_test/08: MissingCompileTimeError
380
381
382 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ]
383 from_environment_const_type_undefined_test/09: MissingCompileTimeError
384 from_environment_const_type_undefined_test/11: MissingCompileTimeError
385 from_environment_const_type_undefined_test/12: MissingCompileTimeError
386 from_environment_const_type_undefined_test/13: MissingCompileTimeError
387 from_environment_const_type_undefined_test/14: MissingCompileTimeError
388 from_environment_const_type_undefined_test/16: MissingCompileTimeError
389
265 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] 390 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ]
266 string_base_vm_static_test: MissingCompileTimeError 391 string_base_vm_static_test: MissingCompileTimeError
267 392
268 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 393 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
269 string_case_test/01: Fail, OK # Bug in Firefox. 394 string_case_test/01: Fail, OK # Bug in Firefox.
270 regexp/UC16_test: RuntimeError 395 regexp/UC16_test: RuntimeError
271 396
272 [ $compiler == none && $runtime == drt ] 397 [ $compiler == none && $runtime == drt ]
273 string_from_environment2_test: Skip 398 string_from_environment2_test: Skip
274 string_from_environment3_test: Skip 399 string_from_environment3_test: Skip
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 date_time4_test: Crash 436 date_time4_test: Crash
312 date_time7_test: Crash 437 date_time7_test: Crash
313 date_time_parse_test: Crash 438 date_time_parse_test: Crash
314 date_time_test: Crash 439 date_time_test: Crash
315 double_floor2_test: Crash 440 double_floor2_test: Crash
316 double_parse_test/01: Crash 441 double_parse_test/01: Crash
317 double_parse_test/02: Crash 442 double_parse_test/02: Crash
318 double_parse_test/03: Crash 443 double_parse_test/03: Crash
319 double_parse_test/04: Crash 444 double_parse_test/04: Crash
320 double_parse_test/none: Crash 445 double_parse_test/none: Crash
446 exception_implementation_test: Crash
447 expando_test: Crash
448 for_in_test: Crash
449 growable_list_test: Crash
450 has_next_iterator_test: Crash
451 hash_map2_test: Crash
321 hash_set_test/01: Crash 452 hash_set_test/01: Crash
322 hash_set_test/none: Crash 453 hash_set_test/none: Crash
323 hash_set_type_check_test: RuntimeError 454 hash_set_type_check_test: RuntimeError
324 hashcode_test: Crash 455 hashcode_test: Crash
325 hidden_library2_test/01: Crash 456 hidden_library2_test/01: Crash
326 hidden_library2_test/none: Crash 457 hidden_library2_test/none: Crash
327 int_from_environment3_test/01: MissingCompileTimeError 458 int_from_environment3_test/01: MissingCompileTimeError
328 int_from_environment3_test/02: MissingCompileTimeError 459 int_from_environment3_test/02: MissingCompileTimeError
329 int_from_environment3_test/03: MissingCompileTimeError 460 int_from_environment3_test/03: MissingCompileTimeError
330 int_from_environment3_test/04: MissingCompileTimeError 461 int_from_environment3_test/04: MissingCompileTimeError
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 double_ceil_to_double_test: Crash 636 double_ceil_to_double_test: Crash
506 double_compare_test: Crash 637 double_compare_test: Crash
507 double_floor2_test: Crash 638 double_floor2_test: Crash
508 double_floor_test: Crash 639 double_floor_test: Crash
509 double_floor_to_double_test: Crash 640 double_floor_to_double_test: Crash
510 double_parse_test/01: Crash 641 double_parse_test/01: Crash
511 double_parse_test/02: Crash 642 double_parse_test/02: Crash
512 double_parse_test/03: Crash 643 double_parse_test/03: Crash
513 double_parse_test/04: Crash 644 double_parse_test/04: Crash
514 double_parse_test/none: Crash 645 double_parse_test/none: Crash
646 expression_test: Crash
647 format_exception_test: Crash
648 from_environment_const_type_test/01: Crash
649 from_environment_const_type_test/02: Crash
650 from_environment_const_type_test/03: Crash
651 from_environment_const_type_test/04: Crash
652 from_environment_const_type_test/05: Crash
653 from_environment_const_type_test/06: Crash
654 from_environment_const_type_test/07: Crash
655 from_environment_const_type_test/08: Crash
656 from_environment_const_type_test/09: Crash
657 from_environment_const_type_test/10: Crash
658 from_environment_const_type_test/11: Crash
659 from_environment_const_type_test/12: Crash
660 from_environment_const_type_test/13: Crash
661 from_environment_const_type_test/14: Crash
662 from_environment_const_type_test/15: Crash
663 from_environment_const_type_test/16: Crash
664 from_environment_const_type_test/none: Crash
665 from_environment_const_type_undefined_test/01: Crash
666 from_environment_const_type_undefined_test/02: Crash
667 from_environment_const_type_undefined_test/03: Crash
668 from_environment_const_type_undefined_test/04: Crash
669 from_environment_const_type_undefined_test/05: Crash
670 from_environment_const_type_undefined_test/06: Crash
671 from_environment_const_type_undefined_test/07: Crash
672 from_environment_const_type_undefined_test/08: Crash
673 from_environment_const_type_undefined_test/09: Crash
674 from_environment_const_type_undefined_test/10: Crash
675 from_environment_const_type_undefined_test/11: Crash
676 from_environment_const_type_undefined_test/12: Crash
677 from_environment_const_type_undefined_test/13: Crash
678 from_environment_const_type_undefined_test/14: Crash
679 from_environment_const_type_undefined_test/15: Crash
680 from_environment_const_type_undefined_test/16: Crash
681 from_environment_const_type_undefined_test/none: Crash
682 hash_map_test: Crash
515 hash_map_test: Crash 683 hash_map_test: Crash
516 hash_set_type_check_test: Crash 684 hash_set_type_check_test: Crash
517 hashcode_boxed_test: Crash 685 hashcode_boxed_test: Crash
518 int_ceil_test: Crash 686 int_ceil_test: Crash
519 int_ceil_to_double_test: Crash 687 int_ceil_to_double_test: Crash
520 int_floor_test: Crash 688 int_floor_test: Crash
521 int_floor_to_double_test: Crash 689 int_floor_to_double_test: Crash
522 int_from_environment2_test: Crash 690 int_from_environment2_test: Crash
523 int_from_environment_test: Crash 691 int_from_environment_test: Crash
524 regexp/bol-with-multiline_test: Crash 692 regexp/bol-with-multiline_test: Crash
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 778
611 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 779 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
612 splay_tree_from_iterable_test: RuntimeError 780 splay_tree_from_iterable_test: RuntimeError
613 781
614 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 782 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
615 regexp/pcre_test: Pass, Slow, Timeout 783 regexp/pcre_test: Pass, Slow, Timeout
616 regexp/global_test: Skip # Issue 21709 784 regexp/global_test: Skip # Issue 21709
617 785
618 [ $mode == debug ] 786 [ $mode == debug ]
619 regexp/pcre_test: Pass, Slow # Issue 22008 787 regexp/pcre_test: Pass, Slow # Issue 22008
OLDNEW
« no previous file with comments | « tests/corelib/has_next_iterator_test.dart ('k') | tests/corelib_2/exception_implementation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698