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

Unified Diff: tests/language/language.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 | « no previous file | tests/language/language_dart2js.status » ('j') | 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 845e4375c54a5cafb9cb8df070c20cf400ca0f5b..e968fbdd16d29513ed2ce85d1d9d7b77a6c8c145 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -56,6 +56,8 @@ bad_override_test/02: Fail # Issue 3859.
setter_no_getter_call_test/01: Crash # Issue 4360
+named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
+
# DartC specific tests that should not be run by the VM
*dartc_test: Skip
*dartc_negative_test: Skip
@@ -111,7 +113,6 @@ library4_negative_test: Fail # still a valid test? Issue 3530
library6_negative_test: Fail # still a valid test? Issue 3650
list_literal4_test: Fail # Issue 1343
map_literal4_test: Fail # Issue 1343
-named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest
named_parameters_with_object_property_names_test: Fail # Issue 2137
new_expression_type_args_test/01: Fail # language change 1031
new_expression_type_args_test/02: Fail # language change 1031
@@ -286,3 +287,5 @@ generic_test: Fail, Ok
overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
+
+named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698