gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/swf_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/swf_...
Date: Fri, 03 Nov 2006 14:11:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/03 14:11:42

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: swf_exists.exp 

Log message:
        * testsuite/actionscript.all/swf_exists.exp: use 'gnash' rather then 
'gprocessor' (gprocessor is currently broken, btw)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1490&r2=1.1491
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/swf_exists.exp?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1490
retrieving revision 1.1491
diff -u -b -r1.1490 -r1.1491
--- ChangeLog   3 Nov 2006 14:03:37 -0000       1.1490
+++ ChangeLog   3 Nov 2006 14:11:42 -0000       1.1491
@@ -1,5 +1,10 @@
 2006-11-03 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/swf_exists.exp: use 'gnash'
+         rather then 'gprocessor' (gprocessor is currently broken, btw)
+
+2006-11-03 Sandro Santilli <address@hidden>
+
        * server/: [too many files]
          Changed some 'tu' containers to 'std' ones...
        * server/: action.h, event_id.h, Makefile.am: extracted event_id

Index: testsuite/actionscript.all/swf_exists.exp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/swf_exists.exp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- testsuite/actionscript.all/swf_exists.exp   30 Oct 2006 09:05:27 -0000      
1.17
+++ testsuite/actionscript.all/swf_exists.exp   3 Nov 2006 14:11:42 -0000       
1.18
@@ -12,7 +12,7 @@
 set timeout 100
 set file all
 set timetol 0
-set executable "../../utilities/gprocessor"
+set executable "../../gui/gnash"
 set params "-w"
 
 foreach file [glob ${srcdir}/*.as] {
@@ -53,7 +53,7 @@
        # spawn the executable and look for the DejaGnu output messages from the
        # test case.
 
-       if {[catch {exec -keepnewline -- ./${executable} -v out.swf} out] } {
+       if {[catch {exec -keepnewline -- ./${executable} -1 -r0 -v out.swf} 
out] } {
                fail "$testid: gprocessor exited with non-zero code"
                verbose "($out)" 
                continue




reply via email to

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