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-7-gd53e219
Date: Mon, 31 Jan 2011 22:56:29 +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  d53e219f4bf7409d91ae66523178f9160e7cc987 (commit)
      from  02b61bc14602f69ee9292345105f811f617be3cb (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=d53e219f4bf7409d91ae66523178f9160e7cc987


commit d53e219f4bf7409d91ae66523178f9160e7cc987
Author: Sandro Santilli <address@hidden>
Date:   Mon Jan 31 23:55:33 2011 +0100

    Don't be picky about load times. It is more helpful to have stable results. 
Should fix bug #31971.

diff --git a/testsuite/misc-mtasc.all/level87.as 
b/testsuite/misc-mtasc.all/level87.as
index e8207d2..2f84de9 100644
--- a/testsuite/misc-mtasc.all/level87.as
+++ b/testsuite/misc-mtasc.all/level87.as
@@ -62,7 +62,7 @@ class Level87
 
                _level0.level87loaded = true;
 
-                       check_equals(_level0.frameno, 2);
+                       check(_level0.frameno >= 2);
 
                // This one fails because gnash is executing code
                // in level99 before code in the first load of level87,
diff --git a/testsuite/misc-mtasc.all/level99.as 
b/testsuite/misc-mtasc.all/level99.as
index 5f7e203..3c49c79 100644
--- a/testsuite/misc-mtasc.all/level99.as
+++ b/testsuite/misc-mtasc.all/level99.as
@@ -46,7 +46,7 @@ class Level99
 
                 check_equals(mc._currentframe, 1);
 
-                       check_equals(_level0.frameno, 2);
+                       check(_level0.frameno >= 2);
 
                 // Check our depth
                check_equals(mc.getDepth(), -16285);

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

Summary of changes:
 testsuite/misc-mtasc.all/level87.as |    2 +-
 testsuite/misc-mtasc.all/level99.as |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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