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

Unified Diff: tests/language/language.status

Issue 21049012: Update VM to handle malformed types according to revised spec (issues 9055, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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/isnot_malformed_type_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 25651)
+++ tests/language/language.status (working copy)
@@ -20,7 +20,6 @@
mixin_super_constructor_positionals_test: Fail
function_type_alias6_test/00: Fail # Issue 11986
function_type_alias9_test/00: Crash # Issue 11986
-library_ambiguous_test/04: Fail # Issue 12105
[ $compiler == none ]
mixin_super_constructor_named_test: Fail
@@ -29,7 +28,6 @@
library_juxtaposition_test: Fail # Issue 6877
pseudo_kw_illegal_test/14: Fail # Issue 356
bound_closure_equality_test: Fail # Issue 10849
-library_ambiguous_test/04: Fail # Issue 12105
# These bugs refer currently ongoing language discussions.
constructor5_test: Fail # (Discussion ongoing)
@@ -82,40 +80,6 @@
const_constructor_mixin2_test/01: Fail # Issue 11917
const_constructor_mixin3_test/01: Fail # Issue 11917
-is_not_class2_test: Fail # Issue 9055
-list_literal_syntax_test/01: Fail # Issue 9055
-list_literal_syntax_test/02: Fail # Issue 9055
-list_literal_syntax_test/03: Fail # Issue 9055
-malformed_inheritance_test/02: Fail # Issue 9055
-malformed_inheritance_test/04: Fail # Issue 9055
-malformed_inheritance_test/06: Fail # Issue 9055
-malformed_test/none: Fail # Issue 9055
-prefix9_test: Fail # Issue 9055
-try_catch_on_syntax_test/07: Fail # Issue 9055
-try_catch_syntax_test/08: Fail # Issue 9055
-type_variable_bounds_test/08: Fail # Issue 9055
-wrong_number_type_arguments_test/01: Fail # Issue 9055
-
-[ $compiler == none && $checked ]
-function_malformed_result_type_test: Fail # Issue 9055
-new_expression_type_args_test/02: Fail # Issue 9055
-prefix16_test: Fail # Issue 9055
-type_parameter_test/01: Fail # Issue 9055
-type_parameter_test/02: Fail # Issue 9055
-type_parameter_test/03: Fail # Issue 9055
-type_parameter_test/04: Fail # Issue 9055
-type_parameter_test/05: Fail # Issue 9055
-type_parameter_test/06: Fail # Issue 9055
-type_variable_bounds_test/07: Fail # Issue 9055
-type_variable_scope2_test: Fail # Issue 9055
-type_variable_scope_test/00: Fail # Issue 9055
-type_variable_scope_test/01: Fail # Issue 9055
-type_variable_scope_test/02: Fail # Issue 9055
-type_variable_scope_test/03: Fail # Issue 9055
-type_variable_scope_test/04: Fail # Issue 9055
-type_variable_scope_test/05: Fail # Issue 9055
-wrong_number_type_arguments_test/02: Fail # Issue 9055
-
[ $compiler == none && $unchecked ]
# Only checked mode reports an error on type assignment
@@ -339,18 +303,6 @@
bound_closure_equality_test: Fail # Issue 10849
-is_not_class2_test: Fail # Issue 9055
-list_literal_syntax_test/01: Fail # Issue 9055
-list_literal_syntax_test/02: Fail # Issue 9055
-list_literal_syntax_test/03: Fail # Issue 9055
-malformed_inheritance_test/02: Fail # Issue 9055
-malformed_inheritance_test/04: Fail # Issue 9055
-malformed_inheritance_test/06: Fail # Issue 9055
-malformed_test/none: Fail # Issue 9055
-try_catch_on_syntax_test/07: Fail # Issue 9055
-try_catch_syntax_test/08: Fail # Issue 9055
-
-
[ $compiler == dart2dart && $minified ]
super_getter_setter_test: Fail # Issue 11065.
« no previous file with comments | « tests/language/isnot_malformed_type_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698