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

Unified Diff: tests/language_2/language_2_vm.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_2/language_2_precompiled.status ('k') | tests/language_strong/generic_instanceof.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_vm.status
diff --git a/tests/language_2/language_2_vm.status b/tests/language_2/language_2_vm.status
index f7d8414981c87694799cd1fdca04802f8776c68b..fbf67bad034bab9e155ed18d22ca9b7a71cba74c 100644
--- a/tests/language_2/language_2_vm.status
+++ b/tests/language_2/language_2_vm.status
@@ -103,9 +103,32 @@ class_literal_test/23: MissingCompileTimeError
class_literal_test/24: MissingCompileTimeError
class_literal_test/25: MissingCompileTimeError
covariant_subtyping_with_substitution_test: RuntimeError
-generic_constructor_mixin_test/01: MissingCompileTimeError
generic_constructor_mixin2_test/01: MissingCompileTimeError
generic_constructor_mixin3_test/01: MissingCompileTimeError
+generic_constructor_mixin_test/01: MissingCompileTimeError
+generic_instanceof_test: RuntimeError
+generic_methods_bounds_test/01: MissingCompileTimeError
+generic_methods_dynamic_test/01: MissingCompileTimeError
+generic_methods_dynamic_test/03: MissingCompileTimeError
+generic_methods_generic_class_tearoff_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_simple_is_expression_test: RuntimeError
+generic_methods_tearoff_specialization_test: RuntimeError
+generic_methods_unused_parameter_test: RuntimeError
+generic_tearoff_test: RuntimeError
+generic_typedef_test: RuntimeError
+typevariable_substitution2_test/02: MissingCompileTimeError
+
+[ $compiler == none && $runtime == vm ]
+generic_methods_bounds_test/02: MissingRuntimeError
+generic_methods_dynamic_test/02: MissingRuntimeError
+generic_methods_dynamic_test/04: MissingRuntimeError
+generic_methods_reuse_type_variables_test: RuntimeError
+generic_methods_simple_as_expression_test/02: MissingRuntimeError
[ $runtime == vm && $checked ]
function_type/function_type0_test: RuntimeError # Issue 30475
@@ -251,6 +274,7 @@ function_type/function_type9_test: RuntimeError # Issue 30475
bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
function_subtype_inline2_test: RuntimeError
+generic_list_checked_test: RuntimeError
typevariable_substitution2_test/02: RuntimeError
# The VM doesn't enforce that potentially const expressions are actually
@@ -266,10 +290,20 @@ assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
assertion_initializer_const_error_test/01: MissingCompileTimeError
assertion_initializer_const_function_error_test/01: MissingCompileTimeError
+[ $compiler == app_jit && $runtime == vm ]
+generic_methods_reuse_type_variables_test: RuntimeError
+
[ $compiler == app_jit && $runtime == vm && !$checked ]
assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
assertion_initializer_const_error_test/01: MissingCompileTimeError
assertion_initializer_const_function_error_test/01: MissingCompileTimeError
+generic_methods_bounds_test/02: MissingRuntimeError
+generic_methods_dynamic_test/02: MissingRuntimeError
+generic_methods_dynamic_test/04: MissingRuntimeError
+generic_methods_simple_as_expression_test/02: MissingRuntimeError
[$runtime == vm && $compiler == none && $system == fuchsia]
closure_cycles_test: Pass, Crash
+
+[ $compiler == none ]
+generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
« no previous file with comments | « tests/language_2/language_2_precompiled.status ('k') | tests/language_strong/generic_instanceof.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698