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_2/language_2_vm.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_vm.status
diff --git a/tests/language_2/language_2_vm.status b/tests/language_2/language_2_vm.status
index b2e5a931825c29bb3051b3e71b52c55addba1abf..327027dd2a74b1bf082748b844ffebced7faa1d1 100644
--- a/tests/language_2/language_2_vm.status
+++ b/tests/language_2/language_2_vm.status
@@ -105,6 +105,25 @@ 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_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_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_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: RuntimeError
+generic_typedef_test: RuntimeError
typevariable_substitution2_test/02: MissingCompileTimeError
# The VM and does not implement the Dart 2.0 runtime checks yet unless
@@ -113,6 +132,7 @@ typevariable_substitution2_test/02: MissingCompileTimeError
bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
function_subtype_inline2_test: RuntimeError
+generic_list_checked_test: RuntimeError
# The VM doesn't enforce that potentially const expressions are actually
# const expressions when the constructor is called with `const`.
@@ -134,3 +154,6 @@ assertion_initializer_const_function_error_test/01: MissingCompileTimeError
[$runtime == vm && $compiler == none && $system == fuchsia]
closure_cycles_test: Pass, Crash
+
+[ $compiler == none ]
+generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460

Powered by Google App Engine
This is Rietveld 408576698