Chromium Code Reviews| 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; |