[Webkit-unassigned] [Bug 199489] run-javascriptcore-tests won't report test results for testmasm, testair, testb3, testdfg and test api

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 10:19:52 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199489

--- Comment #51 from Guillaume Emont <guijemont at igalia.com> ---
(In reply to Zhifei Fang from comment #50)
> (In reply to Guillaume Emont from comment #48)
> > (In reply to Guillaume Emont from comment #47)
> > > This definitely breaks the arm and mips EWS.
> > 
> > Example test output from arm bot (we get the same on the mips bot):
> > https://webkit-queues.webkit.org/results/12741762
> > 
> > I believe that additional code is needed to disable the binary test report
> > on these archs.
> 
> This is weird, it works well here:
> 
> https://build.webkit.org/builders/JSCOnly%20Linux%20MIPS32el%20Release/
> builds/3310/steps/jscore-test/logs/stdio
> 
> Most likely either I miss something, or I miss to restart something.
> 
> aakash_jain, any instruction here ?

Buildbots and (old) EWS don't use the same scripts. So I think we're in a situation where the buildbots properly ignore the results of tesmasm & co, whereas the EWS looks at them.
I would guess we might need to add code in Tools/Scripts/webkitpy/common/config/ports.py or somewhere around that so that we also pass the --no-testmasm... options for the old EWS.
Alternatively, if this looks unfeasible, I can try to add this to the $JSCTESTS_OPTIONS environment variable of jsc-mips-ews and jsc-armv7-ews.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190715/a72a3444/attachment-0001.html>


More information about the webkit-unassigned mailing list