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-1864-g46d0198
Date: Fri, 18 Apr 2014 18:57:34 +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  46d0198a6ea32c4447363230fbb2eb61362122c6 (commit)
      from  312d2c7b9d5d19f58c394fbbe316210d5de91b4c (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=46d0198a6ea32c4447363230fbb2eb61362122c6


commit 46d0198a6ea32c4447363230fbb2eb61362122c6
Author: Bastiaan Jacques <address@hidden>
Date:   Fri Apr 18 20:54:52 2014 +0200

    Revert "Make the test for #40315 more likely to trigger (provided the fix"
    
    This reverts commit 312d2c7b9d5d19f58c394fbbe316210d5de91b4c.
    
    The changed test affected other tests. The old way is probably
    sufficient, although it seems unlikely to trigger without asan.

diff --git a/testsuite/misc-ming.all/DrawingApiTest.as 
b/testsuite/misc-ming.all/DrawingApiTest.as
index f880cb7..b522112 100644
--- a/testsuite/misc-ming.all/DrawingApiTest.as
+++ b/testsuite/misc-ming.all/DrawingApiTest.as
@@ -276,9 +276,6 @@ 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;
@@ -290,6 +287,8 @@ 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, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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