gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite simple.exp misc-ming.all/Makefi... [relea


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite simple.exp misc-ming.all/Makefi... [release_0_7_2]
Date: Thu, 02 Nov 2006 11:52:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Sandro Santilli <strk>  06/11/02 11:52:24

Modified files:
        testsuite      : simple.exp 
        testsuite/misc-ming.all: Makefile.am 
        testsuite/samples: Makefile.am 

Log message:
        Ops, correct path to simple.exp (seems that absolute path won't work)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/simple.exp?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.26.2.2&r2=1.26.2.3
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/Makefile.am?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: simple.exp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Attic/simple.exp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- simple.exp  2 Nov 2006 11:19:11 -0000       1.1.2.1
+++ simple.exp  2 Nov 2006 11:52:24 -0000       1.1.2.2
@@ -1,6 +1,7 @@
 
 load_lib "dejagnu.exp"
 
+verbose "I am ALIVE!"
 
 # If tracing has been enabled at the top level, then turn it on here
 # too.
@@ -14,8 +15,13 @@
 set timetol 0
 set params ""
 
+verbose "Testcases are $testcases"
+
 # testcases is set by the Makefile in the site.exp data file.
 foreach file $testcases {
+
+    verbose "Running test $file"
+
     # spawn the executable and look for the DejaGnu output messages from the
     # test case.
     spawn -noecho -open [open "|./$file" "r"]

Index: misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.26.2.2
retrieving revision 1.26.2.3
diff -u -b -r1.26.2.2 -r1.26.2.3
--- misc-ming.all/Makefile.am   2 Nov 2006 11:19:11 -0000       1.26.2.2
+++ misc-ming.all/Makefile.am   2 Nov 2006 11:52:24 -0000       1.26.2.3
@@ -163,7 +163,7 @@
 clean-local: 
        -rm *.swf media
 
-TEST_DRIVERS = $(srcdir)/testsuite/simple.exp
+TEST_DRIVERS = ../simple.exp
 TEST_CASES = \
        DefineEditTextVariableNameTest-Runner \
        RollOverOutTest-Runner \

Index: samples/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/samples/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- samples/Makefile.am 2 Nov 2006 11:19:11 -0000       1.1.2.2
+++ samples/Makefile.am 2 Nov 2006 11:52:24 -0000       1.1.2.3
@@ -62,7 +62,7 @@
 
 EXTRA_DIST = clip_as_button2.swf 
 
-TEST_DRIVERS = $(srcdir)/testsuite/simple.exp
+TEST_DRIVERS = ../simple.exp
 TEST_CASES = \
        clip_as_button2-TestRunner
 




reply via email to

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