Bug 224281 - [PlayStation] Do not include <any> in gtest because it requires RTTI
Summary: [PlayStation] Do not include <any> in gtest because it requires RTTI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-07 08:21 PDT by Don Olmstead
Modified: 2021-04-07 11:24 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.45 KB, patch)
2021-04-07 08:34 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2021-04-07 08:21:20 PDT
The STL for PlayStation requires RTTI to be enabled when <any> is used. This header is included in gtest which causes the build to fail.
Comment 1 Don Olmstead 2021-04-07 08:34:46 PDT
Created attachment 425398 [details]
Patch
Comment 2 Ross Kirsling 2021-04-07 10:33:34 PDT
Comment on attachment 425398 [details]
Patch

r=me. Thanks for adding the README.WebKit.
Comment 3 EWS 2021-04-07 10:47:19 PDT
commit-queue failed to commit attachment 425398 [details] to WebKit repository. To retry, please set cq+ flag again.
Comment 4 EWS 2021-04-07 11:23:41 PDT
Committed r275616: <https://commits.webkit.org/r275616>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 425398 [details].
Comment 5 Radar WebKit Bug Importer 2021-04-07 11:24:15 PDT
<rdar://problem/76357274>