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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1863-g312d2c7
Date: Fri, 18 Apr 2014 16:44:08 +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  312d2c7b9d5d19f58c394fbbe316210d5de91b4c (commit)
      from  78f4a21d34ff6c2c137ef1fed22605a8d90ef2a9 (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=312d2c7b9d5d19f58c394fbbe316210d5de91b4c


commit 312d2c7b9d5d19f58c394fbbe316210d5de91b4c
Author: Bastiaan Jacques <address@hidden>
Date:   Fri Apr 18 18:42:57 2014 +0200

    Make the test for #40315 more likely to trigger (provided the fix
    is not applied) by ensuring no drawing commands follow it.

diff --git a/testsuite/misc-ming.all/DrawingApiTest.as 
b/testsuite/misc-ming.all/DrawingApiTest.as
index b522112..f880cb7 100644
--- a/testsuite/misc-ming.all/DrawingApiTest.as
+++ b/testsuite/misc-ming.all/DrawingApiTest.as
@@ -276,6 +276,9 @@ a.onEnterFrame = function()
 {
        if ( ++frameno > 8 )
        {
+                // #40315: test that we don't crash without a line style.
+                this.b.lineTo(10, 20);
+
                //this.clear();
                frameno = 0;
                ret = delete this.onEnterFrame;
@@ -287,8 +290,6 @@ a.onEnterFrame = function()
        }
        else
        {
-                // #40315: test that we don't crash without a line style.
-                this.b.lineTo(10, 20);
 
                this.b.clear();
                this.b.lineStyle(2, 0xFF0000);

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

Summary of changes:
 testsuite/misc-ming.all/DrawingApiTest.as |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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