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

Unified Diff: tests/language/language_dart2js.status

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit 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/language/language_analyzer2.status ('k') | tests/language_2/generic_instanceof.dart » ('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 7cb4349e971c59493867315bbfdb28e417abf3a2..64355da136e00c9128860e73ba78d817ffb39d2b 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -171,7 +171,6 @@ default_factory2_test/01: Fail # Issue 14121
[ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
type_checks_in_factory_method_test: RuntimeError # Issue 12746
-generic_test: RuntimeError, OK
map_literal4_test: RuntimeError, OK # Checked mode required.
named_parameters_type_test/01: MissingRuntimeError, OK
named_parameters_type_test/02: MissingRuntimeError, OK
@@ -324,14 +323,6 @@ generic_field_mixin2_test: Crash # Issue 27394
generic_field_mixin3_test: Crash # Issue 27394
generic_field_mixin6_test/01: Crash # Issue 27394
generic_field_mixin_test: Crash # Issue 27394
-generic_local_functions_test: Crash # Issue 27394
-generic_metadata_test/02: Crash # Issue 27394
-generic_metadata_test/03: Crash # Issue 27394
-generic_methods_generic_function_parameter_test: Crash # Issue 27394
-generic_methods_type_expression_test/01: RuntimeError # Issue 27394
-generic_methods_type_expression_test/03: RuntimeError # Issue 27394
-generic_methods_type_expression_test/none: RuntimeError # Issue 27394
-get_set_syntax_test/00: Crash # Issue 27394
if_null_assignment_behavior_test/06: RuntimeError # Issue 27394
if_null_assignment_static_test/01: RuntimeError # Issue 27394
if_null_assignment_static_test/03: RuntimeError # Issue 27394
@@ -1431,6 +1422,63 @@ type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
type_variable_nested_test: Crash
typecheck_multifield_declaration_test: Crash
typedef_is_test: Crash
+variable_declaration_metadata_test/none: 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
+for2_test: RuntimeError
+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#))
+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
+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
+string_interpolation_and_buffer_test: 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
wrong_number_type_arguments_test/00: Crash
wrong_number_type_arguments_test/02: Crash
yieldstar_pause_test: Crash
@@ -2314,5 +2362,64 @@ type_variable_function_type_test: RuntimeError
type_variable_nested_test: Crash
typecheck_multifield_declaration_test: Crash
typedef_is_test: Crash
+variable_declaration_metadata_test/none: 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
+string_interpolation_and_buffer_test: 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/language/language_analyzer2.status ('k') | tests/language_2/generic_instanceof.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698