gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/gnashrc.in testsuite/...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/gnashrc.in testsuite/...
Date: Fri, 04 Apr 2008 15:51:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/04 15:51:47

Modified files:
        .              : ChangeLog 
        testsuite      : gnashrc.in 
        testsuite/misc-ming.all: Makefile.am 

Log message:
                * testsuite/gnashrc.in: use fakesink as GstAudioSink, so you 
don't
                  hear sound from tests coming out of speakers on make check.
                * testsuite/misc-ming.all/Makefile.am: use testsuite/gnashrc
                  while automatically running tests.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6182&r2=1.6183
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/gnashrc.in?cvsroot=gnash&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.187&r2=1.188

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6182
retrieving revision 1.6183
diff -u -b -r1.6182 -r1.6183
--- ChangeLog   4 Apr 2008 14:54:45 -0000       1.6182
+++ ChangeLog   4 Apr 2008 15:51:46 -0000       1.6183
@@ -1,5 +1,12 @@
 2008-04-04 Sandro Santilli <address@hidden>
 
+       * testsuite/gnashrc.in: use fakesink as GstAudioSink, so you don't
+         hear sound from tests coming out of speakers on make check.
+       * testsuite/misc-ming.all/Makefile.am: use testsuite/gnashrc
+         while automatically running tests.
+
+2008-04-04 Sandro Santilli <address@hidden>
+
        * gui/Player.cpp (fs_callback): don't forget the newline ending
          (the gnash-to-host protocol needs some real definition).
        * server/vm/ASHandlers.cpp (CommonGetUrl): consitent logging

Index: testsuite/gnashrc.in
===================================================================
RCS file: /sources/gnash/gnash/testsuite/gnashrc.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- testsuite/gnashrc.in        18 Feb 2008 23:39:47 -0000      1.7
+++ testsuite/gnashrc.in        4 Apr 2008 15:51:47 -0000       1.8
@@ -20,4 +20,9 @@
 # Enable sound (for testcases using it..)
 set sound true
 
+# Don't really play sound while testing (at least with gstreamer)
+# In the future, we might want to use a 'testsink' here for checking:wq
+# actual output
+set GstAudioSink fakesink
+
 # TODO: enable extensions ?

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -b -r1.187 -r1.188
--- testsuite/misc-ming.all/Makefile.am 26 Mar 2008 16:41:37 -0000      1.187
+++ testsuite/misc-ming.all/Makefile.am 4 Apr 2008 15:51:47 -0000       1.188
@@ -1836,11 +1836,11 @@
 check-DEJAGNU: site-update $(check_PROGRAMS)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
+           GNASHRC=../gnashrc $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; 
\
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \
-           $(SHELL) $$i; \
+           GNASHRC=../gnashrc $(SHELL) $$i; \
          done; \
        fi
 




reply via email to

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