Re: [PATCH 5/5] jscript/tests: Add tests with values related to INT_MAX

2011-06-30 Thread Detlef Riekenberg
On Mo, 2011-06-27 at 11:59 +0200, Jacek Caban wrote: How can we force tests to use VT_UI4? It's not JScript builtin type, you need to extend tests host object for that. Sorry, no clue. Which host object? +/* 0x7fff is 2147483647 is INT_MAX */ +tmp = 2147483647*-1; 0x... is

Re: [PATCH 5/5] jscript/tests: Add tests with values related to INT_MAX

2011-06-30 Thread Jacek Caban
On 06/28/11 15:47, Detlef Riekenberg wrote: On Mo, 2011-06-27 at 11:59 +0200, Jacek Caban wrote: How can we force tests to use VT_UI4? It's not JScript builtin type, you need to extend tests host object for that. Sorry, no clue. Which host object Global host object for tests. See how

Re: [PATCH 5/5] jscript/tests: Add tests with values related to INT_MAX

2011-06-27 Thread Jacek Caban
On 06/26/11 18:28, Detlef Riekenberg wrote: How can we force tests to use VT_UI4? It's not JScript builtin type, you need to extend tests host object for that. -- By by ... Detlef --- dlls/jscript/tests/lang.js | 31 +++ 1 files changed, 31 insertions(+), 0

Re: [PATCH 5/5] jscript/tests: Add tests with values related to INT_MAX

2011-06-26 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=11980 Your paranoid