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

Unified Diff: tests/language/language.status

Issue 2267473002: Revert "Implement parsing support for generic functions" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/generic_sends_test.dart ('k') | no next file » | 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 7f2bea2d1f3d61f4da83510ce5e8bd54c37e54b4..bd95b5857b17ddde387aec30f195ec7f83a6c91e 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -45,7 +45,13 @@ async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti
async_star_cancel_while_paused_test: RuntimeError
# Experimental feature: Syntactic support for generic methods.
-generic_methods_type_expression_test: RuntimeError # Issue 25869
+generic_methods_test: CompiletimeError # Issue 25869
+generic_functions_test: CompiletimeError # Issue 25869
+generic_local_functions_test: CompiletimeError # Issue 25869
+generic_sends_test: CompiletimeError # Issue 25869
+generic_methods_new_test: CompiletimeError # Issue 25869
+generic_methods_function_type_test: CompiletimeError # Issue 25869
+generic_methods_type_expression_test: CompiletimeError # Issue 25869
[ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
@@ -94,14 +100,13 @@ initializing_formal_final_test: Skip
initializing_formal_type_test: Skip
# Experimental feature: Syntactic support for generic methods.
-# Skip these in dartium, because the test framework can't pass VM flags to
-generic_methods_test: Skip # Issue 25869
-generic_functions_test: Skip # Issue 25869
-generic_local_functions_test: Skip # Issue 25869
-generic_sends_test: Skip # Issue 25869
-generic_methods_new_test: Skip # Issue 25869
-generic_methods_function_type_test: Skip # Issue 25869
-generic_methods_type_expression_test: Skip # Issue 25869
+generic_methods_test: RuntimeError # Issue 25869
+generic_functions_test: RuntimeError # Issue 25869
+generic_local_functions_test: RuntimeError # Issue 25869
+generic_sends_test: RuntimeError # Issue 25869
+generic_methods_new_test: RuntimeError # Issue 25869
+generic_methods_function_type_test: RuntimeError # Issue 25869
+generic_methods_type_expression_test: RuntimeError # Issue 25869
config_import_test: Skip # Issue 26250
« no previous file with comments | « tests/language/generic_sends_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698