gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil... [relea


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil... [release_0_7_2]
Date: Thu, 02 Nov 2006 11:19:11 +0000

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

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

Log message:
                * testsuite/simple.exp: new file being a copy
                  of the equal ming.exp and samples.exp files.
                * testsuite: misc-ming.all/ming.exp, samples/samples.exp:
                  replaced by simple.exp above
                * testsuite/: misc-ming.all/Makefile.am, samples/Makefile.am:
                  use unified expect script.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.44&r2=1.1412.2.45
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/simple.exp?cvsroot=gnash&only_with_tag=release_0_7_2&rev=1.1.2.1
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.1&r2=1.26.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/ming.exp?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/Makefile.am?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/samples/samples.exp?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1&r2=0

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.44
retrieving revision 1.1412.2.45
diff -u -b -r1.1412.2.44 -r1.1412.2.45
--- ChangeLog   2 Nov 2006 10:57:39 -0000       1.1412.2.44
+++ ChangeLog   2 Nov 2006 11:19:11 -0000       1.1412.2.45
@@ -1,3 +1,12 @@
+2006-11-02 Sandro Santilli <address@hidden>
+
+       * testsuite/simple.exp: new file being a copy
+         of the equal ming.exp and samples.exp files.
+       * testsuite: misc-ming.all/ming.exp, samples/samples.exp:
+         replaced by simple.exp above
+       * testsuite/: misc-ming.all/Makefile.am, samples/Makefile.am:
+         use unified expect script.
+
 2006-11-02 Udo Giacomozzi <address@hidden>
        
        * backend/render_handler_agg_style.h: Correct and faster 

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

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

Index: testsuite/simple.exp
===================================================================
RCS file: testsuite/simple.exp
diff -N testsuite/simple.exp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ testsuite/simple.exp        2 Nov 2006 11:19:11 -0000       1.1.2.1
@@ -0,0 +1,88 @@
+
+load_lib "dejagnu.exp"
+
+
+# If tracing has been enabled at the top level, then turn it on here
+# too.
+if $tracelevel {
+    strace $tracelevel
+}
+
+set timeoutmsg "Timed out: Never got started, "
+set timeout 100
+set file all
+set timetol 0
+set params ""
+
+# testcases is set by the Makefile in the site.exp data file.
+foreach file $testcases {
+    # spawn the executable and look for the DejaGnu output messages from the
+    # test case.
+    spawn -noecho -open [open "|./$file" "r"]
+    expect {
+       -re "\[0-9\]\[0-9\]:..:..:${text}\n" {
+           regsub "\[\n\t\]*NOTE: $text\n" $expect_out(0,string) "" output
+           verbose "$output" 3
+           set timetol 0
+           exp_continue
+       }
+       -re "NOTE:\[^\n]*\n" {
+           regsub "\[\n\t\]*NOTE: " $expect_out(0,string) "" output
+           set output [string range $output 6 end-2]
+           verbose "${file} $output" 2
+           set timetol 0
+           exp_continue
+       }
+       -re "PASSED:\[^\n]*\n" {
+           regsub "\[\n\t\]*PASSED: " $expect_out(0,string) "" output
+           set output [string range $output 0 end-2]
+           pass "${file}: $output"
+           set timetol 0
+           exp_continue
+       }
+       -re "FAILED:\[^\n\]*\n" {
+           regsub "\[\n\t\]*FAILED: " $expect_out(0,string) "" output
+           set output [string range $output 0 end-2] 
+           fail "${file}: $output"
+           set timetol 0
+           exp_continue
+       }
+       -re "UNTESTED:\[^\n]*\n" {
+           regsub "\[\n\t\]*TESTED: " $expect_out(0,string) "" output
+           set output [string range $output 8 end-2]
+           untested "${file}: $output"
+           set timetol 0
+           exp_continue
+       }
+       -re "UNRESOLVED:\[^\n]*\n" {
+           regsub "\[\n\t\]*UNRESOLVED: " $expect_out(0,string) "" output
+           set output [string range $output 8 end-2]
+           unresolved "${file}: $output"
+           set timetol 0
+           exp_continue
+       }
+       -re "Totals" {
+           verbose "All done" 2
+       }
+       eof {
+           #       unresolved "${executable} died prematurely"
+           #       catch close
+           #       return "${executable} died prematurely"
+       }
+       timeout {
+           warning "Timed out executing test case"
+           if { $timetol <= 2 } {
+               incr timetol
+               exp_continue
+           } else {
+               -               catch close
+               return "Timed out executing test case"
+           }
+       }
+   }
+
+    # force a close of the executable to be safe.
+    catch close
+}
+
+

Index: testsuite/misc-ming.all/ming.exp
===================================================================
RCS file: testsuite/misc-ming.all/ming.exp
diff -N testsuite/misc-ming.all/ming.exp
--- testsuite/misc-ming.all/ming.exp    12 Oct 2006 23:50:44 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,88 +0,0 @@
-
-load_lib "dejagnu.exp"
-
-
-# If tracing has been enabled at the top level, then turn it on here
-# too.
-if $tracelevel {
-    strace $tracelevel
-}
-
-set timeoutmsg "Timed out: Never got started, "
-set timeout 100
-set file all
-set timetol 0
-set params ""
-
-# testcases is set by the Makefile in the site.exp data file.
-foreach file $testcases {
-    # spawn the executable and look for the DejaGnu output messages from the
-    # test case.
-    spawn -noecho -open [open "|./$file" "r"]
-    expect {
-       -re "\[0-9\]\[0-9\]:..:..:${text}\n" {
-           regsub "\[\n\t\]*NOTE: $text\n" $expect_out(0,string) "" output
-           verbose "$output" 3
-           set timetol 0
-           exp_continue
-       }
-       -re "NOTE:\[^\n]*\n" {
-           regsub "\[\n\t\]*NOTE: " $expect_out(0,string) "" output
-           set output [string range $output 6 end-2]
-           verbose "${file} $output" 2
-           set timetol 0
-           exp_continue
-       }
-       -re "PASSED:\[^\n]*\n" {
-           regsub "\[\n\t\]*PASSED: " $expect_out(0,string) "" output
-           set output [string range $output 0 end-2]
-           pass "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "FAILED:\[^\n\]*\n" {
-           regsub "\[\n\t\]*FAILED: " $expect_out(0,string) "" output
-           set output [string range $output 0 end-2] 
-           fail "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "UNTESTED:\[^\n]*\n" {
-           regsub "\[\n\t\]*TESTED: " $expect_out(0,string) "" output
-           set output [string range $output 8 end-2]
-           untested "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "UNRESOLVED:\[^\n]*\n" {
-           regsub "\[\n\t\]*UNRESOLVED: " $expect_out(0,string) "" output
-           set output [string range $output 8 end-2]
-           unresolved "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "Totals" {
-           verbose "All done" 2
-       }
-       eof {
-           #       unresolved "${executable} died prematurely"
-           #       catch close
-           #       return "${executable} died prematurely"
-       }
-       timeout {
-           warning "Timed out executing test case"
-           if { $timetol <= 2 } {
-               incr timetol
-               exp_continue
-           } else {
-               -               catch close
-               return "Timed out executing test case"
-           }
-       }
-   }
-
-    # force a close of the executable to be safe.
-    catch close
-}
-
-

Index: testsuite/samples/samples.exp
===================================================================
RCS file: testsuite/samples/samples.exp
diff -N testsuite/samples/samples.exp
--- testsuite/samples/samples.exp       24 Oct 2006 13:19:36 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,88 +0,0 @@
-
-load_lib "dejagnu.exp"
-
-
-# If tracing has been enabled at the top level, then turn it on here
-# too.
-if $tracelevel {
-    strace $tracelevel
-}
-
-set timeoutmsg "Timed out: Never got started, "
-set timeout 100
-set file all
-set timetol 0
-set params ""
-
-# testcases is set by the Makefile in the site.exp data file.
-foreach file $testcases {
-    # spawn the executable and look for the DejaGnu output messages from the
-    # test case.
-    spawn -noecho -open [open "|./$file" "r"]
-    expect {
-       -re "\[0-9\]\[0-9\]:..:..:${text}\n" {
-           regsub "\[\n\t\]*NOTE: $text\n" $expect_out(0,string) "" output
-           verbose "$output" 3
-           set timetol 0
-           exp_continue
-       }
-       -re "NOTE:\[^\n]*\n" {
-           regsub "\[\n\t\]*NOTE: " $expect_out(0,string) "" output
-           set output [string range $output 6 end-2]
-           verbose "${file} $output" 2
-           set timetol 0
-           exp_continue
-       }
-       -re "PASSED:\[^\n]*\n" {
-           regsub "\[\n\t\]*PASSED: " $expect_out(0,string) "" output
-           set output [string range $output 0 end-2]
-           pass "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "FAILED:\[^\n\]*\n" {
-           regsub "\[\n\t\]*FAILED: " $expect_out(0,string) "" output
-           set output [string range $output 0 end-2] 
-           fail "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "UNTESTED:\[^\n]*\n" {
-           regsub "\[\n\t\]*TESTED: " $expect_out(0,string) "" output
-           set output [string range $output 8 end-2]
-           untested "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "UNRESOLVED:\[^\n]*\n" {
-           regsub "\[\n\t\]*UNRESOLVED: " $expect_out(0,string) "" output
-           set output [string range $output 8 end-2]
-           unresolved "${file}: $output"
-           set timetol 0
-           exp_continue
-       }
-       -re "Totals" {
-           verbose "All done" 2
-       }
-       eof {
-           #       unresolved "${executable} died prematurely"
-           #       catch close
-           #       return "${executable} died prematurely"
-       }
-       timeout {
-           warning "Timed out executing test case"
-           if { $timetol <= 2 } {
-               incr timetol
-               exp_continue
-           } else {
-               -               catch close
-               return "Timed out executing test case"
-           }
-       }
-   }
-
-    # force a close of the executable to be safe.
-    catch close
-}
-
-




reply via email to

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