CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/12/10 21:50:48
Modified files:
. : ChangeLog
testsuite/libamf.all: Makefile.am
Log message:
don't abort if a test fails.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5120&r2=1.5121
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libamf.all/Makefile.am?cvsroot=gnash&r1=1.6&r2=1.7
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5120
retrieving revision 1.5121
diff -u -b -r1.5120 -r1.5121
--- ChangeLog 10 Dec 2007 20:17:15 -0000 1.5120
+++ ChangeLog 10 Dec 2007 21:50:47 -0000 1.5121
@@ -1,5 +1,11 @@
2007-12-10 Sandro Santilli <[EMAIL PROTECTED]>
+ * testsuite/libamf.all/Makefile.am: don't abort if a test fails.
+ (note that test_object smashes the stack since the change in
+ hexify())
+
+2007-12-10 Sandro Santilli <[EMAIL PROTECTED]>
+
* server/button_character_instance.{cpp,h},
server/character.h, server/impl.cpp,
server/movie_instance.{cpp,h},
Index: testsuite/libamf.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libamf.all/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- testsuite/libamf.all/Makefile.am 23 Aug 2007 14:10:54 -0000 1.6
+++ testsuite/libamf.all/Makefile.am 10 Dec 2007 21:50:48 -0000 1.7
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-# $Id: Makefile.am,v 1.6 2007/08/23 14:10:54 strk Exp $
+# $Id: Makefile.am,v 1.7 2007/12/10 21:50:48 strk Exp $
AUTOMAKE_OPTIONS = dejagnu
@@ -73,7 +73,7 @@
check-DEJAGNU: site-update $(TEST_CASES)
@runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
- $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); \
+ $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
else \
echo "WARNING: could not find \`runtest'" 1>&2; \
for i in "$(check_PROGRAMS)"; do \
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit