[PATCH 5/6] jscript: Added Date.now implementation.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/jscript/date.c | 34 ++++++++++++++++++++++++---------- dlls/jscript/tests/api.js | 1 + dlls/mshtml/tests/documentmode.js | 1 + dlls/mshtml/tests/es5.js | 33 +++++++++++++++++++++++++++++++++ dlls/mshtml/tests/rsrc.rc | 3 +++ dlls/mshtml/tests/script.c | 1 + 6 files changed, 63 insertions(+), 10 deletions(-) create mode 100644 dlls/mshtml/tests/es5.js
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=36332 Your paranoid android. === w2008s64 (32 bit events) === events.c:1106: Test failed: unexpected call img_onerror
participants (2)
-
Jacek Caban -
Marvin