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

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

Issue 1206873003: dart2js cps: Handle checks against mutable and extendable lists. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 [ $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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
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: RuntimeError # Please triage this failure.
214 apply3_test: RuntimeError # Please triage this failure.
215 apply4_test: RuntimeError # Please triage this failure.
216 apply_test: RuntimeError # Please triage this failure.
217 collection_from_test: RuntimeError # Please triage this failure.
218 collection_length_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 # Please triage this failure.
222 core_runtime_types_test: RuntimeError # Please triage this failure.
223 date_time2_test: RuntimeError # Cannot read property 'prototype' of undefined 213 date_time2_test: RuntimeError # Cannot read property 'prototype' of undefined
224 date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined 214 date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined
225 date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined 215 date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined
226 date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined 216 date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined
227 date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefin ed 217 date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefin ed
228 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction 218 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction
229 for_in_test: RuntimeError # Please triage this failure.
230 hash_set_test/none: RuntimeError # Please triage this failure.
231 hashcode_test: RuntimeError # Please triage this failure. 219 hashcode_test: RuntimeError # Please triage this failure.
232 indexed_list_access_test: RuntimeError # Please triage this failure.
233 int_parse_radix_test/01: Crash # Invalid argument(s) 220 int_parse_radix_test/01: Crash # Invalid argument(s)
234 int_parse_radix_test/02: Crash # Invalid argument(s) 221 int_parse_radix_test/02: Crash # Invalid argument(s)
235 int_parse_radix_test/none: Crash # Invalid argument(s) 222 int_parse_radix_test/none: Crash # Invalid argument(s)
236 iterable_contains_test: RuntimeError # Please triage this failure.
237 iterable_empty_test: RuntimeError # Please triage this failure. 223 iterable_empty_test: RuntimeError # Please triage this failure.
238 iterable_fold_test: RuntimeError # Please triage this failure.
239 iterable_join_test: RuntimeError # Please triage this failure.
240 iterable_mapping_test: RuntimeError # Please triage this failure.
241 iterable_reduce_test: RuntimeError # Please triage this failure.
242 iterable_return_type_test/none: RuntimeError # Please triage this failure. 224 iterable_return_type_test/none: RuntimeError # Please triage this failure.
243 iterable_skip_test: RuntimeError # Please triage this failure.
244 iterable_test: RuntimeError # Please triage this failure.
245 iterable_to_list_test: RuntimeError # Please triage this failure. 225 iterable_to_list_test: RuntimeError # Please triage this failure.
246 iterable_to_set_test: RuntimeError # Please triage this failure. 226 iterable_to_set_test: RuntimeError # Please triage this failure.
247 iterable_tostring_test: RuntimeError # Please triage this failure.
248 json_map_test: Crash # Internal Error: No default constructor available. 227 json_map_test: Crash # Internal Error: No default constructor available.
249 linked_hash_map_test: RuntimeError # Please triage this failure.
250 list_as_map_test: RuntimeError # Please triage this failure.
251 list_contains_argument_order_test: RuntimeError # Please triage this failure.
252 list_fill_range_test: RuntimeError # Please triage this failure.
253 list_for_each_test: RuntimeError # Please triage this failure.
254 list_get_range_test: RuntimeError # Please triage this failure.
255 list_growable_test: RuntimeError # Please triage this failure.
256 list_index_of2_test: RuntimeError # Please triage this failure.
257 list_index_of_test: RuntimeError # Please triage this failure.
258 list_insert_all_test: RuntimeError # Please triage this failure.
259 list_insert_test: RuntimeError # Please triage this failure.
260 list_iterators_test: RuntimeError # Please triage this failure.
261 list_literal_is_growable_test: RuntimeError # Please triage this failure.
262 list_literal_test: RuntimeError # Please triage this failure.
263 list_map_test: RuntimeError # Please triage this failure.
264 list_remove_range_test: RuntimeError # Please triage this failure.
265 list_removeat_test: RuntimeError # Please triage this failure.
266 list_replace_range_test: RuntimeError # Please triage this failure.
267 list_reversed_test: RuntimeError # Please triage this failure.
268 list_set_all_test: RuntimeError # Please triage this failure.
269 list_set_range_test: RuntimeError # Please triage this failure.
270 list_sort_test: RuntimeError # Please triage this failure.
271 list_test/01: RuntimeError # this.get$length is not a function 228 list_test/01: RuntimeError # this.get$length is not a function
272 list_test/none: RuntimeError # this.get$length is not a function 229 list_test/none: RuntimeError # this.get$length is not a function
273 list_to_string2_test: RuntimeError # Please triage this failure.
274 list_unmodifiable_test: RuntimeError # Please triage this failure.
275 main_test: RuntimeError # receiver.get$_collection$_nums is not a function 230 main_test: RuntimeError # receiver.get$_collection$_nums is not a function
276 map_test: Crash # Internal Error: No default constructor available. 231 map_test: Crash # Internal Error: No default constructor available.
277 map_values2_test: RuntimeError # Please triage this failure. 232 map_values2_test: RuntimeError # Please triage this failure.
278 map_values3_test: RuntimeError # Please triage this failure. 233 map_values3_test: RuntimeError # Please triage this failure.
279 map_values4_test: RuntimeError # Please triage this failure. 234 map_values4_test: RuntimeError # Please triage this failure.
280 null_test: RuntimeError # Cannot read property 'prototype' of undefined 235 null_test: RuntimeError # Cannot read property 'prototype' of undefined
281 queue_first_test: RuntimeError # Please triage this failure.
282 queue_iterator_test: RuntimeError # Please triage this failure.
283 queue_last_test: RuntimeError # Please triage this failure.
284 queue_single_test: RuntimeError # Please triage this failure.
285 queue_test: RuntimeError # Please triage this failure.
286 range_error_test: RuntimeError # Please triage this failure.
287 reg_exp_first_match_test: RuntimeError # Cannot read property 'prototype' of und efined 236 reg_exp_first_match_test: RuntimeError # Cannot read property 'prototype' of und efined
288 reg_exp_group_test: RuntimeError # Cannot read property 'prototype' of undefined 237 reg_exp_group_test: RuntimeError # Cannot read property 'prototype' of undefined
289 reg_exp_groups_test: RuntimeError # Please triage this failure.
290 reg_exp_string_match_test: RuntimeError # Cannot read property 'prototype' of un defined 238 reg_exp_string_match_test: RuntimeError # Cannot read property 'prototype' of un defined
291 regexp/capture-3_test: RuntimeError # Cannot read property 'prototype' of undefi ned 239 regexp/capture-3_test: RuntimeError # Cannot read property 'prototype' of undefi ned
292 regexp/capture_test: RuntimeError # Please triage this failure.
293 regexp/extended-characters-match_test: RuntimeError # Cannot read property 'prot otype' of undefined 240 regexp/extended-characters-match_test: RuntimeError # Cannot read property 'prot otype' of undefined
294 regexp/global_test: RuntimeError # Please triage this failure.
295 regexp/many-brackets_test: RuntimeError # Please triage this failure.
296 regexp/non-bmp_test: RuntimeError # Cannot read property 'prototype' of undefine d 241 regexp/non-bmp_test: RuntimeError # Cannot read property 'prototype' of undefine d
297 regexp/non-capturing-groups_test: RuntimeError # Please triage this failure.
298 regexp/pcre_test: Crash # Stack Overflow 242 regexp/pcre_test: Crash # Stack Overflow
299 regexp/regexp_test: RuntimeError # Please triage this failure.
300 regexp/regress-regexp-construct-result_test: RuntimeError # Cannot read property 'prototype' of undefined 243 regexp/regress-regexp-construct-result_test: RuntimeError # Cannot read property 'prototype' of undefined
301 regexp/results-cache_test: RuntimeError # Cannot read property 'prototype' of un defined 244 regexp/results-cache_test: RuntimeError # Cannot read property 'prototype' of un defined
302 regexp/stack-overflow2_test: RuntimeError # Please triage this failure.
303 regexp/stack-overflow_test: RuntimeError # Cannot read property 'prototype' of u ndefined 245 regexp/stack-overflow_test: RuntimeError # Cannot read property 'prototype' of u ndefined
304 regexp/unicode-handling_test: RuntimeError # Cannot read property 'prototype' of undefined 246 regexp/unicode-handling_test: RuntimeError # Cannot read property 'prototype' of undefined
305 regress_11099_test: RuntimeError # Please triage this failure.
306 set_test: RuntimeError # Please triage this failure.
307 set_to_string_test: RuntimeError # Please triage this failure.
308 shuffle_test: RuntimeError # Please triage this failure. 247 shuffle_test: RuntimeError # Please triage this failure.
309 sort_test: RuntimeError # Please triage this failure.
310 splay_tree_test: RuntimeError # Please triage this failure.
311 stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not a function 248 stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not a function
312 stopwatch2_test: RuntimeError # Cannot read property 'prototype' of undefined 249 stopwatch2_test: RuntimeError # Cannot read property 'prototype' of undefined
313 stopwatch_test: RuntimeError # Cannot read property 'prototype' of undefined 250 stopwatch_test: RuntimeError # Cannot read property 'prototype' of undefined
314 string_codeunits_test: RuntimeError # Please triage this failure.
315 string_from_list_test: RuntimeError # Please triage this failure.
316 string_fromcharcodes_test: RuntimeError # Please triage this failure. 251 string_fromcharcodes_test: RuntimeError # Please triage this failure.
317 string_pattern_test: RuntimeError # Please triage this failure.
318 string_replace_all_test: RuntimeError # Cannot read property 'prototype' of unde fined 252 string_replace_all_test: RuntimeError # Cannot read property 'prototype' of unde fined
319 string_replace_test: RuntimeError # Please triage this failure.
320 string_runes_test: RuntimeError # Please triage this failure.
321 string_source_test: RuntimeError # Please triage this failure.
322 string_split_test: RuntimeError # Please triage this failure.
323 string_test: RuntimeError # Please triage this failure.
324 string_to_lower_case_test: RuntimeError # Please triage this failure.
325 strings_test: RuntimeError # Please triage this failure.
326 symbol_operator_test/03: RuntimeError # Please triage this failure. 253 symbol_operator_test/03: RuntimeError # Please triage this failure.
327 symbol_reserved_word_test/03: Pass # Please triage this failure. 254 symbol_reserved_word_test/03: Pass # Please triage this failure.
328 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. 255 symbol_reserved_word_test/06: RuntimeError # Please triage this failure.
329 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. 256 symbol_reserved_word_test/09: RuntimeError # Please triage this failure.
330 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. 257 symbol_reserved_word_test/12: RuntimeError # Please triage this failure.
331 symbol_test/none: Crash # The null object does not have a getter '_element'. 258 symbol_test/none: Crash # The null object does not have a getter '_element'.
332 uri_base_test: Crash # Invalid argument(s) 259 uri_base_test: Crash # Invalid argument(s)
333 uri_file_test: Crash # Invalid argument(s) 260 uri_file_test: Crash # Invalid argument(s)
334 uri_http_test: Crash # Invalid argument(s) 261 uri_http_test: Crash # Invalid argument(s)
335 uri_ipv4_test: RuntimeError # Please triage this failure.
336 uri_ipv6_test: Crash # Invalid argument(s) 262 uri_ipv6_test: Crash # Invalid argument(s)
337 uri_normalize_path_test: RuntimeError # Please triage this failure.
338 uri_parse_test: Crash # Invalid argument(s) 263 uri_parse_test: Crash # Invalid argument(s)
339 uri_path_test: Crash # Invalid argument(s) 264 uri_path_test: Crash # Invalid argument(s)
340 uri_query_test: Crash # Internal Error: No default constructor available. 265 uri_query_test: Crash # Internal Error: No default constructor available.
341 uri_scheme_test: Crash # Invalid argument(s) 266 uri_scheme_test: Crash # Invalid argument(s)
342 uri_test: Crash # Invalid argument(s) 267 uri_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698