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

Unified Diff: tests/language/language.status

Issue 12220011: Handle malformed types in catch-on. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: New implementation + test. Created 7 years, 10 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
diff --git a/tests/language/language.status b/tests/language/language.status
index c64f4c589b832c45200abdb89adca9d8b5ada805..dec5b569e1cab7eefdaa4259b31e5736cf5463fb 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -56,6 +56,8 @@ type_annotation_test/09: Fail # Issue 6973
type_parameter_literal_test: Fail # Issue 7551
+on_catch_malformed_type_test: Fail # Issue 8356
+
mixin_illegal_syntax_test/none: Fail
mixin_type_parameters_mixin_test: Fail
mixin_type_parameters_super_test: Fail
@@ -349,6 +351,8 @@ type_variable_scope_test: Fail # type arguments on redirecting factory not imple
many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test depends on method names.
overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test depends on method names.
+on_catch_malformed_type_test: Fail # Issue 8356
ngeoffray 2013/02/18 15:48:35 Replace with # VM issue ?
Johnni Winther 2013/02/19 07:08:54 Done.
+
# Mixins fail on the VM.
mixin_illegal_syntax_test/none: Fail # VM issue
mixin_illegal_constructor_test/none: Fail # VM issue

Powered by Google App Engine
This is Rietveld 408576698