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

Unified Diff: tests/language_2/language_2.status

Issue 2989513002: [VM generic functions] Disallow generic function types as type arguments or bounds. (Closed)
Patch Set: Created 3 years, 5 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/generic_methods_generic_function_result_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_2/language_2.status
diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status
index cf16fc7942d7861dfc9800955ba302ebbe57e34a..71678134ebca57b0cf728439f37778b782c9af84 100644
--- a/tests/language_2/language_2.status
+++ b/tests/language_2/language_2.status
@@ -37,8 +37,11 @@ accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626
accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626
accessor_conflict_import_test: StaticWarning # Issue 25626
+[ $compiler == dart2analyzer && ! $strong ]
+generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
+
[ $compiler == dart2analyzer && $strong ]
-generic_methods_generic_function_result_test: CompileTimeError # Issue #30207
+generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30207
[ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
-generic_methods_generic_function_result_test: CompileTimeError # Issue #30208
+generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
« no previous file with comments | « tests/language_2/generic_methods_generic_function_result_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698