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

Unified Diff: tests/language/language_dart2js.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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 060a61d1e9b345dbd0d23d00eec105e94a64a7ab..4a8cabc2783c41da4c172cdde7a89c07ca9f6929 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -317,3 +317,8 @@ async_throw_in_catch_test/none: Crash # Issue 24485
execute_finally9_test: Crash # Issue 24485
regress_21795_test: Crash # Issue 24485
regress_23537_test: Crash # Issue 24485
+
+[ $compiler == dart2js ]
+# Experimental feature: Generic methods.
floitsch 2016/02/22 12:45:20 Make the test add the flag.
eernst 2016/02/22 18:02:51 How can the flag be added?
floitsch 2016/02/22 18:40:27 // DartOptions=--generic-methods see config_import
+generic_functions_test: CompileTimeError # Disabled unless flag given.
+generic_methods_test: CompileTimeError # Disabled unless flag given.
« tests/language/language_analyzer2.status ('K') | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698