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

Unified Diff: tests/language/language.status

Issue 13527003: Make `this` available in closures if a type variable is used as expression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add null check and test status for dart2dart Created 7 years, 9 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/closure_type_variable_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 53eb0801e315c1fb5e23fbc86c996de8ba244575..f6db288f3ea38968072167f5663d9917e56a0287 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -15,7 +15,11 @@
# 2) File a bug on each architecture for the failure due to the language change.
# 3) Update the language/src directory with the updated test.
+[ $compiler == dart2dart ]
+closure_type_variable_test: Fail # Type variable used as expression (dartbug.com/6282)
+
[ $compiler == none ]
+closure_type_variable_test: Fail # Type variable used as expression (dartbug.com/6282)
built_in_identifier_prefix_test: Fail # http://dartbug.com/6970
library_juxtaposition_test: Fail # Issue 6877
gc_test: Pass, Fail # Issue 1487
« no previous file with comments | « tests/language/closure_type_variable_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698