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

Unified Diff: dart/tests/language/language_dart2js.status

Issue 27524003: Generate tear-off closures dynamically. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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: dart/tests/language/language_dart2js.status
diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
index 751337df79349253e1c7aca120b11b8e31e4b35e..c42ab590bcbb0a411e4aa3c956d9a6b3726e4c8a 100644
--- a/dart/tests/language/language_dart2js.status
+++ b/dart/tests/language/language_dart2js.status
@@ -92,6 +92,7 @@ mixin_mixin5_test: Fail # Issue 12605.
mixin_mixin6_test: Fail # Issue 12605.
[ $compiler == dart2js ]
+function_type_alias9_test/00: Crash
malformed_test/none: RuntimeError # Issue 12695
branch_canonicalization_test: RuntimeError # Issue 638.
identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
@@ -306,3 +307,6 @@ stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
[ $runtime == ie9 ]
stack_trace_test: Fail, OK # Stack traces not available in IE9.
+
+[ $compiler == dart2js && $host_checked ]
+const_factory_with_body_test/01: Crash

Powered by Google App Engine
This is Rietveld 408576698