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

Unified Diff: tests/language/language.status

Issue 10832242: Traverse newly discovered elements to pick more referenced types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/compiler/dart2js/unparser_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 08a236f7b725f8a7d6758fc6ed5da33a383311cb..4fd214b3f9f041fc3b122a89bc68c7428c9d23eb 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -252,6 +252,9 @@ method_override2_test/00: Fail # Must provide compiler errors, not currently sup
method_override2_test/02: Fail # Must provide compiler errors, not currently supported by framework.
method_override2_test/03: Fail # Must provide compiler errors, not currently supported by framework.
try_catch_test: Fail # New catch syntax is not supported by dart2js yet.
+dynamic_test: Fail # Apparently dart2js cannot resolve T in typedef Dynamic F1<T>(Dynamic x, T y) and hence failure.
+# That might be a bug in dart2dart though.
+method_override_test: Fail # See above.
# Should be triaged.
const_test: Fail
empty_body_member_negative_test: Fail
@@ -301,10 +304,7 @@ switch_label_test: Fail
syntax_test/none: Fail
try_catch_syntax_test/09: Fail
typed_message_test: Fail
-type_variable_bounds2_test/00: Fail
type_variable_bounds2_test/02: Fail
-type_variable_bounds2_test/03: Fail
-type_variable_bounds2_test/05: Fail
type_variable_bounds2_test/06: Fail
type_variable_bounds_test/02: Fail
type_variable_bounds_test/04: Fail
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698