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

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

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none && $runtime == drt ] 8 [ $compiler == none && $runtime == drt ]
9 from_environment_const_type_test: Skip 9 from_environment_const_type_test: Skip
10 from_environment_const_type_undefined_test: Skip 10 from_environment_const_type_undefined_test: Skip
(...skipping 17 matching lines...) Expand all
28 symbol_operator_test/03: Fail # bug 11669 28 symbol_operator_test/03: Fail # bug 11669
29 string_case_test/01: Fail # Bug 18061 29 string_case_test/01: Fail # Bug 18061
30 30
31 [ $compiler == none && ($runtime == vm || $runtime == flutter)] 31 [ $compiler == none && ($runtime == vm || $runtime == flutter)]
32 string_trimlr_test/02: RuntimeError # Issue 29060 32 string_trimlr_test/02: RuntimeError # Issue 29060
33 33
34 [ $compiler == precompiler || $compiler == app_jit ] 34 [ $compiler == precompiler || $compiler == app_jit ]
35 string_trimlr_test/02: RuntimeError # Issue 29060 35 string_trimlr_test/02: RuntimeError # Issue 29060
36 36
37 # #void should be a valid symbol. 37 # #void should be a valid symbol.
38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ] 38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com piler == dart2js && !$preview_dart_2) ]
39 symbol_reserved_word_test/02: CompileTimeError # bug 20191 39 symbol_reserved_word_test/02: CompileTimeError # bug 20191
40 40
41 # With the exception of 'void', const Symbol() should not accept reserved 41 # With the exception of 'void', const Symbol() should not accept reserved
42 # words. 42 # words.
43 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 43 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
44 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 44 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
45 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 45 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
46 46
47 [ $compiler == dart2js ] 47 [ $compiler == dart2js && ! $preview_dart_2 ]
48 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed. 48 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed.
49 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 49 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
50 int_parse_radix_test/02: Fail # No bigints. 50 int_parse_radix_test/02: Fail # No bigints.
51 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 51 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
52 integer_to_radix_string_test: RuntimeError # issue 22045 52 integer_to_radix_string_test: RuntimeError # issue 22045
53 int_modulo_arith_test/bignum: RuntimeError # No bigints. 53 int_modulo_arith_test/bignum: RuntimeError # No bigints.
54 int_modulo_arith_test/modPow: RuntimeError # No bigints. 54 int_modulo_arith_test/modPow: RuntimeError # No bigints.
55 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 55 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
56 symbol_reserved_word_test/05: Crash # bug 20191 56 symbol_reserved_word_test/05: Crash # bug 20191
57 57
58 error_stack_trace1_test: RuntimeError # Issue 12399
59 hash_set_test/01: RuntimeError # Issue 11551
60 integer_to_string_test/01: RuntimeError # Issue 1533
61 iterable_return_type_test/01: RuntimeError # Issue 20085
62 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
63 iterable_to_list_test/01: RuntimeError # Issue 26501
64
65 big_integer_*: Skip # VM specific test.
66 compare_to2_test: RuntimeError, OK # Requires bigint support.
67 string_base_vm_test: RuntimeError, OK # VM specific test.
68 nan_infinity_test/01: Fail # Issue 11551
69 regexp/pcre_test: Pass, Slow # Issue 21593
70 regress_r21715_test: RuntimeError # Requires bigint support.
71
58 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ] 72 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != drt ]
59 symbol_test/02: MissingCompileTimeError # bug 11669 73 symbol_test/02: MissingCompileTimeError # bug 11669
60 symbol_test/03: MissingCompileTimeError # bug 11669 74 symbol_test/03: MissingCompileTimeError # bug 11669
61 75
62 [ $runtime == ff || $runtime == jsshell ] 76 [ $runtime == ff || $runtime == jsshell ]
63 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 77 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
64 # (presumably added to allow Mozilla's existing behavior) 78 # (presumably added to allow Mozilla's existing behavior)
65 # and only looks at the first 20 significant digits. 79 # and only looks at the first 20 significant digits.
66 # The Dart VM and the other ECMAScript implementations follow the correct 80 # The Dart VM and the other ECMAScript implementations follow the correct
67 # IEEE-754 rounding algorithm. 81 # IEEE-754 rounding algorithm.
68 double_parse_test/02: Fail, OK 82 double_parse_test/02: Fail, OK
69 83
70 [ $runtime == safari || $runtime == safarimobilesim ] 84 [ $runtime == safari || $runtime == safarimobilesim ]
71 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 85 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
72 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 86 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
73 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 87 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
74 88
75 [ $runtime == ff ] 89 [ $runtime == ff ]
76 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1. 90 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1.
77 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1. 91 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
78 92
79 [ $compiler == dart2js ] 93 [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
80 error_stack_trace1_test: RuntimeError # Issue 12399 94 core_runtime_types_test: Pass, Fail # Issue 27913
81 hash_set_test/01: RuntimeError # Issue 11551
82 integer_to_string_test/01: RuntimeError # Issue 1533
83 iterable_return_type_test/01: RuntimeError # Issue 20085
84 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
85 iterable_to_list_test/01: RuntimeError # Issue 26501
86
87 big_integer_*: Skip # VM specific test.
88 compare_to2_test: RuntimeError, OK # Requires bigint support.
89 string_base_vm_test: RuntimeError, OK # VM specific test.
90 nan_infinity_test/01: Fail # Issue 11551
91 regexp/pcre_test: Pass, Slow # Issue 21593
92 regress_r21715_test: RuntimeError # Requires bigint support.
93 95
94 [ $compiler == dart2js && $runtime == none ] 96 [ $compiler == dart2js && $runtime == none ]
95 *: Fail, Pass # TODO(ahe): Triage these tests. 97 *: Fail, Pass # TODO(ahe): Triage these tests.
96 98
97 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 99 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
98 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 100 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
99 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 101 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
100 102
101 [ $compiler == dart2js && $runtime == drt ] 103 [ $compiler == dart2js && $runtime == drt ]
102 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 104 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 int_parse_radix_test: Pass, Timeout # --no_intrinsify 172 int_parse_radix_test: Pass, Timeout # --no_intrinsify
171 173
172 [ $compiler == precompiler || $compiler == app_jit ] 174 [ $compiler == precompiler || $compiler == app_jit ]
173 package_resource_test: Skip # Resolve URI not supported yet in product mode. 175 package_resource_test: Skip # Resolve URI not supported yet in product mode.
174 file_resource_test: Skip # Resolve URI not supported yet in product mode. 176 file_resource_test: Skip # Resolve URI not supported yet in product mode.
175 http_resource_test: Skip # Resolve URI not supported yet in product mode. 177 http_resource_test: Skip # Resolve URI not supported yet in product mode.
176 178
177 [ $arch == simdbc || $arch == simdbc64 ] 179 [ $arch == simdbc || $arch == simdbc64 ]
178 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 180 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
179 181
180 [ $compiler == dart2js && $dart2js_with_kernel ] 182 [ $compiler == dart2js && $dart2js_with_kernel && !$preview_dart_2 ]
181 error_stack_trace1_test: Pass # Issue 27394 183 error_stack_trace1_test: Pass # Issue 27394
182 symbol_reserved_word_test/03: Pass # Issue 27394 184 symbol_reserved_word_test/03: Pass # Issue 27394
183 map_test: Crash # Issue 27394 185 map_test: Crash # Issue 27394
184 regexp/pcre_test: RuntimeError # Issue 27394 186 regexp/pcre_test: RuntimeError # Issue 27394
185 symbol_operator_test/03: RuntimeError # Issue 27394 187 symbol_operator_test/03: RuntimeError # Issue 27394
186 symbol_reserved_word_test/06: RuntimeError # Issue 27394 188 symbol_reserved_word_test/06: RuntimeError # Issue 27394
187 symbol_reserved_word_test/09: RuntimeError # Issue 27394 189 symbol_reserved_word_test/09: RuntimeError # Issue 27394
188 symbol_reserved_word_test/12: RuntimeError # Issue 27394 190 symbol_reserved_word_test/12: RuntimeError # Issue 27394
189 symbol_test/none: RuntimeError # Issue 27394 191 symbol_test/none: RuntimeError # Issue 27394
190 192
191 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 193 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked && $preview_dart _2 ]
192 regress/4562_test/01: Crash # Issue 27394 194 regress/4562_test/01: Crash # Issue 27394
193 195
194 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 196 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
195 int_from_environment3_test/01: MissingCompileTimeError 197 int_from_environment3_test/01: MissingCompileTimeError
196 int_from_environment3_test/02: MissingCompileTimeError 198 int_from_environment3_test/02: MissingCompileTimeError
197 int_from_environment3_test/03: MissingCompileTimeError 199 int_from_environment3_test/03: MissingCompileTimeError
198 int_from_environment3_test/04: MissingCompileTimeError 200 int_from_environment3_test/04: MissingCompileTimeError
199 int_from_environment3_test/05: MissingCompileTimeError 201 int_from_environment3_test/05: MissingCompileTimeError
200 string_case_test/01: RuntimeError 202 string_case_test/01: RuntimeError
201 string_from_environment3_test/01: MissingCompileTimeError 203 string_from_environment3_test/01: MissingCompileTimeError
202 string_from_environment3_test/02: MissingCompileTimeError 204 string_from_environment3_test/02: MissingCompileTimeError
203 string_from_environment3_test/03: MissingCompileTimeError 205 string_from_environment3_test/03: MissingCompileTimeError
204 string_from_environment3_test/04: MissingCompileTimeError 206 string_from_environment3_test/04: MissingCompileTimeError
205 string_from_environment3_test/05: MissingCompileTimeError 207 string_from_environment3_test/05: MissingCompileTimeError
206 string_trimlr_test/02: RuntimeError 208 string_trimlr_test/02: RuntimeError
207 symbol_operator_test/03: RuntimeError 209 symbol_operator_test/03: RuntimeError
208 symbol_reserved_word_test/04: MissingCompileTimeError 210 symbol_reserved_word_test/04: MissingCompileTimeError
209 symbol_reserved_word_test/06: RuntimeError 211 symbol_reserved_word_test/06: RuntimeError
210 symbol_reserved_word_test/07: MissingCompileTimeError 212 symbol_reserved_word_test/07: MissingCompileTimeError
211 symbol_reserved_word_test/09: RuntimeError 213 symbol_reserved_word_test/09: RuntimeError
212 symbol_reserved_word_test/10: MissingCompileTimeError 214 symbol_reserved_word_test/10: MissingCompileTimeError
213 symbol_reserved_word_test/12: RuntimeError 215 symbol_reserved_word_test/12: RuntimeError
214 symbol_test/01: MissingCompileTimeError 216 symbol_test/01: MissingCompileTimeError
215 symbol_test/02: MissingCompileTimeError 217 symbol_test/02: MissingCompileTimeError
216 symbol_test/03: MissingCompileTimeError 218 symbol_test/03: MissingCompileTimeError
217 symbol_test/none: RuntimeError 219 symbol_test/none: RuntimeError
218 220
221 [ $compiler == dart2js && $preview_dart_2 ]
222 big_integer_parsed_div_rem_vm_test: RuntimeError
223 big_integer_parsed_mul_div_vm_test: RuntimeError
224 const_list_literal_test: Crash
225 const_list_remove_range_test: Crash
226 const_list_set_range_test: Crash
227 core_runtime_types_test: Crash
228 data_uri_test: Crash
229 date_time2_test: Crash
230 date_time3_test: Crash
231 date_time4_test: Crash
232 date_time7_test: Crash
233 date_time_parse_test: Crash
234 date_time_test: Crash
235 double_ceil2_test: Crash
236 double_floor2_test: Crash
237 double_parse_test/01: Crash
238 double_parse_test/02: Crash
239 double_parse_test/03: Crash
240 double_parse_test/none: Crash
241 double_round2_test: Crash
242 double_truncate2_test: Crash
243 duration2_test: Crash
244 duration_big_num_test: Crash
245 duration_double_multiplication_test: Crash
246 duration_test: Crash
247 error_stack_trace1_test: Crash
248 error_stack_trace2_test: Crash
249 error_stack_trace_test: Crash
250 exception_implementation_test: Crash
251 expando_test: Crash
252 for_in_test: Crash
253 growable_list_test: Crash
254 has_next_iterator_test: Crash
255 hash_map2_test: Crash
256 hash_map_test: Crash
257 hash_set_test/01: Crash
258 hash_set_test/none: Crash
259 hash_set_type_check_test: Crash
260 hashcode_test: Crash
261 hidden_library2_test/01: Crash
262 hidden_library2_test/none: Crash
263 indexed_list_access_test: Crash
264 int_from_environment3_test/01: MissingCompileTimeError
265 int_from_environment3_test/02: MissingCompileTimeError
266 int_from_environment3_test/03: MissingCompileTimeError
267 int_from_environment3_test/04: MissingCompileTimeError
268 int_from_environment3_test/05: Crash
269 int_modulo_arith_test/bignum: Crash
270 int_modulo_arith_test/modPow: Crash
271 int_modulo_arith_test/none: Crash
272 int_parse_radix_bad_handler_test: Crash
273 int_parse_radix_test/01: Crash
274 int_parse_radix_test/02: Crash
275 int_parse_radix_test/none: Crash
276 integer_to_radix_string_test: Crash
277 integer_to_string_test/01: Crash
278 integer_to_string_test/none: Crash
279 is_operator_basic_types_test: Crash
280 iterable_contains2_test: Crash
281 iterable_contains_test: Crash
282 iterable_element_at_test: Crash
283 iterable_empty_test: Crash
284 iterable_expand_test: Crash
285 iterable_first_test: Crash
286 iterable_first_where_test: Crash
287 iterable_fold_test: Crash
288 iterable_generate_test/01: Crash
289 iterable_generate_test/none: Crash
290 iterable_join_test: Crash
291 iterable_last_test: Crash
292 iterable_last_where_test: Crash
293 iterable_length_test: Crash
294 iterable_mapping_test: Crash
295 iterable_reduce_test: Crash
296 iterable_return_type_test/01: Crash
297 iterable_return_type_test/02: Crash
298 iterable_return_type_test/none: Crash
299 iterable_single_test: Crash
300 iterable_single_where_test: Crash
301 iterable_skip_test: Crash
302 iterable_skip_while_test: Crash
303 iterable_take_test: Crash
304 iterable_take_while_test: Crash
305 iterable_test: Crash
306 iterable_to_list_test/01: Crash
307 iterable_to_list_test/none: Crash
308 iterable_to_set_test: Crash
309 iterable_tostring_test: Crash
310 json_map_test: Crash
311 linked_hash_map_from_iterable_test: Crash
312 linked_hash_map_from_iterables_test: Crash
313 linked_hash_map_test: Crash
314 list_as_map_test: Crash
315 list_contains_argument_order_test: Crash
316 list_fill_range_test: Crash
317 list_first_test: Crash
318 list_fixed_test: Crash
319 list_for_each_test: Crash
320 list_get_range_test: Crash
321 list_growable_test: Crash
322 list_index_of2_test: RuntimeError
323 list_insert_all_test: Crash
324 list_insert_test: Crash
325 list_iterators_test: Crash
326 list_last_test: Crash
327 list_map_test: Crash
328 list_remove_range_test: Crash
329 list_removeat_test: Crash
330 list_replace_range_test: Crash
331 list_reversed_test: Crash
332 list_set_all_test: Crash
333 list_set_range_test: Crash
334 list_sort_test: Crash
335 list_sublist_test: Crash
336 list_test/01: Crash
337 list_test/none: Crash
338 list_to_string2_test: Crash
339 list_to_string_test: Crash
340 list_unmodifiable_test: Crash
341 main_test: Crash
342 map_contains_key_test: Crash
343 map_contains_value_test: Crash
344 map_from_iterable_test: Crash
345 map_from_iterables_test: Crash
346 map_from_test: Crash
347 map_index_test: Crash
348 map_keys2_test: Crash
349 map_keys_test: Crash
350 map_remove_test: Crash
351 map_test: Crash
352 map_to_string_test: Crash
353 map_values2_test: Crash
354 map_values3_test: Crash
355 map_values4_test: Crash
356 map_values_test: Crash
357 maps_test: Crash
358 nan_infinity_test/01: RuntimeError
359 null_nosuchmethod_test: Crash
360 null_test: Crash
361 num_clamp_test: Crash
362 num_parse_test/01: Crash
363 num_parse_test/none: Crash
364 queue_first_test: Crash
365 queue_iterator_test: Crash
366 queue_last_test: Crash
367 queue_single_test: Crash
368 queue_test: Crash
369 range_error_test: Crash
370 reg_exp4_test: Crash
371 reg_exp5_test: Crash
372 reg_exp_all_matches_test: Crash
373 reg_exp_start_end_test: Crash
374 regexp/ascii-regexp-subject_test: Crash
375 regexp/capture-3_test: Crash
376 regexp/capture_test: Crash
377 regexp/compile-crash_test: Crash
378 regexp/compile_test: Crash
379 regexp/early-acid3-86_test: Crash
380 regexp/ecma-regex-examples_test: Crash
381 regexp/extended-characters-more_test: Crash
382 regexp/global_test: Crash
383 regexp/indexof_test: Crash
384 regexp/invalid-range-in-class_test: Crash
385 regexp/issue_19193_test: Crash
386 regexp/lastindex_test: Crash
387 regexp/lookahead_test: Crash
388 regexp/multiline_test: Crash
389 regexp/negative-special-characters_test: Crash
390 regexp/no-extensions_test: Crash
391 regexp/non-capturing-groups_test: Crash
392 regexp/parentheses_test: Crash
393 regexp/pcre-test-4_test: Crash
394 regexp/pcre_test: Crash
395 regexp/range-out-of-order_test: Crash
396 regexp/regexp_kde_test: Crash
397 regexp/regexp_test: Crash
398 regexp/regress-regexp-codeflush_test: Crash
399 regexp/standalones_test: Crash
400 regexp/toString_test: Crash
401 regexp/unicode-handling_test: Crash
402 regexp/unicodeCaseInsensitive_test: Crash
403 regress_r21715_test: RuntimeError
404 set_containsAll_test: Crash
405 set_contains_test: Crash
406 set_intersection_test: Crash
407 set_iterator_test: Crash
408 set_removeAll_test: Crash
409 set_remove_test: Crash
410 set_retainAll_test: Crash
411 set_test: Crash
412 set_to_string_test: Crash
413 shuffle_test: Crash
414 sort_test: Crash
415 splay_tree_from_iterable_test: Crash
416 splay_tree_from_iterables_test: Crash
417 splay_tree_test: Crash
418 stacktrace_current_test: Crash
419 stacktrace_fromstring_test: Crash
420 stopwatch2_test: Crash
421 stopwatch_test: Crash
422 string_base_vm_test: Crash
423 string_buffer_test: Crash
424 string_codeunits_test: Crash
425 string_from_environment3_test/01: MissingCompileTimeError
426 string_from_environment3_test/02: MissingCompileTimeError
427 string_from_environment3_test/03: MissingCompileTimeError
428 string_from_environment3_test/04: MissingCompileTimeError
429 string_from_environment3_test/05: Crash
430 string_from_list_test: Crash
431 string_fromcharcode_test: Crash
432 string_fromcharcodes_test: Crash
433 string_operations_with_null_test: Crash
434 string_pattern_test: Crash
435 string_replace_all_test: Crash
436 string_replace_dollar_test: Crash
437 string_replace_test: Crash
438 string_runes_test: Crash
439 string_source_test: Crash
440 string_split_test: Crash
441 string_substring_test: Crash
442 string_test: Crash
443 string_to_lower_case_test: Crash
444 string_trimlr_test/01: Crash
445 string_trimlr_test/02: Crash
446 string_trimlr_test/none: Crash
447 symbol_operator_test/03: Crash
448 symbol_operator_test/none: Crash
449 symbol_reserved_word_test/04: MissingCompileTimeError
450 symbol_reserved_word_test/05: Crash
451 symbol_reserved_word_test/06: Crash
452 symbol_reserved_word_test/07: MissingCompileTimeError
453 symbol_reserved_word_test/09: Crash
454 symbol_reserved_word_test/10: MissingCompileTimeError
455 symbol_reserved_word_test/12: Crash
456 symbol_test/01: Crash
457 symbol_test/02: Crash
458 symbol_test/03: Crash
459 symbol_test/none: Crash
460
219 # dartk: checked mode failures 461 # dartk: checked mode failures
220 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 462 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
221 symbol_test/01: Pass 463 symbol_test/01: Pass
222 symbol_test/02: Pass 464 symbol_test/02: Pass
223 from_environment_const_type_test/02: MissingCompileTimeError 465 from_environment_const_type_test/02: MissingCompileTimeError
224 from_environment_const_type_test/03: MissingCompileTimeError 466 from_environment_const_type_test/03: MissingCompileTimeError
225 from_environment_const_type_test/04: MissingCompileTimeError 467 from_environment_const_type_test/04: MissingCompileTimeError
226 from_environment_const_type_test/06: MissingCompileTimeError 468 from_environment_const_type_test/06: MissingCompileTimeError
227 from_environment_const_type_test/07: MissingCompileTimeError 469 from_environment_const_type_test/07: MissingCompileTimeError
228 from_environment_const_type_test/08: MissingCompileTimeError 470 from_environment_const_type_test/08: MissingCompileTimeError
(...skipping 30 matching lines...) Expand all
259 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 501 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
260 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 502 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
261 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 503 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
262 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 504 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
263 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 505 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
264 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 506 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
265 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 507 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
266 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 508 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
267 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 509 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
268 main_test: RuntimeError # Flutter Issue 9111 510 main_test: RuntimeError # Flutter Issue 9111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698