Reviewers: Yang,

Description:
Don't let the GC clear the cache between cache invocations to pass test.

BUG=

Please review this at https://codereview.chromium.org/17218005/

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 0ab493d401a8740cece8c59ff099a4b502af2b79..6345cbfb2ff3df998963c9c4354f1a8cc6b1dcdc 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());



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to