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

Unified Diff: tests/lib/lib.status

Issue 10381133: Add 'fixnum' library to utils/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review comments Created 8 years, 6 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/fixnum/int_64_vm_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 29f18dd289637d1516409e1ee1a6efeaf8220105..324a298bb7c51a7d5657a5660a44daddad5321d4 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -2,6 +2,13 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+# Run this test manually to verify that the fixnum library produces
+# the same results as native ints on a set of directed and random inputs.
+# Skip it when runnimng automated tests because it times out. This
+# test only makes sense on runtimes that support 64-bit integer
+# arithmetic natively, i.e., the VM.
+fixnum/int_64_vm_test: Skip
Mads Ager (google) 2012/06/14 14:57:22 Thanks for adding the comment. Does it make sense
+
[ $compiler == frog ]
crypto/*: Skip
« no previous file with comments | « tests/lib/fixnum/int_64_vm_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698