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

Unified Diff: tests/language/language.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/getter_closure_execution_order_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 5918aa170e2a3eeb96c50d19f55f6b85c03f26cd..e761ab081a7dc92cd41aa71d420962de812b7507 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -27,7 +27,6 @@ mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
constructor5_test: Fail # Issue 6422
constructor6_test: Fail # Issue 6422
-generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
# Failures related to super call in ctor initializer list
super_test: Fail, OK
@@ -63,12 +62,7 @@ redirecting_constructor_initializer_test: RuntimeError # Issue 23488
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $checked ]
# These generic functions tests pass for the wrong reason in checked mode,
# because the parsed type parameters are mapped to dynamic type.
-generic_methods_function_type_test: Pass # Issue 25869
-generic_methods_test: Pass # Issue 25869
-generic_methods_new_test: Pass # Issue 25869
-generic_local_functions_test: Pass # Issue 25869
generic_functions_test: Pass # Issue 25869
-generic_methods_generic_function_parameter_test: Pass # Issue 25869
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
unicode_bom_test: Fail # Issue 16067
@@ -169,7 +163,6 @@ type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
positional_parameters_type_test/01: SkipByDesign # Requires checked mode.
positional_parameters_type_test/02: SkipByDesign # Requires checked mode.
list_literal4_test: SkipByDesign # Requires checked mode.
-generic_test: SkipByDesign # Requires checked mode.
map_literal4_test: SkipByDesign # Requires checked mode.
vm/type_vm_test: Fail,OK # Expects exact type name.
« no previous file with comments | « tests/language/getter_closure_execution_order_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698