Overview: I'm trying to run the daily snapshot of WebKit. After successfully building on xcode 11.2.1, I tried to run all tests, which resulted in a build error. Looking at the script that raised the error, I found that it tries to run Scripts/generate-derived-sources.sh, which doesn't exist. This presumably leads to the error, and causes the build to fail. I'm not sure how to navigate this error, as I've changed literally nothing about WebKit, and it's already failing. Steps to reproduce: 1. Grab daily snapshot of WebKit at https://s3-us-west-2.amazonaws.com/archives.webkit.org/WebKit-SVN-source.tar.bz2 and unzip 2. Run webkit/Tools/Scripts/run-webkit-tests Actual results: The following build commands failed: PhaseScriptExecution Run\ Script /Users/USER/Desktop/webkit/WebKitBuild/DumpRenderTree.build/Release/Derived\ Sources.build/Script-0F18E7011D6B9CC60027E547.sh (1 failure) Build check failed Expected results: A successful build and all tests passed.
This snapshot is just source code. Please build first: https://webkit.org/building-webkit/ If you only need to run tests, you can use CI archives. See build.webkit.org for how they are downloaded and used, e.g., <https://build.webkit.org/builders/Apple%20Mojave%20Debug%20WK2%20%28Tests%29/builds/7486>.