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

Unified Diff: tests/language/language_dart2js.status

Issue 10830064: Fix broken build, language/function_type_alias6_test test now (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 129c49516884a9cbe337a2036aee6ab39263f980..16a9ad738c2c581345ed3d9da6acbc30fe6f5d31 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -12,7 +12,6 @@ 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
@@ -39,15 +38,16 @@ 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.
+
+# 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
+
static_initializer_type_error_test: Fail # Checked mode not supported.
# Compilation errors.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698