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:
parent
e9efaf6c87
commit
63b5392717
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user