gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-445-gd4a7658
Date: Wed, 30 Mar 2011 20:08:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d4a7658013172eaa4f7bdec27aa6b3e5ad32286c (commit)
      from  afd471f52cdc056b8c4009979c3ccae4b0963338 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d4a7658013172eaa4f7bdec27aa6b3e5ad32286c


commit d4a7658013172eaa4f7bdec27aa6b3e5ad32286c
Author: Sandro Santilli <address@hidden>
Date:   Wed Mar 30 21:58:05 2011 +0200

    The Rc test can't really test default values, as there's no way to 
construct an RcInit file w/out having it read the user rcfile :/ This commit 
sets the default values for script limits

diff --git a/testsuite/libbase.all/gnashrc.in b/testsuite/libbase.all/gnashrc.in
index b150167..4ee7891 100644
--- a/testsuite/libbase.all/gnashrc.in
+++ b/testsuite/libbase.all/gnashrc.in
@@ -111,3 +111,12 @@ set Renderer
 
 # Use default media handler (there's a space at the end, don't drop it)
 set MediaHandler 
+
+# Override scripts timeout (how to test the defaults?!)
+set scriptsTimeout 15
+
+# Override scripts recursion limit (how to test the defaults?!)
+set scriptsRecursionLimit 256
+
+# Override scripts limit locking (how to test the defaults?!)
+set lockScriptLimits false

-----------------------------------------------------------------------

Summary of changes:
 testsuite/libbase.all/gnashrc.in |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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