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

Unified Diff: tests/language/language_dart2js.status

Issue 11049038: Change compile-time errors into dynamic errors in instance creation expression (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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/language.status ('k') | tests/language/named_parameters2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 13204)
+++ tests/language/language_dart2js.status (working copy)
@@ -62,6 +62,7 @@
bad_constructor_test/04: Fail # http://dartbug.com/5519
bad_constructor_test/05: Fail # http://dartbug.com/5519
bad_constructor_test/06: Fail # http://dartbug.com/5519
+call_nonexistent_constructor_test: Fail
constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
external_test/10: Fail # http://dartbug.com/5519
getter_no_setter2_test/01: Fail # http://dartbug.com/5519
@@ -76,8 +77,6 @@
optional_named_parameters_test/05: Fail # http://dartbug.com/5519
optional_named_parameters_test/07: Fail # http://dartbug.com/5519
optional_named_parameters_test/09: Fail # http://dartbug.com/5519
-setter_no_getter_call_test/01: Fail # http://dartbug.com/5519
-setter_no_getter_test/01: Fail # http://dartbug.com/5519
value_range_test: Fail # http://dartbug.com/5585
import_combinators_test: Fail
@@ -86,13 +85,6 @@
infinity_test: Fail # Issue 4984
positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
-class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore.
-class_literal_test/04: Fail # Calling a nonexistent static is not a compile time error anymore.
-class_literal_test/08: Fail # Calling a nonexistent static is not a compile time error anymore.
-class_literal_test/09: Fail # Calling a nonexistent static is not a compile time error anymore.
-class_literal_test/15: Fail # Calling a nonexistent static is not a compile time error anymore.
-class_literal_test/16: Fail # Calling a nonexistent static is not a compile time error anymore.
-
getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax.
function_type_this_parameter_test: Crash # Issue 4417.
@@ -183,6 +175,7 @@
named_parameters_aggregated_test/03: Fail # Presence of default values for optional params is not properly validated in closure types.
named_parameters_aggregated_test/05: Fail # Absence of positional parameters before named parameters does not trigger static type warning.
pseudo_kw_test: Fail # Unexpected token '('
+static_field3_test/0*: Fail
super_implicit_closure_test: Fail # internal error: super property read not implemented
super_operator_test: Fail # internal error: super property store not implemented
switch_label_test: Fail # error: target of continue is not a loop or switch case
« no previous file with comments | « tests/language/language.status ('k') | tests/language/named_parameters2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698