Status: Accepted Owner: mikhail.naganov Labels: Type-Bug Priority-Low
New issue 711 by [email protected]: Stack trace tests not working with the ia32 full compiler.
http://code.google.com/p/v8/issues/detail?id=711 The tests test-log-stack-tracer/CFromJSStackTrace and test-log-stack- tracer/PureJSStackTrace does not work with the ia32 full compiler. The hack of replacing the inline runtime function RandomHeapNumber with GetFrameNumber does not work with the way the full compiler generates inline runtime calls. The following command will run the tests unly using the full compiler: $ tools/test.py -j4 --special-command="@ --force-full-compiler" For the two tests the flag --force-full-compiler is always turned off. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
