CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/01/12 11:05:07
Modified files:
. : ChangeLog
testsuite/actionscript.all: check.as
Log message:
make dump of rcsid hushable in check.as (useful for 'quickcheck')
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2097&r2=1.2098
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/check.as?cvsroot=gnash&r1=1.20&r2=1.21
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2097
retrieving revision 1.2098
diff -u -b -r1.2097 -r1.2098
--- ChangeLog 12 Jan 2007 10:59:48 -0000 1.2097
+++ ChangeLog 12 Jan 2007 11:05:06 -0000 1.2098
@@ -30,7 +30,7 @@
(they are compiled in separate frames of the same movie).
* testsuite/actionscript.all/check.as: include filename
in test result report (easier to see what goes on, altought
- bigger output).
+ bigger output); make dump of rcsid hushable.
2007-01-11 Sandro Santilli <[EMAIL PROTECTED]>
Index: testsuite/actionscript.all/check.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/check.as,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- testsuite/actionscript.all/check.as 12 Jan 2007 09:14:37 -0000 1.20
+++ testsuite/actionscript.all/check.as 12 Jan 2007 11:05:07 -0000 1.21
@@ -88,7 +88,9 @@
" obtained: " + obt + \
" [" + __FILE__ + ":" + __LINE__ + "]" ); \
+#ifndef SUPPRESS_RCSID_DUMP
info('['+rcsid+']');
+#endif
// If using the DEJAGNU_MODULE this info will be printed
// by code in dejagnu_so_init.as
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit