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

Unified Diff: dart/tests/lib/lib.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
« dart/test_failures.txt ('K') | « dart/tests/language/typed_message_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/lib.status
diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status
index ec3f2b9350f6ae6354e2692c65ad53ab9d298c5a..3727c6fa3c15ac1c86ed5cc25dce67abea853c24 100644
--- a/dart/tests/lib/lib.status
+++ b/dart/tests/lib/lib.status
@@ -58,7 +58,6 @@ mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548
mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548
mirrors/method_mirror_name_test: RuntimeError # Issue 6335
mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
-mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
mirrors/method_mirror_source_test : RuntimeError # Issue 6490
mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
mirrors/mixin_test: RuntimeError # Issue 12464
@@ -130,6 +129,11 @@ async/catch_errors8_test: Fail # Timer interface not supported: dartbug.com/7728
async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728.
+[ $compiler == dart2js ]
+convert/chunked_conversion_utf88_test: Slow, Pass
+convert/utf85_test: Slow, Pass
+
+
[ $compiler == dart2js && $browser ]
async/timer_not_available_test: Fail, OK # only meant to test when there is no way to
# implement timer (currently only in d8)
« dart/test_failures.txt ('K') | « dart/tests/language/typed_message_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698