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

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

Issue 1153603006: dart2js cps: Type casts and related changes to type propagation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Another typo in SExpression unstrngifier 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 duration_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 # Please triage this failure. 227 error_stack_trace1_test: Pass # Please triage this failure.
228 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail( "Should not reach");}): Unhandled node 228 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. 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. 230 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. 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. 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. 233 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. 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. 235 hash_set_type_check_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
236 hashcode_test: Crash # Instance of 'TypeOperator': type casts not implemented. 236 hashcode_test : RuntimeError
237 int_parse_radix_test/01: Crash # Please triage this failure. 237 int_parse_radix_test/01: Crash # Please triage this failure.
238 int_parse_radix_test/02: Crash # Please triage this failure. 238 int_parse_radix_test/02: Crash # Please triage this failure.
239 int_parse_radix_test/none: Crash # Please triage this failure. 239 int_parse_radix_test/none: Crash # Please triage this failure.
240 iterable_element_at_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 240 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. 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. 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. 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. 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. 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. 246 iterable_last_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 queue_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 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. 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. 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. 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. 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. 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. 297 regexp/no-extensions_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
298 regexp/pcre_test: Crash # Please triage this failure. 298 regexp/pcre_test: Crash # Please triage this failure.
299 regexp/range-out-of-order_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 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. 300 regexp/regexp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
301 set_test: Crash # Instance of 'TypeOperator': type casts not implemented.
302 set_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 301 set_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
303 splay_tree_from_iterables_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 302 splay_tree_from_iterables_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
304 splay_tree_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 303 splay_tree_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
305 string_buffer_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 304 string_buffer_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
306 string_codeunits_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 305 string_codeunits_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
307 string_fromcharcode_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 306 string_fromcharcode_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
308 string_fromcharcodes_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 307 string_fromcharcodes_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
309 string_operations_with_null_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 308 string_operations_with_null_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
310 string_pattern_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 309 string_pattern_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
311 string_replace_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.
312 string_runes_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 311 string_runes_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
313 string_source_test: Crash # Instance of 'TypeOperator': type casts not implement ed.
314 string_substring_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 312 string_substring_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
315 string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 313 string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
316 symbol_operator_test/03: RuntimeError # Please triage this failure. 314 symbol_operator_test/03: RuntimeError # Please triage this failure.
317 symbol_reserved_word_test/03: Pass # Please triage this failure. 315 symbol_reserved_word_test/03: Pass # Please triage this failure.
318 symbol_reserved_word_test/06: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 316 symbol_reserved_word_test/06: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
319 symbol_reserved_word_test/09: 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.
320 symbol_reserved_word_test/12: 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.
321 symbol_test/none: Crash # Please triage this failure. 319 symbol_test/none: Crash # Please triage this failure.
322 uri_file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 320 uri_file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
323 uri_ipv4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 321 uri_ipv4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
324 uri_ipv6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 322 uri_ipv6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
325 uri_path_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 323 uri_path_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
326 uri_query_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 324 uri_query_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
327 uri_scheme_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 325 uri_scheme_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
328 uri_test: Crash # Please triage this failure. 326 uri_test: Crash # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698