We should add support for running layout tests in OpenSource EWS Buildbot.
Created attachment 345006 [details] Proposed patch Adding the simple build step for running layout tests. This is quite similar to current EWS. Further enhancements like retrying layout-tests on failure, analyzing the results etc. would be in separate patch.
Attachment 345006 [details] did not pass style-queue: ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:730: [TestRunWebKitTests.test_success] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5] ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:730: [TestRunWebKitTests.test_success] No value passed for parameter 'status_text' in function call [pylint/E1120] [5] ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:744: [TestRunWebKitTests.test_failure] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5] ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:744: [TestRunWebKitTests.test_failure] No value passed for parameter 'status_text' in function call [pylint/E1120] [5] Total errors found: 4 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Style queue warnings are false positive.
Sample run: http://ews-build.webkit-uat.org/#/builders/11/builds/33
Comment on attachment 345006 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=345006&action=review r=me, after considering typo fix. > Tools/BuildSlaveSupport/ews-build/steps.py:264 > + name = 'layout-test' should this be 'layout-tests' ?
Committed r233921: <https://trac.webkit.org/changeset/233921>
<rdar://problem/42344602>