Index: test/cctest/test-log-stack-tracer.cc |
=================================================================== |
--- test/cctest/test-log-stack-tracer.cc (revision 4715) |
+++ test/cctest/test-log-stack-tracer.cc (working copy) |
@@ -273,12 +273,10 @@ |
// StackTracer uses Top::c_entry_fp as a starting point for stack |
// walking. |
TEST(CFromJSStackTrace) { |
-#if defined(V8_HOST_ARCH_IA32) || defined(V8_HOST_ARCH_X64) |
// TODO(711) The hack of replacing the inline runtime function |
// RandomHeapNumber with GetFrameNumber does not work with the way the full |
// compiler generates inline runtime calls. |
- i::FLAG_force_full_compiler = false; |
-#endif |
+ i::FLAG_always_full_compiler = false; |
TickSample sample; |
InitTraceEnv(&sample); |
@@ -315,12 +313,10 @@ |
// Top::c_entry_fp value. In this case, StackTracer uses passed frame |
// pointer value as a starting point for stack walking. |
TEST(PureJSStackTrace) { |
-#if defined(V8_HOST_ARCH_IA32) || defined(V8_HOST_ARCH_X64) |
// TODO(711) The hack of replacing the inline runtime function |
// RandomHeapNumber with GetFrameNumber does not work with the way the full |
// compiler generates inline runtime calls. |
- i::FLAG_force_full_compiler = false; |
-#endif |
+ i::FLAG_always_full_compiler = false; |
TickSample sample; |
InitTraceEnv(&sample); |