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-271-g11ab0d0
Date: Sun, 13 Mar 2011 21:17:01 +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  11ab0d07c982c528f6106d334cfa40e9784f765e (commit)
      from  6bdc5399596dc7fb4b33295378b33dddd2591aad (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=11ab0d07c982c528f6106d334cfa40e9784f765e


commit 11ab0d07c982c528f6106d334cfa40e9784f765e
Author: Sandro Santilli <address@hidden>
Date:   Sun Mar 13 22:15:42 2011 +0100

    Add test for Number.toString as encountered in bug #32521

diff --git a/testsuite/actionscript.all/Number.as 
b/testsuite/actionscript.all/Number.as
index cd0cdc6..1930dfd 100644
--- a/testsuite/actionscript.all/Number.as
+++ b/testsuite/actionscript.all/Number.as
@@ -676,14 +676,18 @@ check_equals(a, 77);
 
 check( isNaN(0/0) );
 
+a=16711680; // 1.67117e+07;
+as=a.toString(16);
+check_equals(as, 'ff0000');
+
 // END OF TEST
 
 #if OUTPUT_VERSION < 6
- check_totals(237);
+ check_totals(238);
 #else
 #if OUTPUT_VERSION < 7
- check_totals(232);
+ check_totals(233);
 #else
- check_totals(230);
+ check_totals(231);
 #endif
 #endif

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

Summary of changes:
 testsuite/actionscript.all/Number.as |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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