[PATCH] jscript/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/jscript/tests/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c index e48f7484d06..d88b56090ef 100644 --- a/dlls/jscript/tests/run.c +++ b/dlls/jscript/tests/run.c @@ -2573,7 +2573,7 @@ static void test_eval(void) ok(script_disp != NULL, "script_disp == NULL\n"); hres = IDispatch_QueryInterface(script_disp, &IID_IDispatchEx, (void**)&script_dispex); - ok(hres == S_OK, "Coult not get IDispatchEx iface: %08x\n", hres); + ok(hres == S_OK, "Could not get IDispatchEx iface: %08x\n", hres); IDispatch_Release(script_disp); str = a2bstr("eval"); -- 2.20.1
Hi, While running your changed tests, 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=55292 Your paranoid android. === wvistau64 (task log) === Task errors: The task timed out === w2008s64 (64 bit report) === jscript: run: Timeout === w7pro64 (64 bit report) === jscript: run: Timeout === w864 (64 bit report) === jscript: run: Timeout === w1064v1507 (64 bit report) === jscript: run: Timeout === w1064v1809 (64 bit report) === jscript: run: Timeout
participants (2)
-
Francois Gouget -
Marvin