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

Unified Diff: tests/language/language_dart2js.status

Issue 11628009: Re-apply "support for typedef in checked mode" and fix the checked mode failures on drt by not shar… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 16252)
+++ tests/language/language_dart2js.status (working copy)
@@ -54,7 +54,8 @@
factory1_test/00: Fail
factory1_test/01: Fail
type_annotation_test/09: Fail # Named constructors interpreted as a type.
-callable_test/0*: Fail # Issue 7354
+prefix15_test: Fail # Issue 5022
+local_function2_test: Fail # Issue 5022
[ $compiler == dart2js && $unchecked ]
default_factory2_test/01: Fail # type arguments on redirecting factory not implemented
@@ -141,11 +142,7 @@
positional_parameters_type_test: Fail
named_parameters_with_object_property_names_test: Fail
-# Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked on linux.
-# Crash infinite loop on Mac and dart2js checked mode on linux.
-function_type_alias6_test: Crash, Fail
-
# Compilation errors.
default_factory3_test: Fail # type arguments on redirecting factory not implemented
non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
@@ -164,7 +161,6 @@
function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
-function_type_alias6_test: Fail # visitIs for typedefs not implemented.
function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
function_type_alias_test: Fail # cannot resolve type Fun
function_type_parameter2_test: Fail # Internal Error: expected optional parameters

Powered by Google App Engine
This is Rietveld 408576698