Revision: 15199
Author:   [email protected]
Date:     Wed Jun 19 01:58:09 2013
Log:      Disable stress_compaction flag in several GC tests to meet test
expectations.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/17262002
http://code.google.com/p/v8/source/detail?r=15199

Modified:
 /branches/bleeding_edge/test/cctest/test-dictionary.cc
 /branches/bleeding_edge/test/cctest/test-heap.cc
 /branches/bleeding_edge/test/cctest/test-mark-compact.cc
 /branches/bleeding_edge/test/cctest/test-weaktypedarrays.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-dictionary.cc Tue Jun 4 03:30:05 2013 +++ /branches/bleeding_edge/test/cctest/test-dictionary.cc Wed Jun 19 01:58:09 2013
@@ -103,6 +103,7 @@

 #ifdef DEBUG
 TEST(ObjectHashSetCausesGC) {
+  i::FLAG_stress_compaction = false;
   LocalContext context;
   Isolate* isolate = Isolate::Current();
   Factory* factory = isolate->factory();
@@ -135,6 +136,7 @@

 #ifdef DEBUG
 TEST(ObjectHashTableCausesGC) {
+  i::FLAG_stress_compaction = false;
   LocalContext context;
   Isolate* isolate = Isolate::Current();
   Factory* factory = isolate->factory();
=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Sun Jun 16 23:52:01 2013 +++ /branches/bleeding_edge/test/cctest/test-heap.cc Wed Jun 19 01:58:09 2013
@@ -403,6 +403,7 @@


 TEST(WeakGlobalHandlesScavenge) {
+  i::FLAG_stress_compaction = false;
   CcTest::InitializeVM();
   Isolate* isolate = Isolate::Current();
   Heap* heap = isolate->heap();
@@ -489,6 +490,7 @@


 TEST(DeleteWeakGlobalHandle) {
+  i::FLAG_stress_compaction = false;
   CcTest::InitializeVM();
   Isolate* isolate = Isolate::Current();
   Heap* heap = isolate->heap();
@@ -1978,6 +1980,7 @@


 TEST(ResetSharedFunctionInfoCountersDuringIncrementalMarking) {
+  i::FLAG_stress_compaction = false;
   i::FLAG_allow_natives_syntax = true;
 #ifdef VERIFY_HEAP
   i::FLAG_verify_heap = true;
@@ -2034,6 +2037,7 @@


 TEST(ResetSharedFunctionInfoCountersDuringMarkSweep) {
+  i::FLAG_stress_compaction = false;
   i::FLAG_allow_natives_syntax = true;
 #ifdef VERIFY_HEAP
   i::FLAG_verify_heap = true;
=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Fri Jun 14 04:36:55 2013 +++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Wed Jun 19 01:58:09 2013
@@ -283,6 +283,7 @@


 TEST(GCCallback) {
+  i::FLAG_stress_compaction = false;
   CcTest::InitializeVM();

   HEAP->SetGlobalGCPrologueCallback(&GCPrologueCallbackFunc);
=======================================
--- /branches/bleeding_edge/test/cctest/test-weaktypedarrays.cc Thu Jun 13 02:27:09 2013 +++ /branches/bleeding_edge/test/cctest/test-weaktypedarrays.cc Wed Jun 19 01:58:09 2013
@@ -85,6 +85,7 @@


 TEST(WeakArrayBuffersFromApi) {
+  i::FLAG_stress_compaction = false;
   v8::V8::Initialize();
   LocalContext context;
   Isolate* isolate = GetIsolateFrom(&context);

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