[ios] Adds code to verify that tests are running with custom webkit.
If --run-with-custom-webkit is passed on the commandline, WebTestSuite (gtest) and ChromeTestCase (egtest) will verify that the custom-built WebKit frameworks were loaded, as opposed to the system-provided frameworks. This will provide a loud warning when the frameworks cannot be loaded, since otherwise tests would pass silently using the system frameworks, which is not what we want. BUG=934252 Change-Id: I684e9ced303d36d1019714e3c807862eb2803f5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850011 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#704286}
Showing
Please register or sign in to comment