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

Unified Diff: tests/language/language.status

Issue 11669015: Turn compile time errors related to missing getters and setters into invocation (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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.status
===================================================================
--- tests/language/language.status (revision 16462)
+++ tests/language/language.status (working copy)
@@ -49,10 +49,6 @@
compile_time_constant10_test/none: Fail # issue 5214
-invocation_mirror_test: Fail # issue 3326.
-invocation_mirror_indirect_test: Fail # Issue 3326
-super_call4_test: Fail # issue 3326.
-
export_cyclic_test: Fail, Crash # issue 6060
duplicate_export_negative_test: Fail # issue 6134
type_annotation_test/04: Fail # Issue 6970
@@ -241,11 +237,6 @@
instantiate_type_variable_negative_test: Fail
type_variable_static_context_negative_test: Fail
-
-# test issue 7081 (assignment to top-level method is warning)
-assign_top_method_negative_test: Fail
-
-
# test issue 7062 (assignment to final variable is a static warning)
final_for_in_variable_test/01: Fail
final_param_negative_test: Fail
@@ -533,12 +524,9 @@
type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
-# This is a VM error when the compiled code is run.
-invocation_mirror_test: Fail # issue 3326.
-invocation_mirror_indirect_test: Fail # issue 3326.
-super_call4_test: Fail # issue 3326.
-
[ $compiler == dart2dart && $minified ]
import_core_prefix_test: Pass
prefix22_test: Pass
-invocation_mirror2_test: Fail
+invocation_mirror_test: Fail # Issue 7587
+invocation_mirror2_test: Fail # Issue 7587
+super_call4_test: Fail # Issue 7587

Powered by Google App Engine
This is Rietveld 408576698