RESOLVED FIXED 89541
Apple port does not need to build tools for testers
https://bugs.webkit.org/show_bug.cgi?id=89541
Summary Apple port does not need to build tools for testers
Lucas Forschler
Reported 2012-06-19 18:52:55 PDT
Once 89540 is done, we need to tell the bots not to build the tools. run-api-tests needs --no-build run-webkit-tests needs --no-build
Attachments
Lucas Forschler
Comment 1 2017-03-30 13:58:39 PDT
I think this is fixed... current master.cfg reads: command = ["perl", "./Tools/Scripts/run-api-tests", "--no-build", WithProperties("--%(configuration)s"), "--verbose"]
Lucas Forschler
Comment 2 2017-03-30 14:00:28 PDT
and for run-webkit-tests class RunWebKitTests(shell.Test): name = "layout-test" description = ["layout-tests running"] descriptionDone = ["layout-tests"] resultDirectory = "layout-test-results" command = ["python", "./Tools/Scripts/run-webkit-tests", "--no-build", "--no-show-results", "--no-new-test-results", "--builder-name", WithProperties("%(buildername)s"), "--build-number", WithProperties("%(buildnumber)s"), "--master-name", "webkit.org", "--test-results-server", "webkit-test-results.webkit.org", "--exit-after-n-crashes-or-timeouts", "50", "--exit-after-n-failures", "500", WithProperties("--%(configuration)s")]
Note You need to log in before you can comment on or make changes to this bug.