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

Unified Diff: tests/language/language_analyzer2.status

Issue 1723443003: First step of support for parsing and ignoring generic methods. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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_analyzer2.status
diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
index 5f20feae954cf27bcbcc27a65fea1cea4c5e94df..f7b3274eabe2e6758bb9b2ff607eecde9309c747 100644
--- a/tests/language/language_analyzer2.status
+++ b/tests/language/language_analyzer2.status
@@ -520,3 +520,7 @@ accessor_conflict_import2_test: StaticWarning # Issue 25624
accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25624
accessor_conflict_import_prefixed_test: StaticWarning # Issue 25624
accessor_conflict_import_test: StaticWarning # Issue 25624
+
+# Experimental feature: generic methods.
+generic_functions_test: CompileTimeError # Not yet implemented.
floitsch 2016/02/22 12:45:20 The analyzer already supports generic methods. not
eernst 2016/02/22 18:02:51 Haven't been able to spot a suitable issue number
floitsch 2016/02/22 18:40:27 The options file supports it: $ cat /tmp/options a
eernst 2016/02/23 12:40:45 Using that, checking that it does not produce any
+generic_methods_test: CompileTimeError # Not yet implemented.

Powered by Google App Engine
This is Rietveld 408576698