CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 08/01/14 21:15:52
Modified files:
. : ChangeLog
testsuite : gnashrc.in
Log message:
avoid printing malformed swf and actionscript error messages
while executing automated testcases.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5395&r2=1.5396
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/gnashrc.in?cvsroot=gnash&r1=1.3&r2=1.4
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5395
retrieving revision 1.5396
diff -u -b -r1.5395 -r1.5396
--- ChangeLog 14 Jan 2008 20:50:45 -0000 1.5395
+++ ChangeLog 14 Jan 2008 21:15:52 -0000 1.5396
@@ -1,5 +1,10 @@
2008-01-14 Sandro Santilli <[EMAIL PROTECTED]>
+ * testsuite/gnashrc.in: avoid printing malformed swf and actionscript
+ error messages while executing automated testcases.
+
+2008-01-14 Sandro Santilli <[EMAIL PROTECTED]>
+
* server/asobj/Global.cpp: stub ASSetNative, ASSetNativeAccessor,
ASconstructor.
* testsuite/actionscript.all/Global.as: test existance of ASnative,
Index: testsuite/gnashrc.in
===================================================================
RCS file: /sources/gnash/gnash/testsuite/gnashrc.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/gnashrc.in 9 Jan 2008 00:41:14 -0000 1.3
+++ testsuite/gnashrc.in 14 Jan 2008 21:15:52 -0000 1.4
@@ -8,4 +8,10 @@
# this is to be compatible with swfdec tests expectances
set flashVersionString WIN 9,0,100,0
+# Don't bother printing SWF errors during automated testing
+set MalformedSWFVerbosity false
+
+# Don't bother printing AS errors during automated testing
+set ASCodingErrorsVerbosity false
+
# TODO: enable extensions ?
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit