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

Unified Diff: tests/lib/lib.status

Issue 180723004: Use Date.getTime instead of Date.getMilliseconds in dart:js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « tests/lib/js/datetime_roundtrip_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index a09fb5c3f1747adb0e3639a065523be27e8c8b17..72847d813083567081160a7cd47db02da9cca5dd 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -173,6 +173,11 @@ convert/utf85_test: Slow, Pass
async/timer_not_available_test: Fail, OK # only meant to test when there is no way to
# implement timer (currently only in d8)
+# 'js' tests import the dart:js library, so they only make sense in
+# a browser environment.
+[ $runtime == vm ]
kasperl 2014/02/27 14:58:59 What if runtime is d8?
floitsch 2014/02/27 15:02:44 I had to ask Rico, too. Dart2js is invoked with '-
+js/*: Skip
+
[ $compiler == dart2js && $minified ]
mirrors/intercepted_superclass_test: RuntimeError # Issue 16804
mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test comments when this test starts succeeding.
« no previous file with comments | « tests/lib/js/datetime_roundtrip_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698