Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b8b19de01e0ed105989ca7ef12df818c874100d4
https://github.com/WebKit/WebKit/commit/b8b19de01e0ed105989ca7ef12df818c874100d4
Author: Roberto Rodriguez <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
Log Message:
-----------
[ANGLE] Copy angle_end2end_tests_expectations.txt to build output folder
https://bugs.webkit.org/show_bug.cgi?id=320345
rdar://183297312
Reviewed by Dan Glastonbury.
ANGLEEnd2EndTests fails at startup if it can't find
src/tests/angle_end2end_tests_expectations.txt.
Currently it falls back to the copy in the WebKit checkout, found by walking up
from the build directory
to a hardcoded relative path (i.e.,
Source/ThirdParty/ANGLE/src/tests/angle_end2end_tests_expectations.txt).
Without that checkout, the suite won't run.
Fix by copying the file to $BUILT_PRODUCTS_DIR/src/tests/, the first location
searched.
Nothing else is needed, since the binary links ANGLE statically and has no
other runtime data.
Also, both dEQP targets already stage their data this way. This is macOS only,
as iOS-family uses
ANGLEEnd2EndTestsApp and is unaffected.
* Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/318026@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications