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 10332276: Remove compile-time error for unresolved factory names (issue 3079). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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.status
===================================================================
--- tests/language/language.status (revision 7819)
+++ tests/language/language.status (working copy)
@@ -86,6 +86,7 @@
default_factory_library_test: Fail # Issue 514
disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
duplicate_implements_test: Skip # Issue 976
+factory5_test/00: Fail # issue 3079
field3a_negative_test: Fail
field_method4_negative_test: Fail
final_syntax_test/*: Skip # can't handle base case
@@ -148,6 +149,7 @@
third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
throw7_negative_test: Fail # Bug 4208459.
type_dartc_test: Fail # Issue 2348
+type_variable_bounds_test/00: Fail # issue 3079
type_variable_scope_test/00: Fail # Issue 2395
type_variable_scope_test/01: Fail # Issue 2395
type_variable_scope_test/02: Fail # Issue 2395
@@ -340,7 +342,6 @@
super_test: Fail # this is testing precise ordering of super constructor call
switch_label_test: Fail
type_checks_in_factory_method_test: Fail # Issue 925
-type_variable_bounds_test/00: Fail # Issue 2134
type_variable_bounds_test/10: Fail # Issue 2134
type_variable_identifier_expression_negative_test: Fail # Issue 643
type_variable_shadows_class: Fail # Issue 643

Powered by Google App Engine
This is Rietveld 408576698