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

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

Issue 1214123003: dart2js cps: Ensure JSArray is emitted when we see a type cast. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update output in test 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 206 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
207 207
208 [ $mode == debug ] 208 [ $mode == debug ]
209 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 209 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
210 210
211 [ $runtime == vm && $arch == simarmv5te ] 211 [ $runtime == vm && $arch == simarmv5te ]
212 int_parse_radix_test/*: Pass, Slow 212 int_parse_radix_test/*: Pass, Slow
213 big_integer_parsed_mul_div_vm_test: Pass, Slow 213 big_integer_parsed_mul_div_vm_test: Pass, Slow
214 214
215 [ $compiler == dart2js && $cps_ir ] 215 [ $compiler == dart2js && $cps_ir ]
216 date_time2_test: RuntimeError # Cannot read property 'prototype' of undefined
217 date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined
218 date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined
219 date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined
220 date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefin ed
221 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction 216 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction
222 hashcode_test: RuntimeError # Please triage this failure. 217 hashcode_test: RuntimeError # Please triage this failure.
223 int_parse_radix_test/01: Crash # Invalid argument(s) 218 int_parse_radix_test/01: Crash # Invalid argument(s)
224 int_parse_radix_test/02: Crash # Invalid argument(s) 219 int_parse_radix_test/02: Crash # Invalid argument(s)
225 iterable_empty_test: RuntimeError # Please triage this failure. 220 iterable_empty_test: RuntimeError # Please triage this failure.
226 iterable_return_type_test/none: RuntimeError # Please triage this failure. 221 iterable_return_type_test/none: RuntimeError # Please triage this failure.
227 iterable_to_list_test: RuntimeError # Please triage this failure. 222 iterable_to_list_test: RuntimeError # Please triage this failure.
228 iterable_to_set_test: RuntimeError # Please triage this failure. 223 iterable_to_set_test: RuntimeError # Please triage this failure.
229 list_test/01: RuntimeError # this.get$length is not a function 224 list_test/01: RuntimeError # this.get$length is not a function
230 list_test/none: RuntimeError # this.get$length is not a function 225 list_test/none: RuntimeError # this.get$length is not a function
231 main_test: RuntimeError # receiver.get$_collection$_nums is not a function 226 main_test: RuntimeError # receiver.get$_collection$_nums is not a function
232 map_values2_test: RuntimeError # Please triage this failure. 227 map_values2_test: RuntimeError # Please triage this failure.
233 map_values3_test: RuntimeError # Please triage this failure. 228 map_values3_test: RuntimeError # Please triage this failure.
234 map_values4_test: RuntimeError # Please triage this failure. 229 map_values4_test: RuntimeError # Please triage this failure.
235 null_test: RuntimeError # Cannot read property 'prototype' of undefined
236 reg_exp_first_match_test: RuntimeError # Cannot read property 'prototype' of und efined
237 reg_exp_group_test: RuntimeError # Cannot read property 'prototype' of undefined
238 reg_exp_string_match_test: RuntimeError # Cannot read property 'prototype' of un defined
239 regexp/capture-3_test: RuntimeError # Cannot read property 'prototype' of undefi ned
240 regexp/extended-characters-match_test: RuntimeError # Cannot read property 'prot otype' of undefined
241 regexp/non-bmp_test: RuntimeError # Cannot read property 'prototype' of undefine d
242 regexp/pcre_test: Crash # Stack Overflow 230 regexp/pcre_test: Crash # Stack Overflow
243 regexp/regress-regexp-construct-result_test: RuntimeError # Cannot read property 'prototype' of undefined
244 regexp/results-cache_test: RuntimeError # Cannot read property 'prototype' of un defined
245 regexp/stack-overflow_test: RuntimeError # Cannot read property 'prototype' of u ndefined
246 regexp/unicode-handling_test: RuntimeError # Cannot read property 'prototype' of undefined
247 shuffle_test: RuntimeError # Please triage this failure. 231 shuffle_test: RuntimeError # Please triage this failure.
248 stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not a function 232 stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not a function
249 stopwatch2_test: RuntimeError # Cannot read property 'prototype' of undefined
250 stopwatch_test: RuntimeError # Cannot read property 'prototype' of undefined
251 string_fromcharcodes_test: RuntimeError # Please triage this failure. 233 string_fromcharcodes_test: RuntimeError # Please triage this failure.
252 string_replace_all_test: RuntimeError # Cannot read property 'prototype' of unde fined
253 symbol_operator_test/03 : RuntimeError # 234 symbol_operator_test/03 : RuntimeError #
254 symbol_reserved_word_test/03: Pass # Please triage this failure. 235 symbol_reserved_word_test/03: Pass # Please triage this failure.
255 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. 236 symbol_reserved_word_test/06: RuntimeError # Please triage this failure.
256 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. 237 symbol_reserved_word_test/09: RuntimeError # Please triage this failure.
257 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. 238 symbol_reserved_word_test/12: RuntimeError # Please triage this failure.
258 symbol_test/none: Crash # The null object does not have a getter '_element'. 239 symbol_test/none: Crash # The null object does not have a getter '_element'.
259 uri_test: Crash # Invalid argument(s) 240 uri_test: Crash # Invalid argument(s)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698