Make test case in r12891 non-threaded.

R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/11366149

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12893 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
mstarzinger@chromium.org 2012-11-08 09:45:47 +00:00
parent e9efaf6c87
commit 63b5392717

View File

@ -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;