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

Unified Diff: tests/language/language_dart2js.status

Issue 10918261: Update language tests to new optional parameter syntax and semantics. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
===================================================================
--- tests/language/language_dart2js.status (revision 12414)
+++ tests/language/language_dart2js.status (working copy)
@@ -85,6 +85,9 @@
function_type_alias2_test: Fail # Support for optional parameters not conform to latest spec.
named_parameters_type_test: Fail # Support for optional parameters not conform to latest spec.
positional_parameters_type_test: Fail # Support for optional parameters not conform to latest spec.
+named_parameters_test/0*: Fail # Support for optional parameters not conform to latest spec.
+named_parameters_test/1*: Fail # Support for optional parameters not conform to latest spec.
+named_parameters_with_object_property_names_test: Fail # Support for optional parameters not conform to latest spec.
# Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked on linux.
# Crash infinite loop on Mac and dart2js checked mode on linux.

Powered by Google App Engine
This is Rietveld 408576698