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

Unified Diff: tests/language/language_analyzer.status

Issue 24789003: Fix test failure expectations and update status files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
Index: tests/language/language_analyzer.status
===================================================================
--- tests/language/language_analyzer.status (revision 27975)
+++ tests/language/language_analyzer.status (working copy)
@@ -123,9 +123,6 @@
# test issue 11590, runtime only negative test
field_method4_negative_test: fail
-# test issue 11591, assigning to the final variable is warning, not error
-getter_no_setter_test/01: fail
-
# test issue 11592, Function type alias (typedef) is not a constant
first_class_types_constants_test: fail
@@ -133,8 +130,6 @@
import_combinators_negative_test: fail
interface_static_non_final_fields_negative_test: fail
-instantiate_type_variable_test/01: fail # Issue 11595
-
# test issue 11698, no setter, so warning, not error
assign_instance_method_negative_test: fail
@@ -185,7 +180,6 @@
# test issue 12191, ambiguous import is always warning now
prefix3_negative_test: fail # Issue 12191
-library_ambiguous_test/00: fail # Issue 12191
# test issue 12289, assignment in assert statement
type_error_test: fail # Issue 12289

Powered by Google App Engine
This is Rietveld 408576698