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

Unified Diff: tests/language_2/language_2_dart2js.status

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
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
Index: tests/language_2/language_2_dart2js.status
diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status
index b0a51f243da0a6892ce1e14b53ec9d68efe25e28..2a6c0a5e764cecf3e94a2f167b34321a6e534b0d 100644
--- a/tests/language_2/language_2_dart2js.status
+++ b/tests/language_2/language_2_dart2js.status
@@ -104,11 +104,39 @@ class_literal_test/25: MissingCompileTimeError
generic_constructor_mixin_test/01: MissingCompileTimeError
generic_constructor_mixin2_test/01: MissingCompileTimeError
generic_constructor_mixin3_test/01: MissingCompileTimeError
+generic_methods_bounds_test/01: MissingCompileTimeError
+generic_methods_bounds_test/02: MissingRuntimeError
+generic_methods_closure_test: RuntimeError
+generic_methods_dynamic_test/01: MissingCompileTimeError
+generic_methods_dynamic_test/02: MissingRuntimeError
+generic_methods_dynamic_test/03: MissingCompileTimeError
+generic_methods_dynamic_test/04: MissingRuntimeError
+generic_methods_generic_class_tearoff_test: RuntimeError
generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
+generic_methods_local_variable_declaration_test: RuntimeError
+generic_methods_named_parameters_test: RuntimeError
+generic_methods_optional_parameters_test: RuntimeError
+generic_methods_overriding_test/01: MissingCompileTimeError
+generic_methods_overriding_test/03: MissingCompileTimeError
+generic_methods_recursive_bound_test/02: MissingCompileTimeError
+generic_methods_reuse_type_variables_test: RuntimeError
+generic_methods_shadowing_test: RuntimeError
+generic_methods_simple_as_expression_test/02: MissingRuntimeError
+generic_methods_simple_is_expression_test: RuntimeError
+generic_methods_tearoff_specialization_test: RuntimeError
+generic_methods_unused_parameter_test: RuntimeError
+generic_tearoff_test: CompileTimeError
typevariable_substitution2_test/02: MissingCompileTimeError
+[ $compiler == dart2js]
+generic_methods_type_expression_test: RuntimeError
+
[ $compiler == dart2js && $runtime != none ]
bit_operations_test: RuntimeError, OK # Issue 1533
+generic_typedef_test: RuntimeError
+
+[ $compiler == dart2js && $runtime != none && !$checked ]
+generic_list_checked_test: RuntimeError
[ $compiler == dart2js && ! $dart2js_with_kernel ]
accessor_conflict_export2_test: Crash # Issue 25626
@@ -163,6 +191,11 @@ black_listed_test/13c: Crash # Issue 27394
black_listed_test/14c: Crash # Issue 27394
bootstrap_test: RuntimeError # Issue 27394
call_nonexistent_static_test/10: 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
+get_set_syntax_test/00: Crash # Issue 27394
[ $compiler == dart2js && $runtime != d8 && !$checked ]
function_subtype_inline2_test: RuntimeError
@@ -567,6 +600,17 @@ generic_constructor_mixin_test: Crash
function_subtype_inline2_test: RuntimeError
regress_30339_test: Crash
typevariable_substitution2_test/02: Crash
+generic_instanceof_test: Crash
+generic_local_functions_test: Crash
+generic_method_types_test/01: Crash
+generic_method_types_test/02: Crash
+generic_methods_generic_function_parameter_test: Crash
+generic_methods_test: Crash
+generic_native_test: Crash
+generic_syntax_test: Crash
+generic_test: Crash
+getter_closure_execution_order_test: Crash
+generic_test: RuntimeError
[ $compiler == dart2js && $dart2js_with_kernel && $minified ]
abstract_beats_arguments_test: Crash
@@ -951,6 +995,16 @@ generic_constructor_mixin3_test: Crash
generic_constructor_mixin_test: Crash
regress_30339_test: Crash
typevariable_substitution2_test/02: Crash
+generic_instanceof_test: Crash
+generic_local_functions_test: Crash
+generic_method_types_test/01: Crash
+generic_method_types_test/02: Crash
+generic_methods_generic_function_parameter_test: Crash
+generic_methods_test: Crash
+generic_native_test: Crash
+generic_syntax_test: Crash
+generic_test: Crash
+generic_test: RuntimeError
[ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
async_star_cancel_while_paused_test: RuntimeError # Issue 22853
@@ -976,6 +1030,7 @@ assert_with_message_test: RuntimeError
[ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
bool_check_test: RuntimeError # Issue 29647
bool_condition_check_test: RuntimeError
+generic_test: RuntimeError, OK
[ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $dart2js_with_kernel ]
function_type/function_type14_test: Crash # Issue 27394

Powered by Google App Engine
This is Rietveld 408576698