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

Unified Diff: tests/language/language.status

Issue 10905062: Fix issue 4361 by checking in the resolver if the getter/setter exists. (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
« no previous file with comments | « tests/language/getter_no_setter2_test.dart ('k') | 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
===================================================================
--- tests/language/language.status (revision 11766)
+++ tests/language/language.status (working copy)
@@ -55,7 +55,10 @@
bad_override_test/02: Fail # Issue 3859.
setter_no_getter_call_test/01: Crash # Issue 4360
+setter_no_getter_test/01: Crash # Issue 4360
+getter_no_setter2_test/01: Fail # Issue 4898
+
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
@@ -109,6 +112,7 @@
field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
const_syntax_test/09: Fail # Issue 4713
getter_no_setter_test/01: Fail # Fails to detect compile-time error.
+getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
interface_factory1_negative_test: Fail # language change 1031
is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
« no previous file with comments | « tests/language/getter_no_setter2_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698