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

Unified Diff: tests/language/language_dart2js.status

Issue 10824062: dart2dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index c7eaf1c9764109538dbd2479c8fe9b6cdd6ae6f4..129c49516884a9cbe337a2036aee6ab39263f980 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -12,6 +12,7 @@ assign_static_type_test/01: Fail
assign_static_type_test/02: Fail
assign_static_type_test/03: Fail
assign_static_type_test/04: Fail
+function_type_alias6_test: Fail # "const EmptyLink<Element>" must be a compile-time constant.
type_variable_bounds_test/01: Fail
type_variable_bounds_test/02: Fail
type_variable_bounds_test/04: Fail
@@ -38,8 +39,12 @@ void_type_test: Fail # does not detect type error in checked mode.
arithmetic_test: Fail
+[ $compiler == dart2js && $host_checked ]
+function_type_alias6_test: Crash # infinite loop.
+
[ $compiler == dart2js && $unchecked ]
assertion_test: Fail, OK
+function_type_alias6_test: Fail # "const EmptyLink<Element>" must be a compile-time constant.
[ $compiler == dart2js ]
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
@@ -62,7 +67,6 @@ function_type_alias4_test: Fail # cannot resolve type F
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: Crash # infinite loop.
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