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

Unified Diff: tests/language/language_dart2js.status

Issue 3008753002: Avoid Element-only assertions in generateParameterStubs (Closed)
Patch Set: status 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_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 0a70b9df6836588d8dcfefbe829bef6ef247d7b6..48ee3f982ada979f58e5e17031e76b108370c446 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -799,14 +799,10 @@ function_subtype_cast3_test: Crash
function_subtype_checked0_test: Crash
function_subtype_closure0_test: Crash
function_subtype_closure1_test: Crash
-function_subtype_inline0_test: Crash
-function_subtype_inline1_test: Crash
-function_subtype_local0_test: Crash
-function_subtype_local1_test: Crash
-function_subtype_local2_test: Crash
-function_subtype_local3_test: Crash
-function_subtype_local4_test: Crash
-function_subtype_local5_test: Crash
+function_subtype_inline0_test: RuntimeError
+function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_local3_test: RuntimeError
+function_subtype_local4_test: RuntimeError
function_subtype_not3_test: Crash
function_subtype_typearg1_test: Crash
function_subtype_typearg2_test: Crash
@@ -816,7 +812,6 @@ function_subtype_typearg5_test: Crash
function_syntax_test/none: Crash
function_test: Crash
function_type_alias3_test: Crash
-function_type_alias_test: Crash
function_type_parameter2_negative_test: Crash
function_type_parameter_negative_test: Crash
generalized_void_syntax_test: CompileTimeError
@@ -1134,19 +1129,16 @@ multiline_newline_test/05: MissingCompileTimeError
multiline_newline_test/05r: MissingCompileTimeError
multiline_newline_test/06: MissingCompileTimeError
multiline_newline_test/06r: MissingCompileTimeError
-named_argument_test: Crash
named_constructor_test/01: MissingRuntimeError
-named_parameters_default_eq_test/02: Crash
-named_parameters_default_eq_test/none: Crash
+named_parameters_default_eq_test/02: MissingCompileTimeError
named_parameters_passing_falsy_test: RuntimeError
named_parameters_passing_null_test: RuntimeError
named_parameters_passing_zero_test: RuntimeError
named_parameters_test/none: RuntimeError
-named_parameters_type_test/01: Crash
-named_parameters_type_test/02: Crash
-named_parameters_type_test/03: Crash
-named_parameters_type_test/none: Crash
-named_parameters_with_conversions_test: Crash
+named_parameters_type_test/01: MissingRuntimeError
+named_parameters_type_test/02: MissingRuntimeError
+named_parameters_type_test/03: MissingRuntimeError
+named_parameters_with_conversions_test: RuntimeError
named_parameters_with_dollars_test: RuntimeError
naming_test: Crash
nan_identical_test: RuntimeError
@@ -1187,9 +1179,8 @@ override_method_with_field_test/01: MissingCompileTimeError
parameter_initializer_test: Crash
parameter_types_specialization_test: RuntimeError
parse_closures_in_initializers_test: Crash
-positional_parameters_type_test/01: Crash
-positional_parameters_type_test/02: Crash
-positional_parameters_type_test/none: Crash
+positional_parameters_type_test/01: MissingRuntimeError
+positional_parameters_type_test/02: MissingRuntimeError
private_mixin2_test: Crash
private_mixin_exception_throw_test: Crash
private_super_constructor_test/01: Crash
@@ -1205,7 +1196,6 @@ reg_exp_test: Crash
regress_11010_test: Crash
regress_13494_test: RuntimeError
regress_17382_test: RuntimeError
-regress_18435_test: Crash
regress_18535_test: Crash
regress_18713_test: Crash
regress_20394_test/01: Crash
@@ -1394,7 +1384,6 @@ type_variable_function_type_test: RuntimeError
type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
type_variable_nested_test: Crash
typecheck_multifield_declaration_test: Crash
-typedef_is_test: Crash
wrong_number_type_arguments_test/00: Crash
wrong_number_type_arguments_test/02: Crash
yieldstar_pause_test: Crash
@@ -1731,24 +1720,19 @@ function_subtype_cast3_test: Crash
function_subtype_checked0_test: Crash
function_subtype_closure0_test: Crash
function_subtype_closure1_test: Crash
-function_subtype_inline0_test: Crash
-function_subtype_inline1_test: Crash
-function_subtype_local0_test: Crash
-function_subtype_local1_test: Crash
-function_subtype_local2_test: Crash
-function_subtype_local3_test: Crash
-function_subtype_local4_test: Crash
-function_subtype_local5_test: Crash
+function_subtype_inline0_test: RuntimeError
+function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_local3_test: RuntimeError
+function_subtype_local4_test: RuntimeError
function_subtype_not3_test: Crash
function_subtype_typearg1_test: Crash
function_subtype_typearg2_test: Crash
function_subtype_typearg3_test: Crash
function_subtype_typearg4_test: Crash
function_subtype_typearg5_test: Crash
-function_syntax_test/none: Crash
+function_syntax_test/none: RuntimeError
function_test: Crash
function_type_alias3_test: Crash
-function_type_alias_test: Crash
function_type_parameter2_negative_test: Crash
function_type_parameter_negative_test: Crash
generalized_void_syntax_test: CompileTimeError
@@ -1782,7 +1766,7 @@ if_null_assignment_behavior_test/06: Crash
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/02: Crash
+if_null_assignment_static_test/02: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(DerivedClass.derivedTest#)) for j:closure_call(DerivedClass_derivedTest_closure.call).
if_null_assignment_static_test/03: RuntimeError
if_null_assignment_static_test/04: RuntimeError
if_null_assignment_static_test/05: RuntimeError
@@ -2034,19 +2018,16 @@ multiline_newline_test/05: MissingCompileTimeError
multiline_newline_test/05r: MissingCompileTimeError
multiline_newline_test/06: MissingCompileTimeError
multiline_newline_test/06r: MissingCompileTimeError
-named_argument_test: Crash
named_constructor_test/01: MissingRuntimeError
-named_parameters_default_eq_test/02: Crash
-named_parameters_default_eq_test/none: Crash
+named_parameters_default_eq_test/02: MissingCompileTimeError
named_parameters_passing_falsy_test: RuntimeError
named_parameters_passing_null_test: RuntimeError
named_parameters_passing_zero_test: RuntimeError
named_parameters_test/none: RuntimeError
-named_parameters_type_test/01: Crash
-named_parameters_type_test/02: Crash
-named_parameters_type_test/03: Crash
-named_parameters_type_test/none: Crash
-named_parameters_with_conversions_test: Crash
+named_parameters_type_test/01: MissingRuntimeError
+named_parameters_type_test/02: MissingRuntimeError
+named_parameters_type_test/03: MissingRuntimeError
+named_parameters_with_conversions_test: RuntimeError
named_parameters_with_dollars_test: RuntimeError
naming_test: Crash
nan_identical_test: RuntimeError
@@ -2067,7 +2048,6 @@ null_test/none: Crash
number_identity2_test: RuntimeError
numbers_test: RuntimeError
ordered_maps_test: Crash
-function_syntax_test/none: RuntimeError
overridden_no_such_method_test: Crash
override_field_method1_negative_test: Fail
override_field_method2_negative_test: Fail
@@ -2088,9 +2068,8 @@ override_method_with_field_test/01: MissingCompileTimeError
parameter_initializer_test: Crash
parameter_types_specialization_test: RuntimeError
parse_closures_in_initializers_test: RuntimeError
-positional_parameters_type_test/01: Crash
-positional_parameters_type_test/02: Crash
-positional_parameters_type_test/none: Crash
+positional_parameters_type_test/01: MissingRuntimeError
+positional_parameters_type_test/02: MissingRuntimeError
private_mixin2_test: Crash
private_mixin_exception_throw_test: Crash
private_super_constructor_test/01: MissingCompileTimeError
@@ -2106,7 +2085,6 @@ reg_exp_test: Crash
regress_11010_test: Crash
regress_13494_test: RuntimeError
regress_17382_test: RuntimeError
-regress_18435_test: Crash
regress_18535_test: Crash
regress_18713_test: Crash
regress_20394_test/01: MissingCompileTimeError
@@ -2252,58 +2230,5 @@ type_variable_field_initializer_closure_test: Crash
type_variable_function_type_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
-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/corelib.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698