Not really, but you can't just add debug-liveedit-check-stack: SKIP
to the section [ $arch == arm ], and do the same for a new section [ $arch == x64 ], that is ... [ $arch == x64 ] debug-liveedit-check-stack: SKIP [ $arch == arm ] debug-liveedit-check-stack: SKIP ... Regards, Søren On Tue, May 4, 2010 at 16:18, Peter Rybin <[email protected]> wrote: > Hi Soren > > I seem to need to change tools/test.py > > In tests/mjsunit/mjsunit.status there should be a rule something like: > *debug-liveedit-check-stack: SKIP if $arch != ia32* > > However, this syntax is not supported yet in test.py lexer/parser. > > Could you please advise, should I consult someone before extending > test.py script? > > Peter > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
