Re: [PATCH 2/3] jscript: Improve Number_toString implementation

2009-07-15 Thread Paul Vriens
Piotr Caban wrote: Hi Paul, Could you rerun the tests with following patch? (error message will be more verbose). Thanks, Piotr Hi Piotr, Win98 results attached. -- Cheers, Paul. run.c:311: Test failed: api.js: equals: num = 0 val = 4.565061778886334e-19 base = 3 str = 0.

Re: [PATCH 2/3] jscript: Improve Number_toString implementation

2009-07-15 Thread Piotr Caban
Hi Paul, Could you rerun the tests with following patch? (error message will be more verbose). Thanks, Piotr diff --git a/dlls/jscript/tests/api.js b/dlls/jscript/tests/api.js index 6af9bb8..7b1afe6 100644 --- a/dlls/jscript/tests/api.js +++ b/dlls/jscript/tests/api.js @@ -607,7 +607,7 @@ functio

Re: [PATCH 2/3] jscript: Improve Number_toString implementation

2009-07-15 Thread Paul Vriens
Piotr Caban wrote: --- dlls/jscript/number.c | 113 ++-- dlls/jscript/tests/api.js | 50 +-- 2 files changed, 151 insertions(+), 12 deletions(-) Hi Piotr