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

Unified Diff: tests/language/language_dart2js.status

Issue 3010473002: Adding JRecord and boxing mechanics.
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 4edfc27bfe0591e9114bdb8566f48684969a3f62..6c8d06fc821bd325e1a3a61d247b69d7a4dc56ea 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -651,6 +651,7 @@ constructor_redirect2_test/01: MissingCompileTimeError
constructor_redirect_test/01: Crash
constructor_test: Crash
constructor_with_mixin_test: Crash
+context_test: Crash # Failed assertion: boolean expression must not be null
context_test: RuntimeError
context_test: RuntimeError
crash_6725_test/01: Crash
@@ -804,6 +805,7 @@ flatten_test/10: Crash
flatten_test/11: Crash
flatten_test/12: Crash
flatten_test/none: Crash
+for2_test: Crash # Failed assertion: boolean expression must not be null
for2_test: RuntimeError
for2_test: RuntimeError
for_in2_test: Crash
@@ -811,15 +813,10 @@ for_variable_capture_test: Crash
full_stacktrace1_test: Crash
full_stacktrace2_test: Crash
full_stacktrace3_test: Crash
-function_literals2_test: Crash
function_malformed_result_type_test: Crash
-function_propagation_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call))
function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.mapToString#))
-function_subtype3_test: Crash
function_subtype_bound_closure6_test: Crash
-function_subtype_call0_test: Crash
-function_subtype_call1_test: Crash
-function_subtype_call2_test: Crash
+function_subtype_call1_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(C1.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call))
function_subtype_cast2_test: Crash
function_subtype_cast3_test: Crash
function_subtype_checked0_test: Crash
@@ -841,7 +838,7 @@ function_subtype_typearg4_test: Crash
function_subtype_typearg5_test: Crash
function_syntax_test/none: Crash
function_test: Crash
-function_type2_test: Crash
+function_type2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for (#lib1::B::T param) → dynamic => 42. Closures found for (() → dynamic {
function_type_alias3_test: Crash
function_type_alias_test: Crash
function_type_parameter2_negative_test: Crash
@@ -920,8 +917,6 @@ import_self_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar
inference_mixin_field_test: Crash
infinite_switch_label_test: Crash
infinity_test: RuntimeError
-initializing_formal_capture_test: Crash
-initializing_formal_final_test: Crash
inline_super_field_test: Crash
inlined_throw_test: Crash
instance_creation_in_function_annotation_test: Crash
@@ -946,9 +941,8 @@ issue10721_test: Crash
issue10747_test: Crash
issue13474_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#a) is stored in a closure field.
issue13474_test: RuntimeError
-issue14014_2_test: Crash
+issue14014_2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for (#lib1::B::T a) → dynamic {
issue14014_3_test: Crash
-issue14014_test: Crash
issue14242_test: Crash
issue15720_test: Crash
issue21079_test: Crash
@@ -958,7 +952,6 @@ issue9602_test: Crash
issue9939_test: RuntimeError
issue9939_test: RuntimeError
issue_1751477_test: CompileTimeError
-issue_22780_test/01: Crash
issue_23914_test: Crash
issue_25671a_test/01: Crash
issue_25671b_test/01: Crash
@@ -970,7 +963,7 @@ left_shift_test: RuntimeError
library_env_test/has_no_html_support: RuntimeError
library_env_test/has_no_io_support: RuntimeError
library_env_test/has_no_mirror_support: RuntimeError
-library_prefixes_test: Crash
+library_prefixes_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for () → dynamic {
list_is_test: Crash
list_literal3_test: Crash
list_literal4_test: RuntimeError
@@ -1224,7 +1217,6 @@ null_test/none: Crash
number_identity2_test: Crash
numbers_test: RuntimeError
ordered_maps_test: Crash
-osr_test: Crash
overridden_no_such_method_test: Crash
override_field_method1_negative_test: Crash
override_field_method2_negative_test: Fail
@@ -1279,7 +1271,7 @@ regress_22579_test: Crash
regress_22666_test: Crash
regress_22728_test: Crash
regress_22777_test: Crash
-regress_22822_test: RuntimeError
+regress_22822_test: Crash # Failed assertion: boolean expression must not be null
regress_22822_test: RuntimeError
regress_22936_test/01: RuntimeError
regress_22936_test/01: RuntimeError
@@ -1291,7 +1283,7 @@ regress_23498_test: Crash
regress_23500_test/01: Crash
regress_23500_test/02: Crash
regress_23500_test/none: Crash
-regress_23537_test: RuntimeError
+regress_23537_test: Crash # Failed assertion: boolean expression must not be null
regress_23996_test: Crash
regress_24283_test: RuntimeError
regress_24567_test: Crash
@@ -1453,6 +1445,16 @@ type_promotion_closure_test/16: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
type_promotion_closure_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(test12#a) is stored in a closure field.
type_propagation2_test: Crash
type_variable_bounds3_test/00: Crash
+function_literals2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for () → dynamic {
+function_subtype3_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(FunctionLike.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call))
+function_subtype_call0_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(C1.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call))
+function_subtype_call2_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(C1.call). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call))
+initializing_formal_capture_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for () → dynamic => x. Closures found for (() → dynamic {
+initializing_formal_final_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for () → dynamic {
+issue14014_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 207 pos 9: 'closure != null': Corresponding closure class not found for (#lib2::B::T param) → dynamic => 42. Closures found for (() → dynamic {
+issue_22780_test/01: Crash # Assertion failure: Cannot find value local(main#f) in () for j:method(main).
+osr_test: Crash # Assertion failure: Cannot find value local(sort_A01_t02_test#permute) in (local(sort_A01_t02_test#create), local(sort_A01_t02_test#c), local(sort_A01_t02_test#maxlen), ..., local(sort_A01_t02_test#swap), local(sort_A01_t02_test#check)) for j:method(sort_A01_t02_test).
+regress_23537_test: RuntimeError
type_variable_bounds_test/10: Crash
type_variable_closure2_test: Crash
type_variable_closure3_test: Crash
@@ -1603,7 +1605,11 @@ const_error_multiply_initialized_test/04: Crash
const_evaluation_test/01: Crash
const_factory_with_body_test/01: MissingCompileTimeError
const_instance_field_test/01: MissingCompileTimeError
+const_map2_test/00: Crash # Stack Overflow
const_map2_test/00: MissingCompileTimeError
+const_map2_test/00: MissingCompileTimeError
+const_map3_test/00: Crash # Stack Overflow
+const_map3_test/00: MissingCompileTimeError
const_map3_test/00: MissingCompileTimeError
const_map_test: Crash
const_optional_args_negative_test: Crash
@@ -1650,6 +1656,8 @@ constructor_redirect2_test/01: MissingCompileTimeError
constructor_redirect_test/01: Crash
constructor_test: Crash
constructor_with_mixin_test: Crash
+context_test: Crash # Stack Overflow
+context_test: RuntimeError
context_test: RuntimeError
crash_6725_test/01: Crash
ct_const_test: Crash
@@ -1664,6 +1672,7 @@ cyclic_type_test/03: RuntimeError
cyclic_type_test/04: RuntimeError
dangling_else_test: Crash
deferred_call_empty_before_load_test: RuntimeError
+deferred_call_empty_before_load_test: RuntimeError
deferred_closurize_load_library_test: CompileTimeError
deferred_constant_list_test: CompileTimeError
deferred_constraints_constants_test/none: CompileTimeError
@@ -1693,6 +1702,7 @@ deferred_inheritance_constraints_test/extends: MissingCompileTimeError
deferred_inheritance_constraints_test/implements: MissingCompileTimeError
deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
+deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
deferred_inlined_test: CompileTimeError
deferred_load_constants_test/none: CompileTimeError
deferred_load_inval_code_test: CompileTimeError
@@ -1702,6 +1712,7 @@ deferred_mixin_test: CompileTimeError
deferred_no_prefix_test/01: MissingCompileTimeError
deferred_no_such_method_test: CompileTimeError
deferred_not_loaded_check_test: Crash
+deferred_not_loaded_check_test: RuntimeError
deferred_only_constant_test: CompileTimeError
deferred_optimized_test: CompileTimeError
deferred_redirecting_factory_test: CompileTimeError
@@ -1727,21 +1738,41 @@ dynamic_prefix_core_test/01: RuntimeError
dynamic_prefix_core_test/none: RuntimeError
efficient_length_warning_test: Crash
enum_duplicate_test/01: Crash
+enum_duplicate_test/02: Crash # Stack Overflow
enum_duplicate_test/02: RuntimeError
+enum_duplicate_test/02: RuntimeError
+enum_duplicate_test/none: Crash # Stack Overflow
+enum_duplicate_test/none: RuntimeError
enum_duplicate_test/none: RuntimeError
enum_mirror_test: Crash
+enum_private_test/01: Crash # Stack Overflow
enum_private_test/01: RuntimeError
+enum_private_test/01: RuntimeError
+enum_private_test/02: Crash # Stack Overflow
+enum_private_test/02: RuntimeError
enum_private_test/02: RuntimeError
+enum_private_test/none: Crash # Stack Overflow
enum_private_test/none: RuntimeError
+enum_private_test/none: RuntimeError
+enum_test: Crash # Stack Overflow
+enum_test: RuntimeError
+enum_test: RuntimeError
example_constructor_test: Crash
+execute_finally7_test: Crash # Stack Overflow
+execute_finally7_test: RuntimeError
execute_finally7_test: RuntimeError
exhaustive_for_test: Crash
expect_test: RuntimeError
+expect_test: RuntimeError
export_double_same_main_test: CompileTimeError
export_main_test: CompileTimeError
+external_test/10: MissingRuntimeError
+external_test/13: MissingRuntimeError
+external_test/20: MissingRuntimeError
external_test/20: MissingRuntimeError
f_bounded_quantification4_test: RuntimeError
f_bounded_quantification5_test: RuntimeError
+f_bounded_quantification5_test: RuntimeError
factory2_test: Crash
factory_redirection_test/07: MissingCompileTimeError
factory_redirection_test/08: Crash
@@ -1792,13 +1823,14 @@ flatten_test/10: Crash
flatten_test/11: Crash
flatten_test/12: Crash
flatten_test/none: Crash
+for2_test: Crash # Stack Overflow
+for2_test: RuntimeError
for2_test: RuntimeError
for_in2_test: Crash
for_variable_capture_test: Crash
full_stacktrace1_test: Crash
full_stacktrace2_test: Crash
full_stacktrace3_test: Crash
-function_literals2_test: Crash
function_subtype_bound_closure6_test: Crash
function_subtype_cast2_test: Crash
function_subtype_cast3_test: Crash
@@ -1821,7 +1853,6 @@ function_subtype_typearg4_test: Crash
function_subtype_typearg5_test: Crash
function_syntax_test/none: Crash
function_test: Crash
-function_type2_test: Crash
function_type_alias3_test: Crash
function_type_alias_test: Crash
function_type_parameter2_negative_test: Crash
@@ -1848,13 +1879,19 @@ generic_native_test: Crash
generic_syntax_test: Crash
generic_test: RuntimeError
getter_no_setter2_test/00: RuntimeError
+getter_no_setter2_test/00: RuntimeError
+getter_no_setter2_test/03: RuntimeError
getter_no_setter2_test/03: RuntimeError
getter_no_setter_test/00: RuntimeError
+getter_no_setter_test/00: RuntimeError
+getter_no_setter_test/none: RuntimeError
getter_no_setter_test/none: RuntimeError
getter_override2_test/02: MissingCompileTimeError
getter_override_test/00: MissingCompileTimeError
getter_override_test/01: MissingCompileTimeError
getter_override_test/02: MissingCompileTimeError
+hash_map_null_key_foreach_test: Crash # Stack Overflow
+hash_map_null_key_foreach_test: RuntimeError
hash_map_null_key_foreach_test: RuntimeError
identical_closure2_test: RuntimeError
if_null_assignment_behavior_test/01: Crash
@@ -1863,13 +1900,20 @@ if_null_assignment_behavior_test/03: Crash
if_null_assignment_behavior_test/04: Crash
if_null_assignment_behavior_test/05: Crash
if_null_assignment_behavior_test/06: Crash
+if_null_assignment_behavior_test/12: Crash # Stack Overflow
+if_null_assignment_behavior_test/12: RuntimeError
if_null_assignment_behavior_test/12: RuntimeError
if_null_assignment_behavior_test/14: RuntimeError
+if_null_assignment_behavior_test/14: RuntimeError
+if_null_assignment_static_test/01: RuntimeError
if_null_assignment_static_test/01: RuntimeError
if_null_assignment_static_test/02: Crash
if_null_assignment_static_test/03: RuntimeError
+if_null_assignment_static_test/03: RuntimeError
+if_null_assignment_static_test/04: RuntimeError
if_null_assignment_static_test/04: RuntimeError
if_null_assignment_static_test/05: RuntimeError
+if_null_assignment_static_test/05: RuntimeError
if_null_assignment_static_test/06: Crash
implicit_closure2_test: Crash
implicit_closure_test: Crash
@@ -1880,14 +1924,13 @@ import_collection_no_prefix_test: Crash
inference_mixin_field_test: Crash
infinite_switch_label_test: Crash
infinity_test: RuntimeError
-initializing_formal_capture_test: Crash
-initializing_formal_final_test: Crash
inline_super_field_test: Crash
inlined_throw_test: Crash
instance_creation_in_function_annotation_test: Crash
instanceof4_test/01: Crash
instanceof4_test/none: Crash
integer_division_by_zero_test: RuntimeError
+integer_division_by_zero_test: RuntimeError
interceptor3_test: Crash
internal_library_test/02: Crash
invocation_mirror2_test: Crash
@@ -1898,13 +1941,15 @@ invocation_mirror_test: Crash
is_malformed_type_test/94: Crash
is_malformed_type_test/96: Crash
is_malformed_type_test/98: Crash
+is_object_test: Crash # Stack Overflow
+is_object_test: RuntimeError
is_object_test: RuntimeError
issue10721_test: Crash
issue10747_test: Crash
+issue13474_test: Crash # Stack Overflow
+issue13474_test: RuntimeError
issue13474_test: RuntimeError
-issue14014_2_test: Crash
issue14014_3_test: Crash
-issue14014_test: Crash
issue14242_test: Crash
issue15720_test: Crash
issue21079_test: Crash
@@ -1912,24 +1957,28 @@ issue23244_test: Crash
issue4295001_test: Crash
issue9602_test: Crash
issue9939_test: RuntimeError
+issue9939_test: RuntimeError
issue_1751477_test: CompileTimeError
-issue_22780_test/01: Crash
issue_23914_test: Crash
issue_25671a_test/01: Crash
issue_25671b_test/01: Crash
label_test: Crash
lazy_static8_test: RuntimeError
+lazy_static8_test: RuntimeError
left_shift_test: RuntimeError
library_env_test/has_no_html_support: RuntimeError
library_env_test/has_no_io_support: RuntimeError
library_env_test/has_no_mirror_support: RuntimeError
-library_prefixes_test: Crash
list_is_test: Crash
list_literal3_test: Crash
list_literal4_test: RuntimeError
+list_literal4_test: RuntimeError
list_test: Crash
+local_function2_test: Crash # Stack Overflow
+local_function2_test: RuntimeError
local_function2_test: RuntimeError
local_function3_test: RuntimeError
+local_function3_test: RuntimeError
local_function_test: Crash
logical_expression_test: Crash
main_not_a_function_test/01: CompileTimeError
@@ -1949,11 +1998,17 @@ main_test/45: Crash
malbounded_type_cast2_test: Crash
malbounded_type_test2_test: Crash
malformed_test/06: CompileTimeError
+malformed_test/none: Crash # Stack Overflow
+malformed_test/none: RuntimeError
malformed_test/none: RuntimeError
many_named_arguments_test: Crash
many_overridden_no_such_method_test: Crash
map_literal10_test: Crash
+map_literal3_test: Crash # Stack Overflow
map_literal3_test: RuntimeError
+map_literal3_test: RuntimeError
+map_literal4_test: Crash # Stack Overflow
+map_literal4_test: RuntimeError
map_literal4_test: RuntimeError
map_literal7_test: Crash
map_literal8_test: Crash
@@ -1961,6 +2016,8 @@ map_literal_syntax_test: Crash
map_test: Crash
method_name_test: CompileTimeError
method_override4_test: RuntimeError
+method_override4_test: RuntimeError
+method_override5_test: RuntimeError
method_override5_test: RuntimeError
method_override7_test/00: MissingCompileTimeError
method_override7_test/01: MissingCompileTimeError
@@ -2118,6 +2175,7 @@ mixin_type_variable_test/07: Crash
mixin_type_variable_test/08: Crash
mixin_typedef_constructor_test: Crash
modulo_test: RuntimeError
+modulo_test: RuntimeError
multiline_newline_test/04: MissingCompileTimeError
multiline_newline_test/04r: MissingCompileTimeError
multiline_newline_test/05: MissingCompileTimeError
@@ -2157,7 +2215,6 @@ null_test/none: Crash
number_identity2_test: Crash
numbers_test: RuntimeError
ordered_maps_test: Crash
-osr_test: Crash
overridden_no_such_method_test: Crash
override_field_method1_negative_test: Fail
override_field_method2_negative_test: Fail
@@ -2186,6 +2243,7 @@ private_mixin_exception_throw_test: Crash
private_super_constructor_test/01: MissingCompileTimeError
proxy4_test: Crash
proxy5_test: Crash
+range_analysis2_test: Crash # Stack Overflow
redirecting_constructor_initializer_test: RuntimeError
redirecting_factory_default_values_test/01: MissingCompileTimeError
redirecting_factory_default_values_test/02: MissingCompileTimeError
@@ -2194,6 +2252,8 @@ redirecting_factory_reflection_test: Crash
reg_exp_test: Crash
regress_11010_test: Crash
regress_13494_test: RuntimeError
+regress_13494_test: RuntimeError
+regress_17382_test: RuntimeError
regress_17382_test: RuntimeError
regress_18435_test: Crash
regress_18535_test: Crash
@@ -2201,6 +2261,7 @@ regress_18713_test: Crash
regress_20394_test/01: MissingCompileTimeError
regress_20840_test: Crash
regress_21795_test: RuntimeError
+regress_21795_test: RuntimeError
regress_22438_test: Crash
regress_22443_test: CompileTimeError
regress_22445_test: Crash
@@ -2208,8 +2269,10 @@ regress_22579_test: Crash
regress_22666_test: Crash
regress_22728_test: Crash
regress_22777_test: Crash
+regress_22822_test: Crash # Stack Overflow
regress_22822_test: RuntimeError
regress_22936_test/01: RuntimeError
+regress_22936_test/01: RuntimeError
regress_22976_test/01: CompileTimeError
regress_22976_test/02: CompileTimeError
regress_22976_test/none: CompileTimeError
@@ -2219,6 +2282,7 @@ regress_23500_test/01: Crash
regress_23500_test/02: Crash
regress_23500_test/none: Crash
regress_23537_test: Crash
+regress_23537_test: RuntimeError
regress_23996_test: Crash
regress_24283_test: RuntimeError
regress_24567_test: Crash
@@ -2249,25 +2313,23 @@ setter_override_test/00: MissingCompileTimeError
setter_override_test/03: MissingCompileTimeError
smaller_4_Interface_Types_A11_t02_test: Crash
stack_overflow_stacktrace_test: RuntimeError
+stack_overflow_stacktrace_test: RuntimeError
stack_trace_test: Crash
stacktrace_demangle_ctors_test: Crash
stacktrace_rethrow_error_test/none: Crash
stacktrace_rethrow_error_test/withtraceparameter: Crash
stacktrace_rethrow_nonerror_test: Crash
stacktrace_test: RuntimeError
-string_interpolate2_test: RuntimeError
-deferred_not_loaded_check_test: RuntimeError
-enum_test: RuntimeError
-external_test/10: MissingRuntimeError
-external_test/13: MissingRuntimeError
-range_analysis2_test: RuntimeError
-regress_23537_test: RuntimeError
+stacktrace_test: RuntimeError
statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
static_getter_no_setter1_test/01: RuntimeError
+static_getter_no_setter1_test/01: RuntimeError
static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
static_getter_no_setter3_test/01: RuntimeError
+static_getter_no_setter3_test/01: RuntimeError
static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
+string_interpolate2_test: Crash # Stack Overflow
string_join_test: RuntimeError
string_split_test: Crash
super_bound_closure_test/01: RuntimeError
@@ -2301,6 +2363,7 @@ switch_case_test/00: MissingCompileTimeError
switch_case_test/01: MissingCompileTimeError
switch_case_test/02: MissingCompileTimeError
switch_fallthru_test: RuntimeError
+switch_fallthru_test: RuntimeError
switch_label2_test: Crash
switch_label_test: Crash
switch_test: RuntimeError
@@ -2318,13 +2381,19 @@ syncstar_yieldstar_test: Crash
syntax_test/none: CompileTimeError
temp_mangling_test: Crash
third_test: Crash
+top_level_func_test: Crash # Stack Overflow
top_level_func_test: RuntimeError
top_level_getter_no_setter1_test/01: RuntimeError
+top_level_getter_no_setter1_test/01: RuntimeError
+top_level_getter_no_setter2_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
truncdiv_test: RuntimeError
+truncdiv_test: RuntimeError
+try_catch_test/01: MissingCompileTimeError
try_catch_test/01: MissingCompileTimeError
type_argument_substitution_test: Crash
type_checks_in_factory_method_test: RuntimeError
+type_checks_in_factory_method_test: RuntimeError
type_parameter_test/01: Crash
type_parameter_test/02: Crash
type_parameter_test/03: Crash
@@ -2345,65 +2414,19 @@ type_variable_conflict2_test/09: Crash
type_variable_field_initializer_closure2_test: Crash
type_variable_field_initializer_closure_test: Crash
type_variable_function_type_test: RuntimeError
+function_literals2_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+function_type2_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+initializing_formal_capture_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+initializing_formal_final_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+issue14014_2_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+issue14014_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+issue_22780_test/01: Crash # Assertion failure: Cannot find value local(main#f) in () for j:method(main).
+library_prefixes_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+osr_test: Crash # Assertion failure: Cannot find value local(sort_A01_t02_test#permute) in (local(sort_A01_t02_test#create), local(sort_A01_t02_test#c), local(sort_A01_t02_test#maxlen), ..., local(sort_A01_t02_test#swap), local(sort_A01_t02_test#check)) for j:method(sort_A01_t02_test).
+range_analysis2_test: RuntimeError
+string_interpolate2_test: RuntimeError
type_variable_nested_test: Crash
typecheck_multifield_declaration_test: Crash
typedef_is_test: Crash
-const_map2_test/00: MissingCompileTimeError
-const_map3_test/00: MissingCompileTimeError
-context_test: RuntimeError
-deferred_call_empty_before_load_test: RuntimeError
-deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
-enum_duplicate_test/02: RuntimeError
-enum_duplicate_test/none: RuntimeError
-enum_private_test/01: RuntimeError
-enum_private_test/02: RuntimeError
-enum_private_test/none: RuntimeError
-enum_test: RuntimeError
-execute_finally7_test: RuntimeError
-expect_test: RuntimeError
-external_test/20: MissingRuntimeError
-f_bounded_quantification5_test: RuntimeError
-for2_test: RuntimeError
-getter_no_setter2_test/00: RuntimeError
-getter_no_setter2_test/03: RuntimeError
-getter_no_setter_test/00: RuntimeError
-getter_no_setter_test/none: RuntimeError
-hash_map_null_key_foreach_test: RuntimeError
-if_null_assignment_behavior_test/12: RuntimeError
-if_null_assignment_behavior_test/14: RuntimeError
-if_null_assignment_static_test/01: RuntimeError
-if_null_assignment_static_test/03: RuntimeError
-if_null_assignment_static_test/04: RuntimeError
-if_null_assignment_static_test/05: RuntimeError
-integer_division_by_zero_test: RuntimeError
-is_object_test: RuntimeError
-issue13474_test: RuntimeError
-issue9939_test: RuntimeError
-lazy_static8_test: RuntimeError
-list_literal4_test: RuntimeError
-local_function2_test: RuntimeError
-local_function3_test: RuntimeError
-malformed_test/none: RuntimeError
-map_literal3_test: RuntimeError
-map_literal4_test: RuntimeError
-method_override4_test: RuntimeError
-method_override5_test: RuntimeError
-modulo_test: RuntimeError
-regress_13494_test: RuntimeError
-regress_17382_test: RuntimeError
-regress_21795_test: RuntimeError
-regress_22822_test: RuntimeError
-regress_22936_test/01: RuntimeError
-stack_overflow_stacktrace_test: RuntimeError
-stacktrace_test: RuntimeError
-static_getter_no_setter1_test/01: RuntimeError
-static_getter_no_setter3_test/01: RuntimeError
-switch_fallthru_test: RuntimeError
-top_level_func_test: RuntimeError
-top_level_getter_no_setter1_test/01: RuntimeError
-top_level_getter_no_setter2_test/01: RuntimeError
-truncdiv_test: RuntimeError
-try_catch_test/01: MissingCompileTimeError
-type_checks_in_factory_method_test: RuntimeError
yieldstar_pause_test: Crash
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698