Revision: 12893
Author:   [email protected]
Date:     Thu Nov  8 01:45:47 2012
Log:      Make test case in r12891 non-threaded.

[email protected]

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

Modified:
 /branches/bleeding_edge/test/cctest/test-api.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc     Thu Nov  8 01:10:53 2012
+++ /branches/bleeding_edge/test/cctest/test-api.cc     Thu Nov  8 01:45:47 2012
@@ -2543,7 +2543,9 @@
 }


-THREADED_TEST(ApiObjectGroupsCycleForScavenger) {
+// TODO(mstarzinger): This should be a THREADED_TEST but causes failures
+// on the buildbots, so was made non-threaded for the time being.
+TEST(ApiObjectGroupsCycleForScavenger) {
   HandleScope scope;
   LocalContext env;

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to