Unexpected failures follow:
--=[ testsuite/actionscript.all ]=--
FAIL: astests-v5-Runner: expected: -2147483648.0 obtained: 2147483647
[/home/rob/projects/gnu/gnash-bzr/trunk/testsuite/actionscript.all/XML.as:179]
FAIL: astests-v5-Runner: expected: 32800 obtained: 0
[/home/rob/projects/gnu/gnash-bzr/trunk/testsuite/actionscript.all/ops.as:682]
FAIL: astests-v5-Runner: expected: 16400 obtained: 0
[/home/rob/projects/gnu/gnash-bzr/trunk/testsuite/actionscript.all/ops.as:686]
FAIL: astests-v5-Runner: expected: -1 obtained: 0
[/home/rob/projects/gnu/gnash-bzr/trunk/testsuite/actionscript.all/ops.as:717]
FAIL: astests-v5-Runner: expected: -1 obtained: 0
[/home/rob/projects/gnu/gnash-bzr/trunk/testsuite/actionscript.all/ops.as:720]
FAIL: astests-v5-Runner: expected: -2 obtained: 0
These (in all versions) are almost certainly to do with using
implementation-defined or undefined behaviour when bitshifting or when
numeric operations overflow. I can probably fix most of them without
access to the machine.
It's nice to have a real case to test against for these cases!
Good... i'm sure you will find the same problem i have on OS4 that
is ppc to..