Index: test/cctest/test-heap.cc |
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc |
index 069ba2d5b19adc61c78f81c0b5761e905ffb343c..93a948d98c7198e6bba3cfcba7daa8e4d0f9cf3d 100644 |
--- a/test/cctest/test-heap.cc |
+++ b/test/cctest/test-heap.cc |
@@ -2807,6 +2807,8 @@ TEST(Regress169209) { |
i::FLAG_flush_code_incrementally = true; |
CcTest::InitializeVM(); |
Isolate* isolate = Isolate::Current(); |
+ // Force experimental natives to compile to normalize heap layout. |
+ LocalContext env; |
Michael Starzinger
2013/05/13 13:58:42
Can we just disable typed arrays and array buffers
|
Heap* heap = isolate->heap(); |
HandleScope scope(isolate); |