The Earl Grey test suite fails to run with Xcode 7.3.
With Xcode 7.3, the .xctest file now lives inside a 'PlugIns' directory inside the host application. In Xcode 7.2 and earlier the .xctest lived next to the host application in the build output directory.
Additionally, Xcode tries to launch the test from src/build, rather than the build output directory (e.g. out/Debug-iphonesimulator).
Manually copying the built ios_web_shell_test.xctest into ios_web_shell.app/PlugIns, and moving ios_web_shell.app into src/build allows Xcode to successfully launch and run the tests.
Comment 1 by bugdroid1@chromium.org
, Apr 18 2016