[Webkit-unassigned] [Bug 169777] [ios-simulator] webkitpy.tool.steps.steps_unittest.StepsTest.test_runtests_bindings is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 16 17:32:57 PDT 2017


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

--- Comment #2 from Sri Vijayaraghavan <svijayaraghavan at apple.com> ---
build_directory() in webkitpy/port/config.py runs the webkit-build-directory command.

build_path() in webkitpy/port/base.py sometimes calls the above function if it doesn't have it cached. AIUI the order in which the tests are run using webkitpy is non-deterministic, so that might be the source of flakiness here.

If that is the case, the best solution would be to just make the webkit-build-directory line optional for the unit tests somehow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170317/535e5dbb/attachment.html>


More information about the webkit-unassigned mailing list