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

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: Removed dart2js changes. Aggregated negative tests into one. 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
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index edbfe229a74cc8b1f5e8b3102971522638169510..78ec180c79619371101cb9f7b83178eb4c3a55f5 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -97,6 +97,8 @@ 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 # not handling def-vals for optional params
ahe 2012/08/23 11:39:25 Please avoid abbreviations. It actually took me a
+named_parameters_aggregated_test/03: Fail # not handling def-vals for optional params
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

Powered by Google App Engine
This is Rietveld 408576698