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

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

Issue 1185633003: cps-ir: Support foreign code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Status file updates. Created 5 years, 6 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 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 204
205 [ $mode == debug ] 205 [ $mode == debug ]
206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
207 207
208 [ $runtime == vm && $arch == simarmv5te ] 208 [ $runtime == vm && $arch == simarmv5te ]
209 int_parse_radix_test/*: Pass, Slow 209 int_parse_radix_test/*: Pass, Slow
210 big_integer_parsed_mul_div_vm_test: Pass, Slow 210 big_integer_parsed_mul_div_vm_test: Pass, Slow
211 211
212 [ $compiler == dart2js && $cps_ir ] 212 [ $compiler == dart2js && $cps_ir ]
213 apply2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 213 apply2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
214 apply3_test: RuntimeError # Please triage this failure.
215 apply4_test: RuntimeError # undefined is not a function
216 apply_test: RuntimeError # undefined is not a function
217 collection_from_test: RuntimeError # undefined is not a function
218 collection_length_test: RuntimeError # undefined is not a function
214 collection_removes_test: RuntimeError # Please triage this failure. 219 collection_removes_test: RuntimeError # Please triage this failure.
220 collection_test: RuntimeError # Please triage this failure.
221 collection_to_string_test: RuntimeError # undefined is not a function
222 const_list_literal_test: RuntimeError # undefined is not a function
215 const_list_remove_range_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 223 const_list_remove_range_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
216 const_list_set_range_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 224 const_list_set_range_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
217 core_runtime_types_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 225 core_runtime_types_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
226 date_time2_test: RuntimeError # Cannot read property 'prototype' of undefined
227 date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined
228 date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined
229 date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined
230 date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefin ed
218 date_time_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 231 date_time_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
219 double_ceil2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 232 double_ceil2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
220 double_floor2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 233 double_floor2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
221 double_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 234 double_parse_test/01: Crash # (switch (codeUnit){c... Unhandled node
222 double_parse_test/none: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 235 double_parse_test/none: Crash # (switch (codeUnit){c... Unhandled node
223 double_round2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 236 double_round2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
224 double_truncate2_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 237 double_truncate2_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
225 duration2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 238 duration2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
226 duration_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 239 duration_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
227 error_stack_trace1_test: Pass # Please triage this failure. 240 error_stack_trace2_test: RuntimeError # undefined is not a function
228 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail( "Should not reach");}): Unhandled node 241 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail( "Should not reach");}): Unhandled node
229 expando_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 242 expando_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
243 for_in_test: RuntimeError # undefined is not a function
230 growable_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 244 growable_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
231 has_next_iterator_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 245 has_next_iterator_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
232 hash_map2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 246 hash_map2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
233 hash_set_test/01: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 247 hash_map_test: RuntimeError # undefined is not a function
234 hash_set_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 248 hash_set_test/01: Crash # (=_LinkedIdentityHashSet<E>;): Unhandled node
249 hash_set_test/none: Crash # (=_LinkedIdentityHashSet<E>;): Unhandled node
235 hash_set_type_check_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 250 hash_set_type_check_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
236 hashcode_test: RuntimeError # Please triage this failure. 251 hidden_library2_test/none: RuntimeError # Please triage this failure.
237 int_parse_radix_test/01: Crash # Please triage this failure. 252 indexed_list_access_test: RuntimeError # undefined is not a function
238 int_parse_radix_test/02: Crash # Please triage this failure. 253 int_parse_radix_test/01: Crash # Invalid argument(s)
239 int_parse_radix_test/none: Crash # Please triage this failure. 254 int_parse_radix_test/02: Crash # Invalid argument(s)
255 int_parse_radix_test/none: Crash # Invalid argument(s)
256 is_operator_basic_types_test: RuntimeError # undefined is not a function
257 iterable_contains2_test: RuntimeError # undefined is not a function
258 iterable_contains_test: RuntimeError # Please triage this failure.
240 iterable_element_at_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 259 iterable_element_at_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
241 iterable_empty_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 260 iterable_empty_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
242 iterable_expand_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 261 iterable_expand_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
243 iterable_first_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 262 iterable_first_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
244 iterable_first_where_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 263 iterable_first_where_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
245 iterable_fold_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 264 iterable_fold_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
265 iterable_generate_test: RuntimeError # Please triage this failure.
266 iterable_join_test: RuntimeError # Please triage this failure.
246 iterable_last_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 267 iterable_last_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
247 iterable_last_where_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 268 iterable_last_where_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
269 iterable_mapping_test: RuntimeError # undefined is not a function
248 iterable_reduce_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 270 iterable_reduce_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
249 iterable_return_type_test/none: RuntimeError # Please triage this failure. 271 iterable_return_type_test/none: RuntimeError # Please triage this failure.
250 iterable_single_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 272 iterable_single_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
251 iterable_single_where_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 273 iterable_single_where_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
252 iterable_skip_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 274 iterable_skip_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
275 iterable_skip_while_test: RuntimeError # undefined is not a function
253 iterable_take_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 276 iterable_take_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
254 iterable_to_list_test: RuntimeError # Please triage this failure. 277 iterable_take_while_test: RuntimeError # undefined is not a function
255 iterable_to_set_test: RuntimeError # Please triage this failure. 278 iterable_test: RuntimeError # Please triage this failure.
279 iterable_to_list_test: RuntimeError # undefined is not a function
280 iterable_to_set_test: RuntimeError # undefined is not a function
281 iterable_tostring_test: RuntimeError # Please triage this failure.
282 json_map_test: Crash # Internal Error: No default constructor available.
283 linked_hash_map_from_iterable_test: RuntimeError # undefined is not a function
256 linked_hash_map_from_iterables_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 284 linked_hash_map_from_iterables_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
285 linked_hash_map_test: RuntimeError # undefined is not a function
257 list_as_map_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 286 list_as_map_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
287 list_contains_argument_order_test: RuntimeError # Please triage this failure.
258 list_fill_range_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 288 list_fill_range_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
289 list_filled_type_argument_test: RuntimeError # Please triage this failure.
259 list_first_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 290 list_first_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
260 list_fixed_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 291 list_fixed_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
261 list_for_each_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 292 list_for_each_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
262 list_get_range_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 293 list_get_range_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
263 list_growable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 294 list_growable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
295 list_index_of2_test: RuntimeError # Please triage this failure.
296 list_index_of_test: RuntimeError # Please triage this failure.
264 list_insert_all_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 297 list_insert_all_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
265 list_insert_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 298 list_insert_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
266 list_iterators_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 299 list_iterators_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
267 list_last_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 300 list_last_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
301 list_literal_is_growable_test: RuntimeError # Please triage this failure.
302 list_literal_test: RuntimeError # Please triage this failure.
303 list_map_test: RuntimeError # Please triage this failure.
268 list_remove_range_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 304 list_remove_range_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
269 list_removeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 305 list_removeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
270 list_replace_range_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 306 list_replace_range_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
307 list_reversed_test: RuntimeError # Please triage this failure.
271 list_set_all_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 308 list_set_all_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
272 list_set_range_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 309 list_set_range_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
310 list_sort_test: RuntimeError # Please triage this failure.
273 list_sublist_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 311 list_sublist_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
274 list_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 312 list_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
275 list_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 313 list_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
276 list_to_string2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 314 list_to_string2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
277 list_to_string_test: RuntimeError # Please triage this failure. 315 list_unmodifiable_test: RuntimeError # undefined is not a function
316 main_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Mai nFunctionArgs.
317 map_contains_key_test: RuntimeError # undefined is not a function
318 map_contains_value_test: RuntimeError # undefined is not a function
319 map_from_iterable_test: RuntimeError # undefined is not a function
278 map_from_iterables_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 320 map_from_iterables_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
321 map_from_test: RuntimeError # undefined is not a function
322 map_index_test: RuntimeError # undefined is not a function
323 map_keys2_test: RuntimeError # undefined is not a function
324 map_keys_test: RuntimeError # undefined is not a function
325 map_remove_test: RuntimeError # undefined is not a function
279 map_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Null ary. 326 map_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Null ary.
280 map_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 327 map_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
281 map_values2_test: RuntimeError # Please triage this failure. 328 map_values2_test: RuntimeError # undefined is not a function
282 map_values3_test: RuntimeError # Please triage this failure. 329 map_values3_test: RuntimeError # undefined is not a function
283 map_values4_test: RuntimeError # Please triage this failure. 330 map_values4_test: RuntimeError # undefined is not a function
331 map_values_test: RuntimeError # undefined is not a function
332 maps_test: RuntimeError # undefined is not a function
284 null_nosuchmethod_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 333 null_nosuchmethod_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
334 null_test: RuntimeError # Cannot read property 'prototype' of undefined
285 num_clamp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 335 num_clamp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
286 num_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 336 num_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
287 num_parse_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 337 num_parse_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
288 queue_first_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 338 queue_first_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
339 queue_iterator_test: RuntimeError # Please triage this failure.
289 queue_last_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 340 queue_last_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
290 queue_single_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 341 queue_single_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
291 queue_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 342 queue_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
343 range_error_test: RuntimeError # undefined is not a function
344 reg_exp4_test: RuntimeError # undefined is not a function
345 reg_exp_all_matches_test: RuntimeError # undefined is not a function
346 reg_exp_first_match_test: RuntimeError # Cannot read property 'prototype' of und efined
347 reg_exp_group_test: RuntimeError # Cannot read property 'prototype' of undefined
348 reg_exp_groups_test: RuntimeError # Please triage this failure.
349 reg_exp_start_end_test: RuntimeError # undefined is not a function
350 reg_exp_string_match_test: RuntimeError # Cannot read property 'prototype' of un defined
351 regexp/capture-3_test: RuntimeError # Cannot read property 'prototype' of undefi ned
352 regexp/capture_test: RuntimeError # Please triage this failure.
292 regexp/compile-crash_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 353 regexp/compile-crash_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
293 regexp/compile_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 354 regexp/compile_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
294 regexp/early-acid3-86_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 355 regexp/early-acid3-86_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
356 regexp/ecma-regex-examples_test: RuntimeError # undefined is not a function
357 regexp/extended-characters-match_test: RuntimeError # Cannot read property 'prot otype' of undefined
358 regexp/global_test: RuntimeError # undefined is not a function
359 regexp/indexof_test: RuntimeError # Please triage this failure.
295 regexp/invalid-range-in-class_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 360 regexp/invalid-range-in-class_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
361 regexp/lastindex_test: RuntimeError # undefined is not a function
362 regexp/many-brackets_test: RuntimeError # Please triage this failure.
296 regexp/multiline_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 363 regexp/multiline_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
297 regexp/no-extensions_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 364 regexp/no-extensions_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
298 regexp/pcre_test: Crash # Please triage this failure. 365 regexp/non-bmp_test: RuntimeError # Cannot read property 'prototype' of undefine d
366 regexp/non-capturing-groups_test: RuntimeError # Please triage this failure.
367 regexp/parentheses_test: RuntimeError # Please triage this failure.
368 regexp/pcre-test-4_test: RuntimeError # Please triage this failure.
369 regexp/pcre_test: Crash # Stack Overflow
299 regexp/range-out-of-order_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 370 regexp/range-out-of-order_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
371 regexp/regexp_kde_test: RuntimeError # undefined is not a function
300 regexp/regexp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 372 regexp/regexp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
373 regexp/regress-regexp-codeflush_test: RuntimeError # undefined is not a function
374 regexp/regress-regexp-construct-result_test: RuntimeError # Cannot read property 'prototype' of undefined
375 regexp/results-cache_test: RuntimeError # Cannot read property 'prototype' of un defined
376 regexp/stack-overflow2_test: RuntimeError # Please triage this failure.
377 regexp/stack-overflow_test: RuntimeError # Cannot read property 'prototype' of u ndefined
378 regexp/standalones_test: RuntimeError # Please triage this failure.
379 regexp/unicode-handling_test: RuntimeError # Cannot read property 'prototype' of undefined
380 regress_11099_test: RuntimeError # Please triage this failure.
381 set_containsAll_test: RuntimeError # undefined is not a function
382 set_contains_test: RuntimeError # undefined is not a function
383 set_intersection_test: RuntimeError # undefined is not a function
384 set_iterator_test: RuntimeError # undefined is not a function
385 set_removeAll_test: RuntimeError # undefined is not a function
386 set_remove_test: RuntimeError # undefined is not a function
387 set_retainAll_test: RuntimeError # undefined is not a function
388 set_test: Crash # (=_LinkedIdentityHashMap<K,V>;): Unhandled node
301 set_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 389 set_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
390 shuffle_test: RuntimeError # Please triage this failure.
391 sort_test: RuntimeError # Please triage this failure.
392 splay_tree_from_iterable_test: RuntimeError # undefined is not a function
302 splay_tree_from_iterables_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 393 splay_tree_from_iterables_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
303 splay_tree_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 394 splay_tree_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
395 stacktrace_fromstring_test: Crash # (try {_microtaskLoop... try/finally
396 stopwatch2_test: RuntimeError # Cannot read property 'prototype' of undefined
397 stopwatch_test: RuntimeError # Cannot read property 'prototype' of undefined
304 string_buffer_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 398 string_buffer_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
305 string_codeunits_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 399 string_codeunits_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
400 string_from_list_test: RuntimeError # undefined is not a function
306 string_fromcharcode_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 401 string_fromcharcode_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
307 string_fromcharcodes_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 402 string_fromcharcodes_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
308 string_operations_with_null_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 403 string_operations_with_null_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
309 string_pattern_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 404 string_pattern_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
405 string_replace_all_test: RuntimeError # Cannot read property 'prototype' of unde fined
406 string_replace_dollar_test: RuntimeError # undefined is not a function
310 string_replace_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 407 string_replace_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
311 string_runes_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 408 string_runes_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
409 string_source_test: RuntimeError # Please triage this failure.
410 string_split_test: RuntimeError # undefined is not a function
312 string_substring_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 411 string_substring_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
313 string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 412 string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
314 symbol_operator_test/03: RuntimeError # Please triage this failure. 413 string_to_lower_case_test: RuntimeError # Please triage this failure.
414 string_trim2_test: Crash # (switch (codeUnit){c... Unhandled node
415 string_trim_test: Crash # (switch (codeUnit){c... Unhandled node
416 string_trimlr_test/01: Crash # (switch (codeUnit){c... Unhandled node
417 string_trimlr_test/none: Crash # (switch (codeUnit){c... Unhandled node
418 strings_test: RuntimeError # Please triage this failure.
419 symbol_operator_test/03: RuntimeError # undefined is not a function
420 symbol_operator_test/none: RuntimeError # undefined is not a function
315 symbol_reserved_word_test/03: Pass # Please triage this failure. 421 symbol_reserved_word_test/03: Pass # Please triage this failure.
316 symbol_reserved_word_test/06: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 422 symbol_reserved_word_test/06: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
317 symbol_reserved_word_test/09: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 423 symbol_reserved_word_test/09: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
318 symbol_reserved_word_test/12: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 424 symbol_reserved_word_test/12: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
319 symbol_test/none: Crash # Please triage this failure. 425 symbol_test/none: Crash # The null object does not have a getter '_element'.
426 uri_base_test: Crash # Invalid argument(s)
320 uri_file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 427 uri_file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
428 uri_http_test: Crash # Invalid argument(s)
321 uri_ipv4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 429 uri_ipv4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
322 uri_ipv6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 430 uri_ipv6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
323 uri_path_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 431 uri_normalize_path_test: RuntimeError # undefined is not a function
324 uri_query_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 432 uri_parse_test: Crash # Invalid argument(s)
325 uri_scheme_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 433 uri_path_test: Crash # Invalid argument(s)
326 uri_test: Crash # Please triage this failure. 434 uri_query_test: Crash # Internal Error: No default constructor available.
435 uri_scheme_test: Crash # Invalid argument(s)
436 uri_test: Crash # Invalid argument(s)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698