Thx Jakob, this works. On Monday, May 15, 2017 at 5:00:05 PM UTC+7, Jakob Kummerow wrote: > > You need --harmony-tailcalls instead of --harmony (at least on current > versions; 5.1 is very old). > > On Mon, May 15, 2017 at 11:45 AM, Dmitriy - <[email protected] > <javascript:>> wrote: > >> Hello all. >> >> I'm testing V8 version 5.1 on test262. >> It passes all the tests, but when I run one test independently it fail. >> This work only for tail-call-optimization test. For example: >> >> $ tools/run-tests.py --random-seed=0 --no-presubmit --no-stress --no-network >> --arch-and-mode=x64.release --rerun-failures-max=0 >> --extra-flags="--nocrankshaft >> --noturbo" test262 >> >>> Running tests for x64.release >> [11:37|% 100|+ 61530|- 0]: Done >> >> ./out/x64.release/d8 --test --random-seed=479460652 --nocrankshaft >> --use-strict >> --nohard-abort --nodead-code-elimination --nofold-constants ./test/ >> test262/data/harness/sta.js ./test/test262/data/harness/assert.js ./test/ >> test262/harness-adapt.js ./test/test262/data/harness/tco-helper.js --harmony >> ./test/test262/data/test/language/expressions/call/tco-call-args.js -- >> nouse-ic --noage-code >> >> ./test/test262/data/test/language/expressions/call/tco-call-args.js:12: >> RangeError: Maximum call stack size exceeded ... >> >> I tried to find where test's harness suppress tco* tests but I don't >> found anything. >> >> Who knows what the problem is? >> >> -- >> -- >> v8-dev mailing list >> [email protected] <javascript:> >> http://groups.google.com/group/v8-dev >> --- >> You received this message because you are subscribed to the Google Groups >> "v8-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
