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

Unified Diff: tests/language/language_dart2js.status

Issue 11191043: Third round of cleanups for new optional parameter semantics. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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/constructor5_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_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 13779)
+++ tests/language/language_dart2js.status (working copy)
@@ -89,14 +89,25 @@
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
canonical_const_test: Fail # We don't take the generic type into account yet.
-function_type_alias_test: Fail # Support for optional parameters not conform to latest spec.
-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.
+# These tests will pass once new optional parameter semantics is enforced.
+named_parameters_test/02: Fail
+named_parameters_test/04: Fail
+named_parameters_test/06: Fail
+named_parameters_test/08: Fail
+named_parameters_test/10: Fail
+# Support for optional parameters not conform to latest spec.
+function_type_alias_test: Fail
+function_type_alias2_test: Fail
+named_parameters_type_test: Fail
+positional_parameters_type_test: Fail
+named_parameters_test/01: Fail
+named_parameters_test/03: Fail
+named_parameters_test/05: Fail
+named_parameters_test/07: Fail
+named_parameters_test/09: Fail
+named_parameters_with_object_property_names_test: Fail
+
# 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.
function_type_alias6_test: Crash, Fail
« no previous file with comments | « tests/language/constructor5_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698