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

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

Issue 3003963002: Add more tests for closures and change closure indexing to be by FunctionExpression or FunctionDecl… (Closed)
Patch Set: . Created 3 years, 3 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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 iterable_take_while_test: Crash 540 iterable_take_while_test: Crash
541 iterable_test: Crash 541 iterable_test: Crash
542 iterable_to_list_test/01: Crash 542 iterable_to_list_test/01: Crash
543 iterable_to_list_test/none: Crash 543 iterable_to_list_test/none: Crash
544 iterable_to_set_test: Crash 544 iterable_to_set_test: Crash
545 iterable_tostring_test: Crash 545 iterable_tostring_test: Crash
546 json_map_test: Crash 546 json_map_test: Crash
547 linked_hash_map_from_iterables_test: Crash 547 linked_hash_map_from_iterables_test: Crash
548 linked_hash_map_test: Crash 548 linked_hash_map_test: Crash
549 list_as_map_test: Crash 549 list_as_map_test: Crash
550 list_concurrent_modify_test: Crash # Assertion failure: Missing scope info for j :method(Iterator.moveNext).
550 list_contains_argument_order_test: Crash 551 list_contains_argument_order_test: Crash
551 list_get_range_test: Crash 552 list_get_range_test: Crash
552 list_insert_all_test: Crash 553 list_insert_all_test: Crash
553 list_insert_test: Crash 554 list_insert_test: Crash
554 list_map_test: Crash 555 list_map_test: Crash
555 list_replace_range_test: Crash 556 list_replace_range_test: Crash
556 list_reversed_test: Crash 557 list_reversed_test: Crash
557 list_set_all_test: Crash 558 list_set_all_test: Crash
558 list_set_range_test: Crash 559 list_set_range_test: Crash
559 list_sort_test: RuntimeError 560 list_sort_test: RuntimeError
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 iterable_take_while_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 790 iterable_take_while_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
790 iterable_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 791 iterable_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
791 iterable_to_list_test/01: Crash # UnimplementedError: KernelClosedWorldMixin.get AppliedMixin 792 iterable_to_list_test/01: Crash # UnimplementedError: KernelClosedWorldMixin.get AppliedMixin
792 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas s' was called on null. 793 iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClas s' was called on null.
793 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 794 iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
794 iterable_tostring_test: Crash # NoSuchMethodError: The getter 'enclosingClass' w as called on null. 795 iterable_tostring_test: Crash # NoSuchMethodError: The getter 'enclosingClass' w as called on null.
795 json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closu re.call#result) in (local(listEach_closure.call#key), local(listEach_closure.cal l#value), local(listEach#)) for j:closure_call(listEach_closure.call). 796 json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closu re.call#result) in (local(listEach_closure.call#key), local(listEach_closure.cal l#value), local(listEach#)) for j:closure_call(listEach_closure.call).
796 linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find valu e local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure. call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j :closure_call(Maps_mapToString_closure.call). 797 linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find valu e local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure. call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j :closure_call(Maps_mapToString_closure.call).
797 linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedH ashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_clos ure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_cal l(LinkedHashMapTest_testMain_closure.call). 798 linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedH ashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_clos ure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_cal l(LinkedHashMapTest_testMain_closure.call).
798 list_as_map_test: Crash # Assertion failure: Cannot find value local(Maps_mapToS tring_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps _mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_ mapToString_closure.call). 799 list_as_map_test: Crash # Assertion failure: Cannot find value local(Maps_mapToS tring_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps _mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_ mapToString_closure.call).
800 list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' w as called on null.
799 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos ingClass' was called on null. 801 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos ingClass' was called on null.
800 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin 802 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin
801 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin 803 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin
802 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM ixin 804 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM ixin
803 list_map_test: Crash 805 list_map_test: Crash
804 list_replace_range_test: Crash 806 list_replace_range_test: Crash
805 list_reversed_test: Crash 807 list_reversed_test: Crash
806 list_set_all_test: Crash 808 list_set_all_test: Crash
807 list_set_range_test: Crash 809 list_set_range_test: Crash
808 list_sort_test: RuntimeError 810 list_sort_test: RuntimeError
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 963
962 [ $compiler == dart2analyzer && $checked && !$strong ] 964 [ $compiler == dart2analyzer && $checked && !$strong ]
963 iterable_fold_test/01: Pass 965 iterable_fold_test/01: Pass
964 966
965 [ $compiler == dart2analyzer && $strong && !$checked ] 967 [ $compiler == dart2analyzer && $strong && !$checked ]
966 iterable_fold_test/01: CompileTimeError 968 iterable_fold_test/01: CompileTimeError
967 969
968 [ $runtime == dart_precompiled && $minified ] 970 [ $runtime == dart_precompiled && $minified ]
969 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper 971 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper
970 error_stack_trace1_test: Skip # Expects unobfuscated stack trace 972 error_stack_trace1_test: Skip # Expects unobfuscated stack trace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698