Reviewers: Toon Verwaest,

Description:
Make test case in r12891 non-threaded.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/11366149/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/cctest/test-api.cc


Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index 0fb12af930b0483791cfb1c274939b1e57db5ac5..4020eead90482f1d55333342f1cf95f6ad51d139 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -2543,7 +2543,9 @@ THREADED_TEST(ApiObjectGroupsCycle) {
 }


-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