[1]
cd testsuite/misc-ming.all
make check
output:
"
Running ./../simple.exp ...
FAIL: loadMovieTestRunner died prematurely (segmentation violation)
=== Summary ===
# of expected passes 550
# of unexpected failures 1
# of expected failures 14
"
[2]
cd testsuite/actionscript.all
make check
output:
"
/usr/local/bin/makeswf \
-i../Dejagnu.swf:dejagnu \
-DUSE_DEJAGNU_MODULE \
-DOUTPUT_VERSION=5 -v5 \
-DMING_VERSION_CODE=00040004 -DMEDIADIR='\"./../media\"' \
\
-o Inheritance.swf \
./dejagnu_so_init.as \
./Inheritance.as \
./dejagnu_so_fini.as;
Output file name: Inheritance.swf
Output compression level: 9
Output SWF version: 5
Importing symbols from ../Dejagnu.swf: dejagnu
Preprocessing ./dejagnu_so_init.as... done.
Compiling `Inheritance.swf.frame0.pp'... done.
Adding ./dejagnu_so_init.as to frame 0... done.
Preprocessing ./Inheritance.as... done.
Compiling `Inheritance.swf.frame1.pp'... failed:
extends
^
make[2]: *** [Inheritance.swf] Error 1
"
Is it somthing related to the 'makeswf'?
I am sure my local 'makeswf' could support 'extends' in asm format.
AS a test, the following command always succeeds.
makeswf -o Inheritance.swf Inheritance.as
output:
"
Output file name: Inheritance.swf
Output compression level: 9
Output SWF version: 6
Preprocessing Inheritance.as... done.
Compiling `Inheritance.swf.frame0.pp'... done.
Adding Inheritance.as to frame 0... done.
Saving output to Inheritance.swf... done.
"
Any suggestions to find out what's wrong here?
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev