gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] failed to pass make check


From: zou lunkai
Subject: [Gnash-dev] failed to pass make check
Date: Wed, 28 Feb 2007 14:46:12 +0800

[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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]