From: hpayer@chromium.org Date: Thu, 20 Jun 2013 11:23:34 +0000 (+0000) Subject: Don't let the GC clear the cache between cache invocations to pass test. X-Git-Tag: upstream/4.7.83~13758 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77f5c6c1224c8f3b20cdda3158111fe444fb678e;p=platform%2Fupstream%2Fv8.git Don't let the GC clear the cache between cache invocations to pass test. BUG= R=yangguo@chromium.org Review URL: https://codereview.chromium.org/17218005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15233 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc index 0ab493d..6345cbf 100755 --- a/test/cctest/test-api.cc +++ b/test/cctest/test-api.cc @@ -16841,6 +16841,7 @@ TEST(GCCallbacks) { THREADED_TEST(AddToJSFunctionResultCache) { + i::FLAG_stress_compaction = false; i::FLAG_allow_natives_syntax = true; v8::HandleScope scope(v8::Isolate::GetCurrent());