[PATCH 8/9] jscript: Use jsdisp_define_property to set prototype constructors.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/jscript/dispex.c | 5 ----- dlls/jscript/function.c | 3 ++- dlls/jscript/jscript.h | 1 - dlls/mshtml/tests/es5.js | 1 + 4 files changed, 3 insertions(+), 7 deletions(-)
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 https://testbot.winehq.org/JobDetails.pl?Key=38321 Your paranoid android. === wvistau64 (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64_zh_CN (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64_fr (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64_he (32 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false" === wvistau64 (64 bit script) === script.c:644: Test failed: L"desc.enumerable = true expected false"
participants (2)
-
Jacek Caban -
Marvin