Revision: 15440
Author:   [email protected]
Date:     Tue Jul  2 02:59:08 2013
Log:      Relax test constraints from r15439 (Join threads after stopping).

[email protected]
BUG=

Review URL: https://codereview.chromium.org/18509002
http://code.google.com/p/v8/source/detail?r=15440

Modified:
 /branches/bleeding_edge/test/cctest/test-mark-compact.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Tue Jul 2 02:04:45 2013 +++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Tue Jul 2 02:59:08 2013
@@ -581,9 +581,9 @@


 TEST(RegressJoinThreadsOnIsolateDeinit) {
-  intptr_t first_size = ShortLivingIsolate();
+  intptr_t size_limit = ShortLivingIsolate() * 2;
   for (int i = 0; i < 10; i++) {
-    CHECK_EQ(first_size, ShortLivingIsolate());
+    CHECK_GT(size_limit, ShortLivingIsolate());
   }
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to