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_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2055-g6cb7f6f
Date: Sat, 24 May 2014 09:40:09 +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  6cb7f6f7ada89ec83a495de2bede72688f1974ac (commit)
      from  869f2fa5be2720c9687190aa3ccc3d7fd9e1038f (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=6cb7f6f7ada89ec83a495de2bede72688f1974ac


commit 6cb7f6f7ada89ec83a495de2bede72688f1974ac
Author: Sandro Santilli <address@hidden>
Date:   Sat May 24 11:39:30 2014 +0200

    MovieClipLoader.loadClip is not blocking anymore
    
    Remove obsoleted comment and put stop() back to after the
    test starter.

diff --git a/testsuite/actionscript.all/MovieClipLoader.as 
b/testsuite/actionscript.all/MovieClipLoader.as
index c683b31..3753a3b 100644
--- a/testsuite/actionscript.all/MovieClipLoader.as
+++ b/testsuite/actionscript.all/MovieClipLoader.as
@@ -394,12 +394,8 @@ function test3()
 
 }
 
-// Due to a bug in Gnash we must stop() before calling test1.
-// This is because Gnash's version of loadClip is blocking !!
-// TODO: fix it !
-stop();
-
 test1();
+stop();
 
 #else // OUTPUT_VERSION < 7
 

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

Summary of changes:
 testsuite/actionscript.all/MovieClipLoader.as |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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