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

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

Issue 3000123002: dart2js kernel: minimal recognition of external native methods (Closed)
Patch Set: Created 3 years, 4 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 splay_tree_test/01: MissingCompileTimeError 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 collection_from_test: Crash 476 collection_from_test: Crash
477 collection_length_test: Crash 477 collection_length_test: Crash
478 collection_removes_test: Crash 478 collection_removes_test: Crash
479 collection_test: Crash 479 collection_test: Crash
480 collection_to_string_test: Crash 480 collection_to_string_test: Crash
481 compare_to2_test: Crash 481 compare_to2_test: Crash
482 const_list_literal_test: Crash 482 const_list_literal_test: Crash
483 const_list_set_range_test: Crash 483 const_list_set_range_test: Crash
484 core_runtime_types_test: Crash 484 core_runtime_types_test: Crash
485 data_uri_test: Crash 485 data_uri_test: Crash
486 date_time_test: Crash 486 date_time_test: Timeout
Siggi Cherem (dart-lang) 2017/08/18 16:29:08 let's mark this differently then: : Skip # TODO(r
sra1 2017/08/18 17:05:20 Dove via https://codereview.chromium.org/300021300
487 double_parse_test/01: Crash 487 double_parse_test/01: Crash
488 double_parse_test/02: Crash 488 double_parse_test/02: Crash
489 double_parse_test/03: Crash 489 double_parse_test/03: Crash
490 double_parse_test/04: Crash 490 double_parse_test/04: Crash
491 double_parse_test/none: Crash 491 double_parse_test/none: Crash
492 dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'Memb erElement' of 'member' where 492 dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'Memb erElement' of 'member' where
493 error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 493 error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
494 error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwr apException_closure.call#ex) in (local(unwrapException_closure.call#error), loca l(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStac kTrace)) for j:closure_call(unwrapException_closure.call). 494 error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwr apException_closure.call#ex) in (local(unwrapException_closure.call#error), loca l(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStac kTrace)) for j:closure_call(unwrapException_closure.call).
495 expando_test: Crash 495 expando_test: RuntimeError
496 for_in_test: Crash 496 for_in_test: Crash
497 growable_list_test: Crash 497 growable_list_test: Crash
498 hash_map2_test: Crash 498 hash_map2_test: Crash
499 hash_set_test/01: Crash 499 hash_set_test/01: Crash
500 hash_set_test/none: Crash 500 hash_set_test/none: Crash
501 hash_set_type_check_test: RuntimeError 501 hash_set_type_check_test: Crash # 'file:///usr/local/google/home/sra/Dart2/sdk/p kg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'c losure != null': Corresponding closure class not found for local(main_closure.ca ll#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), loca l(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:c losure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashS et.))
502 hidden_library2_test/01: Crash 502 hidden_library2_test/01: Crash
503 hidden_library2_test/none: Crash 503 hidden_library2_test/none: Crash
504 int_from_environment3_test/01: MissingCompileTimeError 504 int_from_environment3_test/01: MissingCompileTimeError
505 int_from_environment3_test/02: MissingCompileTimeError 505 int_from_environment3_test/02: MissingCompileTimeError
506 int_from_environment3_test/03: MissingCompileTimeError 506 int_from_environment3_test/03: MissingCompileTimeError
507 int_from_environment3_test/04: MissingCompileTimeError 507 int_from_environment3_test/04: MissingCompileTimeError
508 int_from_environment3_test/05: Crash 508 int_from_environment3_test/05: Crash
509 int_modulo_arith_test/bignum: Crash 509 int_modulo_arith_test/bignum: Crash
510 int_modulo_arith_test/modPow: Crash 510 int_modulo_arith_test/modPow: Crash
511 int_modulo_arith_test/none: Crash 511 int_modulo_arith_test/none: Crash
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 set_test: Crash 619 set_test: Crash
620 set_to_string_test: Crash 620 set_to_string_test: Crash
621 shuffle_test: Crash 621 shuffle_test: Crash
622 sort_test: RuntimeError 622 sort_test: RuntimeError
623 splay_tree_from_iterable_test: Crash 623 splay_tree_from_iterable_test: Crash
624 splay_tree_from_iterables_test: Crash 624 splay_tree_from_iterables_test: Crash
625 splay_tree_test/01: Crash 625 splay_tree_test/01: Crash
626 splay_tree_test/02: Crash 626 splay_tree_test/02: Crash
627 splay_tree_test/none: Crash 627 splay_tree_test/none: Crash
628 stacktrace_fromstring_test: Crash 628 stacktrace_fromstring_test: Crash
629 date_time_test: Timeout
630 expando_test: RuntimeError
631 hash_set_type_check_test: Crash # 'file:///usr/local/google/home/sra/Dart/sdk/pk g/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'cl osure != null': Corresponding closure class not found for local(main_closure.cal l#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local (Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:cl osure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashSe t.))
632 string_buffer_test: RuntimeError 629 string_buffer_test: RuntimeError
633 string_codeunits_test: Crash 630 string_codeunits_test: Crash
634 string_from_environment3_test/01: MissingCompileTimeError 631 string_from_environment3_test/01: MissingCompileTimeError
635 string_from_environment3_test/02: MissingCompileTimeError 632 string_from_environment3_test/02: MissingCompileTimeError
636 string_from_environment3_test/03: MissingCompileTimeError 633 string_from_environment3_test/03: MissingCompileTimeError
637 string_from_environment3_test/04: MissingCompileTimeError 634 string_from_environment3_test/04: MissingCompileTimeError
638 string_from_environment3_test/05: Crash 635 string_from_environment3_test/05: Crash
639 string_from_list_test: Crash 636 string_from_list_test: Crash
640 string_fromcharcodes_test: Crash 637 string_fromcharcodes_test: Crash
641 string_operations_with_null_test: Crash 638 string_operations_with_null_test: Crash
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 int_parse_radix_bad_handler_test: Pass 974 int_parse_radix_bad_handler_test: Pass
978 975
979 [ $compiler == dart2analyzer && $strong && $checked ] 976 [ $compiler == dart2analyzer && $strong && $checked ]
980 iterable_fold_test/01: CompileTimeError 977 iterable_fold_test/01: CompileTimeError
981 978
982 [ $compiler == dart2analyzer && $checked && !$strong ] 979 [ $compiler == dart2analyzer && $checked && !$strong ]
983 iterable_fold_test/01: Pass 980 iterable_fold_test/01: Pass
984 981
985 [ $compiler == dart2analyzer && $strong && !$checked ] 982 [ $compiler == dart2analyzer && $strong && !$checked ]
986 iterable_fold_test/01: CompileTimeError 983 iterable_fold_test/01: CompileTimeError
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