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

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

Issue 1180973003: dart2js cps: Support function types in 'is' and 'as' operators. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update doc comment for TypeCast 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
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
214 collection_removes_test: RuntimeError # receiver.get$_source is not a function 213 collection_removes_test: RuntimeError # receiver.get$_source is not a function
215 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.
217 core_runtime_types_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
218 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.
220 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. 214 double_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
222 double_parse_test/none: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
223 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.
225 duration2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
226 duration_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
227 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction 215 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f unction
228 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail( "Should not reach");}): Unhandled node 216 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.
230 growable_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 217 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.
232 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. 218 hash_set_test/01: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
234 hash_set_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
235 hash_set_type_check_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
236 hashcode_test: RuntimeError # Please triage this failure. 219 hashcode_test: RuntimeError # Please triage this failure.
237 int_parse_radix_test/01: Crash # Invalid argument(s) 220 int_parse_radix_test/01: Crash # Invalid argument(s)
238 int_parse_radix_test/02: Crash # Invalid argument(s) 221 int_parse_radix_test/02: Crash # Invalid argument(s)
239 int_parse_radix_test/none: Crash # Invalid argument(s) 222 int_parse_radix_test/none: Crash # Invalid argument(s)
240 iterable_element_at_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 223 iterable_expand_test : RuntimeError # TypeError: receiver.get$list is not a func tion
241 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.
243 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.
245 iterable_fold_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
246 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.
248 iterable_reduce_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
249 iterable_return_type_test/none: RuntimeError # Please triage this failure. 224 iterable_return_type_test/none: RuntimeError # Please triage this failure.
250 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.
252 iterable_skip_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
253 iterable_take_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
254 iterable_to_list_test: RuntimeError # Please triage this failure. 225 iterable_to_list_test: RuntimeError # Please triage this failure.
255 iterable_to_set_test: RuntimeError # Please triage this failure. 226 iterable_to_set_test: RuntimeError # Please triage this failure.
256 linked_hash_map_from_iterables_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 227 list_fill_range_test : RuntimeError # TypeError: receiver.get$list is not a func tion
257 list_as_map_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 228 list_for_each_test : RuntimeError # TypeError: receiver.get$list is not a functi on
258 list_fill_range_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 229 list_insert_all_test : RuntimeError # TypeError: receiver.get$list is not a func tion
259 list_first_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 230 list_insert_test : RuntimeError # TypeError: receiver.get$list is not a function
260 list_fixed_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 231 list_removeat_test : RuntimeError # Expect.throws(negative): Unexpected 'NoSuchM ethodError: method not found: 'get$list' (receiver.get$list is not a function)'
261 list_for_each_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 232 list_replace_range_test : RuntimeError # TypeError: receiver.get$list is not a f unction
262 list_get_range_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 233 list_set_all_test : RuntimeError # TypeError: receiver.get$list is not a functio n
263 list_growable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
264 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.
266 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.
268 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.
270 list_replace_range_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
271 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.
273 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.
275 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.
277 list_to_string_test: RuntimeError # receiver.get$list is not a function 234 list_to_string_test: RuntimeError # receiver.get$list is not a function
278 map_from_iterables_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 235 map_test : RuntimeError # TypeError: receiver.get$_keys is not a function
279 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.
281 map_values2_test: RuntimeError # Please triage this failure. 236 map_values2_test: RuntimeError # Please triage this failure.
282 map_values3_test: RuntimeError # Please triage this failure. 237 map_values3_test: RuntimeError # Please triage this failure.
283 map_values4_test: RuntimeError # Please triage this failure. 238 map_values4_test: RuntimeError # Please triage this failure.
284 null_nosuchmethod_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
285 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.
287 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.
289 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.
291 queue_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
292 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.
294 regexp/early-acid3-86_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
295 regexp/invalid-range-in-class_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
296 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.
298 regexp/pcre_test: Crash # Stack Overflow 239 regexp/pcre_test: Crash # Stack Overflow
299 regexp/range-out-of-order_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
300 regexp/regexp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
301 set_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
302 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.
304 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.
306 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.
308 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.
310 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.
312 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.
314 symbol_operator_test/03: RuntimeError # Please triage this failure. 240 symbol_operator_test/03: RuntimeError # Please triage this failure.
315 symbol_reserved_word_test/03: Pass # Please triage this failure. 241 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. 242 symbol_reserved_word_test/06 : RuntimeError # Expect.throws fails: Did not throw
317 symbol_reserved_word_test/09: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 243 symbol_reserved_word_test/09 : RuntimeError # Expect.throws fails: Did not throw
318 symbol_reserved_word_test/12: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 244 symbol_reserved_word_test/12 : RuntimeError # Expect.throws fails: Did not throw
319 symbol_test/none: Crash # The null object does not have a getter '_element'. 245 symbol_test/none: Crash # The null object does not have a getter '_element'.
320 uri_file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
321 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.
323 uri_path_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
324 uri_query_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
325 uri_scheme_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
326 uri_test: Crash # The null object does not have a getter '_element'. 246 uri_test: Crash # The null object does not have a getter '_element'.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698