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

Unified Diff: tests/language/language_dart2js.status

Issue 10800027: Fixed tests so they do indeed confirm that values on optional named parameters are not allowed. Add… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: dart and dart2dart fail to produce static type warning instead of compile-time error. 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/language/language.status ('k') | tests/language/named_parameters4_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 253ae5911ded7aad326003df13aac3f31874338e..df80ce65bbd6cd674b6c3bec51d59fc2540aab56 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -99,6 +99,9 @@ parameter_initializer6_negative_test: Fail # Issue 3502
named_parameters2_test: Fail # Unimplemented non-matching static call
named_parameters3_test: Fail # Unimplemented non-matching static call
named_parameters4_test: Fail # Unimplemented non-matching static call
+named_parameters_aggregated_test/01: Fail # Presence of default values for optional params is not properly validated in type definitions.
+named_parameters_aggregated_test/03: Fail # Presence of default values for optional params is not properly validated in closure types.
+named_parameters_aggregated_test/05: Fail # Absence of positional parameters before named parameters does not trigger static type warning.
operator6_test: Fail # Constant folding of bit-operations does not agree with runtime behavior. Issue 2887.
pseudo_kw_test: Fail # Unexpected token '('
super_implicit_closure_test: Fail # internal error: super property read not implemented
« no previous file with comments | « tests/language/language.status ('k') | tests/language/named_parameters4_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698