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

Unified Diff: tests/isolate/isolate.status

Issue 10830230: Add Timer implementation for dart2js. Also moves tests to appropriate location. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index f527064a1f645da5f8cc9a3df1a783744582abd2..84608111a306deb4cde4147fbf84f4be4f2ac4e9 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -81,6 +81,12 @@ spawn_uri_test: Skip # loading another file is not supported in d8
spawn_uri_negative_test: Skip # ditto
spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
spawn_uri_vm_negative_test: Skip # ditto above.
+timer_cancel_test: Fail # Needs Timer to run.
kasperl 2012/08/09 06:15:33 Fail, OK -- it is not something we're looking to a
Siggi Cherem (dart-lang) 2012/08/09 20:37:15 actually, that's what happens today already. I add
+timer_cancel1_test: Fail # Needs Timer to run.
+timer_cancel2_test: Fail # Needs Timer to run.
+multiple_timer_test: Fail # Needs Timer to run.
+timer_test: Fail # Needs Timer to run.
+timer_repeat_test: Fail # Needs Timer to run.
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.

Powered by Google App Engine
This is Rietveld 408576698