[Webkit-unassigned] [Bug 32954] have run-webkit-tests output the JSON files for tracking layout test flakiness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 10:15:20 PDT 2011


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2011-03-23 10:15:20 PST ---
The webkit-patch python code already knows how to post-process a layout-test-results directory into the json objects.  But it doesn't have all the data that a NRWT JSON would.

See:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/net/layouttestresults.py

I think it would be easiest to just write a webkit-patch command which spit out a JSON file of the apporpriate format from that parsed information.

It would also be possible to change ORWT to spit out the json directly, but I expect that would be harder.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list