Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: test/cctest/test-heap.cc

Issue 15059009: Enable native implementation of array buffer and typed arrays in d8 and tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698