Bug 243703 - [Xcode] build-jsc and "Everything up to JavaScriptCore" should build TestWTF
Summary: [Xcode] build-jsc and "Everything up to JavaScriptCore" should build TestWTF
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-08 17:48 PDT by Elliott Williams
Modified: 2022-08-26 13:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 2022-08-08 17:48:52 PDT
Now that workspace builds via Make are functional, we can have the "Everything up to JavaScriptCore" scheme build TestWTF without the rest of the TestWebKitAPI harness. This should provide a single-command invocation for JSC engineers to minimally build WTF+JSC and tests.
Comment 1 Elliott Williams 2022-08-26 13:48:49 PDT
rdar://98697108
Comment 2 Elliott Williams 2022-08-26 13:49:14 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3129