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

Unified Diff: test/cctest/test-api.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-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index c9685f8f4c07fa07914b68b4f15196543f29e815..886bfa062ec37dd381085fa275a266f2e3df9618 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -12057,6 +12057,10 @@ static void RunLoopInNewEnv() {
TEST(SetFunctionEntryHook) {
+ // FunctionEntryHook does not work well with experimental natives.
Michael Starzinger 2013/05/13 13:58:42 Can we make this comments more specific as to what
+ i::FLAG_harmony_typed_arrays = false;
+ i::FLAG_harmony_array_buffer = false;
+
i::FLAG_allow_natives_syntax = true;
i::FLAG_use_inlining = false;
« no previous file with comments | « test/cctest/cctest.cc ('k') | test/cctest/test-heap.cc » ('j') | test/cctest/test-heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698