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

Unified Diff: tests/language/language.status

Issue 2567133002: Add support for the new function-type syntax. (Closed)
Patch Set: Remove obsolete named argument. Created 3 years, 12 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/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 3fefdf6df854b783ed9f9a6ec7da64996907843a..c60aefd18c270352981fb9e632af74dda20313ef 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -64,6 +64,9 @@ async_star_cancel_while_paused_test: RuntimeError
# Fails because `as T` is an error rather than being treated like `as dynamic`.
generic_methods_type_expression_test: RuntimeError # Issue 27460
+generic_function_typedef_test: Fail # Issue 27966
+generalized_function_type_test: Fail # Issue 27966
+
[ ($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.

Powered by Google App Engine
This is Rietveld 408576698