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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2994363002: Fix the local variable lookup in the locals handler. (Closed)
Patch Set: stephen comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_2/corelib_2.status
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index 46e0ef21767316f519765854109fa37fbea89489..cd785d812bece8e7eedd2ad3064b2358908c0be0 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -480,32 +480,22 @@ collection_test: Crash
collection_to_string_test: Crash
compare_to2_test: Crash
const_list_literal_test: Crash
-const_list_remove_range_test: Crash
const_list_set_range_test: Crash
core_runtime_types_test: Crash
data_uri_test: Crash
date_time_test: Crash
-double_floor2_test: Crash
double_parse_test/01: Crash
double_parse_test/02: Crash
double_parse_test/03: Crash
double_parse_test/04: Crash
double_parse_test/none: Crash
-double_round2_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
-double_truncate2_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
-duration_test: Crash # Assertion failure: Cannot find value local(main_closure.call#d1) in (local(main#)) for j:closure_call(main_closure.call).
dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where
error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
-error_stack_trace_test/none: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
-error_stack_trace_test/nullThrown: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
-exception_implementation_test: Crash
expando_test: Crash
for_in_test: Crash
growable_list_test: Crash
-has_next_iterator_test: Crash
hash_map2_test: Crash
-hash_map_test: Crash # Assertion failure: Cannot find value 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).
hash_set_test/01: Crash
hash_set_test/none: Crash
hash_set_type_check_test: Crash # Assertion failure: Cannot create exact type mask for uninstantiated class null.
@@ -524,11 +514,10 @@ int_modulo_arith_test/none: Crash
int_parse_radix_bad_handler_test: Crash
int_parse_radix_test/01: Crash
int_parse_radix_test/02: Crash
-int_parse_radix_test/none: Crash
-integer_to_string_test/01: Crash
-double_ceil2_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
int_parse_radix_test/badTypes: Crash # 'file:///usr/local/google/home/sigmund/dart/git_all/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 185 pos 12: 'closure != null': Corresponding closure class not found for local(main_closure.call#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_call(unwrapException_closure.call), local(unwrapException#saveStackTrace))
+int_parse_radix_test/none: Crash
integer_to_radix_string_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
+integer_to_string_test/01: Crash
is_operator_basic_types_test: Crash
iterable_contains2_test: Crash
iterable_contains_test: Crash
@@ -560,39 +549,28 @@ linked_hash_map_from_iterables_test: Crash
linked_hash_map_test: Crash
list_as_map_test: Crash
list_contains_argument_order_test: Crash
-list_fill_range_test: Crash
-list_first_test: Crash
-list_fixed_test: Crash
list_for_each_test: Crash
list_get_range_test: Crash
-list_growable_test: Crash
list_insert_all_test: Crash
list_insert_test: Crash
list_iterators_test: Crash
-list_last_test: Crash
list_map_test: Crash
-list_remove_range_test: Crash
-list_removeat_test: Crash
list_replace_range_test: Crash
list_reversed_test: Crash
list_set_all_test: Crash
list_set_range_test: Crash
list_sort_test: Crash # Assertion failure: Cannot find value local(ListSortTest_testMain_closure.call#compare) in (local(ListSortTest_testMain_closure.call#list), local(ListSortTest.testMain#)) for j:closure_call(ListSortTest_testMain_closure.call).
-list_sublist_test: Crash
list_test/01: Crash
list_test/none: Crash
list_to_string2_test: Crash
list_unmodifiable_test: Crash
main_test: Crash
-map_contains_key_test: Crash
map_contains_value_test: Crash
map_from_iterable_test: Crash
map_from_iterables_test: Crash
map_from_test: Crash
-map_index_test: Crash
map_keys2_test: Crash
map_keys_test: Crash
-map_remove_test: Crash
map_test: Crash # Issue 27394
map_to_string_test: Crash
map_values2_test: Crash
@@ -603,7 +581,6 @@ maps_test: Crash
nan_infinity_test/01: RuntimeError
null_nosuchmethod_test: Crash
null_test: Crash
-num_clamp_test: Crash
num_parse_test/01: Crash
num_parse_test/none: Crash
queue_first_test: Crash
@@ -616,32 +593,21 @@ reg_exp4_test: Crash
reg_exp5_test: Crash
reg_exp_all_matches_test: Crash
reg_exp_start_end_test: Crash
-regexp/ascii-regexp-subject_test: Crash
regexp/capture_test: Crash
-regexp/compile-crash_test: Crash
-regexp/compile_test: Crash
-regexp/early-acid3-86_test: Crash
regexp/ecma-regex-examples_test: Crash
regexp/extended-characters-more_test: Crash
regexp/global_test: Crash
regexp/indexof_test: Crash
-regexp/invalid-range-in-class_test: Crash
regexp/issue_19193_test: Crash
regexp/lastindex_test: Crash
-regexp/multiline_test: Crash
-regexp/negative-special-characters_test: Crash
regexp/no-extensions_test: Crash
regexp/non-capturing-groups_test: Crash
regexp/parentheses_test: Crash
regexp/pcre-test-4_test: Crash
-regexp/pcre_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
-regexp/range-out-of-order_test: Crash
regexp/regexp_kde_test: Crash
regexp/regexp_test: Crash
regexp/regress-regexp-codeflush_test: Crash
regexp/standalones_test: Crash
-regexp/unicode-handling_test: Crash
-regexp/unicodeCaseInsensitive_test: Crash
set_containsAll_test: Crash
set_contains_test: Crash
set_intersection_test: Crash
@@ -660,9 +626,6 @@ splay_tree_test/01: Crash
splay_tree_test/02: Crash
splay_tree_test/none: Crash
stacktrace_fromstring_test: Crash
-stopwatch2_test: Crash
-stopwatch_test: Crash
-string_base_vm_test: Crash
string_buffer_test: Crash
string_codeunits_test: Crash
string_from_environment3_test/01: MissingCompileTimeError
@@ -671,7 +634,6 @@ string_from_environment3_test/03: MissingCompileTimeError
string_from_environment3_test/04: MissingCompileTimeError
string_from_environment3_test/05: Crash
string_from_list_test: Crash
-string_fromcharcode_test: Crash
string_fromcharcodes_test: Crash
string_operations_with_null_test: Crash
string_pattern_test: Crash
@@ -682,7 +644,10 @@ string_replace_test: Crash
string_runes_test: Crash
string_source_test: Crash
string_split_test: Crash
-string_substring_test: Crash
+date_time_test: Timeout
+expando_test: RuntimeError
+list_sort_test: RuntimeError
+string_buffer_test: RuntimeError
string_test: Crash
string_to_lower_case_test: Crash
string_trimlr_test/02: Crash
@@ -690,15 +655,15 @@ symbol_operator_test/03: Crash
symbol_operator_test/none: Crash
symbol_reserved_word_test/04: MissingCompileTimeError
symbol_reserved_word_test/05: MissingCompileTimeError
-symbol_reserved_word_test/06: Crash
+symbol_reserved_word_test/06: RuntimeError
symbol_reserved_word_test/07: MissingCompileTimeError
-symbol_reserved_word_test/09: Crash
+symbol_reserved_word_test/09: RuntimeError
symbol_reserved_word_test/10: MissingCompileTimeError
-symbol_reserved_word_test/12: Crash
+symbol_reserved_word_test/12: RuntimeError
symbol_test/01: Crash
-symbol_test/02: Crash
-symbol_test/03: Crash
-symbol_test/none: Crash
+symbol_test/02: MissingCompileTimeError
+symbol_test/03: MissingCompileTimeError
+symbol_test/none: RuntimeError
unicode2_test: Crash
uri_base_test: Crash
uri_file_test: Crash
@@ -755,27 +720,19 @@ collection_test: Crash
collection_to_string_test: Crash
compare_to2_test: Crash
const_list_literal_test: Crash
-const_list_remove_range_test: Crash
const_list_set_range_test: Crash
core_runtime_types_static_test: Crash
core_runtime_types_test: Crash
data_uri_test: Crash
date_time_test: Crash
-double_floor2_test: Crash
double_parse_test/01: Crash
double_parse_test/02: Crash
double_parse_test/03: Crash
double_parse_test/04: Crash
double_parse_test/none: Crash
-double_round2_test: Crash
-double_truncate2_test: Crash
-duration_test: Crash
dynamic_nosuchmethod_test: Crash
error_stack_trace1_test: Crash
error_stack_trace2_test: Crash
-error_stack_trace_test/none: Crash
-error_stack_trace_test/nullThrown: Crash
-exception_implementation_test: Crash
expando_test: Crash
for_in_test: Crash
from_environment_const_type_test/02: Crash
@@ -803,9 +760,7 @@ from_environment_const_type_undefined_test/13: Crash
from_environment_const_type_undefined_test/14: Crash
from_environment_const_type_undefined_test/16: Crash
growable_list_test: Crash
-has_next_iterator_test: Crash
hash_map2_test: Crash
-hash_map_test: Crash
hash_set_test/01: Crash
hash_set_test/none: Crash
hash_set_type_check_test: Crash # NoSuchMethodError: The getter 'name' was called on null.
@@ -820,7 +775,6 @@ int_from_environment3_test/05: Crash
int_modulo_arith_test/bignum: Crash
int_modulo_arith_test/modPow: Crash
int_modulo_arith_test/none: Crash
-double_ceil2_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
int_parse_radix_bad_handler_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
int_parse_radix_test/01: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
int_parse_radix_test/02: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
@@ -852,39 +806,28 @@ linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find valu
linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedHashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_closure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_call(LinkedHashMapTest_testMain_closure.call).
list_as_map_test: Crash # Assertion failure: Cannot find value 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).
list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
-list_fill_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
-list_first_test: Crash # Assertion failure: Cannot find value local(test_closure.call#list) in (local(test#)) for j:closure_call(test_closure.call).
-list_fixed_test: Crash # Assertion failure: Cannot find value local(main_closure.call#a) in (local(main#)) for j:closure_call(main_closure.call).
list_for_each_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
-list_growable_test: Crash # Assertion failure: Cannot find value local(main_closure.call#a) in (local(main#)) for j:closure_call(main_closure.call).
list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
list_iterators_test: Crash
-list_last_test: Crash
list_map_test: Crash
-list_remove_range_test: Crash
-list_removeat_test: Crash
list_replace_range_test: Crash
list_reversed_test: Crash
list_set_all_test: Crash
list_set_range_test: Crash
list_sort_test: Crash # Assertion failure: Cannot find value local(ListSortTest_testMain_closure.call#compare) in (local(ListSortTest_testMain_closure.call#list), local(ListSortTest.testMain#)) for j:closure_call(ListSortTest_testMain_closure.call).
-list_sublist_test: Crash
list_test/01: Crash
list_test/none: Crash
list_to_string2_test: Crash
list_unmodifiable_test: Crash
main_test: Crash
-map_contains_key_test: Crash
map_contains_value_test: Crash
map_from_iterable_test: Crash
map_from_iterables_test: Crash
map_from_test: Crash
-map_index_test: Crash
map_keys2_test: Crash
map_keys_test: Crash
-map_remove_test: Crash
map_test: Crash # Issue 27394
map_to_string_test: Crash
map_values2_test: Crash
@@ -895,7 +838,6 @@ maps_test: Crash
nan_infinity_test/01: RuntimeError
null_nosuchmethod_test: Crash
null_test: Crash
-num_clamp_test: Crash
num_parse_test/01: Crash
num_parse_test/none: Crash
queue_first_test: Crash
@@ -908,32 +850,21 @@ reg_exp4_test: Crash
reg_exp5_test: Crash
reg_exp_all_matches_test: Crash
reg_exp_start_end_test: Crash
-regexp/ascii-regexp-subject_test: Crash
regexp/capture_test: Crash
-regexp/compile-crash_test: Crash
-regexp/compile_test: Crash
-regexp/early-acid3-86_test: Crash
regexp/ecma-regex-examples_test: Crash
regexp/extended-characters-more_test: Crash
regexp/global_test: Crash
regexp/indexof_test: Crash
-regexp/invalid-range-in-class_test: Crash
regexp/issue_19193_test: Crash
regexp/lastindex_test: Crash
-regexp/multiline_test: Crash
-regexp/negative-special-characters_test: Crash
regexp/no-extensions_test: Crash
regexp/non-capturing-groups_test: Crash
regexp/parentheses_test: Crash
regexp/pcre-test-4_test: Crash
-regexp/pcre_test: Crash, RuntimeError, Timeout # Issue 27394
-regexp/range-out-of-order_test: Crash
regexp/regexp_kde_test: Crash
regexp/regexp_test: Crash
regexp/regress-regexp-codeflush_test: Crash
regexp/standalones_test: Crash
-regexp/unicode-handling_test: Crash
-regexp/unicodeCaseInsensitive_test: Crash
regress_r21715_test: Crash
set_containsAll_test: Crash
set_contains_test: Crash
@@ -952,10 +883,7 @@ splay_tree_test/01: Crash
splay_tree_test/02: Crash
splay_tree_test/none: Crash
stacktrace_fromstring_test: Crash
-stopwatch2_test: Crash
-stopwatch_test: Crash
string_base_vm_static_test: Crash
-string_base_vm_test: Crash
string_buffer_test: Crash
string_codeunits_test: Crash
string_from_environment3_test/01: MissingCompileTimeError
@@ -964,7 +892,6 @@ string_from_environment3_test/03: MissingCompileTimeError
string_from_environment3_test/04: MissingCompileTimeError
string_from_environment3_test/05: Crash
string_from_list_test: Crash
-string_fromcharcode_test: Crash
string_fromcharcodes_test: Crash
string_operations_with_null_test: Crash
string_pattern_test: Crash
@@ -976,7 +903,11 @@ string_runes_test: Crash
string_source_test: Crash
string_split_test: Crash
string_static_test: Crash
-string_substring_test: Crash
+date_time_test: Timeout
+expando_test: RuntimeError
+list_sort_test: RuntimeError
+sort_test: RuntimeError
+string_buffer_test: RuntimeError
string_test: Crash
string_to_lower_case_test: Crash
string_trimlr_test/02: Crash
@@ -984,15 +915,15 @@ symbol_operator_test/03: Crash
symbol_operator_test/none: Crash
symbol_reserved_word_test/04: MissingCompileTimeError
symbol_reserved_word_test/05: MissingCompileTimeError
-symbol_reserved_word_test/06: Crash # Assertion failure: Cannot find value local(checkBadSymbol_closure.call#s) in (local(checkBadSymbol#)) for j:closure_call(checkBadSymbol_closure.call).
+symbol_reserved_word_test/06: RuntimeError
symbol_reserved_word_test/07: MissingCompileTimeError
-symbol_reserved_word_test/09: Crash # Assertion failure: Cannot find value local(checkBadSymbol_closure.call#s) in (local(checkBadSymbol#)) for j:closure_call(checkBadSymbol_closure.call).
+symbol_reserved_word_test/09: RuntimeError
symbol_reserved_word_test/10: MissingCompileTimeError
-symbol_reserved_word_test/12: Crash # Assertion failure: Cannot find value local(checkBadSymbol_closure.call#s) in (local(checkBadSymbol#)) for j:closure_call(checkBadSymbol_closure.call).
+symbol_reserved_word_test/12: RuntimeError
symbol_test/01: Crash
-symbol_test/02: Crash
-symbol_test/03: Crash
-symbol_test/none: Crash
+symbol_test/02: MissingCompileTimeError
+symbol_test/03: MissingCompileTimeError
+symbol_test/none: RuntimeError
unicode2_test: Crash
uri_base_test: Crash
uri_file_test: Crash
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698