WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
262025
Fix TestWTFLibrary dependency on gtest
https://bugs.webkit.org/show_bug.cgi?id=262025
Summary
Fix TestWTFLibrary dependency on gtest
David Kilzer (:ddkilzer)
Reported
2023-09-24 20:29:26 PDT
Fix TestWebKitAPI dependency on gtest. I saw this error when precompiling TestWebKitAPIPrefix.h: In file included from Tools/TestWebKitAPI/TestWebKitAPIPrefix.h:51: WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: fatal error: 'gtest/internal/gtest-internal.h' file not found #include "gtest/internal/gtest-internal.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: note: did not find header 'internal/gtest-internal.h' in framework 'gtest' (loaded from 'WebKitBuild/Release') 1 error generated.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-24 20:29:45 PDT
<
rdar://problem/115972063
>
David Kilzer (:ddkilzer)
Comment 2
2023-09-24 20:35:03 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18145
EWS
Comment 3
2023-09-25 13:37:26 PDT
Committed
268406@main
(4cfc121efdfa): <
https://commits.webkit.org/268406@main
> Reviewed commits have been landed. Closing PR #18145 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug