| Summary: | [ iOS ] imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content.html is a constant text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dawn Morningstar <Morningstar> |
| Component: | New Bugs | Assignee: | sideshowbarker <mike> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, karlcow, mike, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 252223 | ||
|
Description
Dawn Morningstar
2023-11-06 13:57:14 PST
Is there a way I can attempt to reproduce this in my local environment? macOS 14.2 Beta (23C5030f) + XCode 15.0 beta 8 (15A5229m) Yes, this should reproduce locally. To build for iOS, one needs to run configure-xcode-for-embedded-development once (https://webkit.org/building-webkit/), then running tests should just work with --ios-simulator. (In reply to Alexey Proskuryakov from comment #3) > Yes, this should reproduce locally. To build for iOS, one needs to run > configure-xcode-for-embedded-development once > (https://webkit.org/building-webkit/), then running tests should just work > with --ios-simulator. Thanks — I’m getting: WebKitTestRunnerApp.app was not found at /opt/WebKit/WebKitBuild/Debug-iphonesimulator/WebKitTestRunnerApp.app …after building with: ./Tools/Scripts/set-webkit-configuration Current settings: Configuration:Debug Arch:arm64 ./Tools/Scripts/build-webkit --ios-simulator …and invoking the test runner like this: ./Tools/Scripts/run-webkit-tests --ios-simulator imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-summary-element/interactive-content.html Pull request: https://github.com/WebKit/WebKit/pull/20148 (In reply to sideshowbarker from comment #4) > > Thanks — I’m getting: > > WebKitTestRunnerApp.app was not found at > /opt/WebKit/WebKitBuild/Debug-iphonesimulator/WebKitTestRunnerApp.app Nevermind — that was because I hadn’t installed the iOS Simulator SDK in XCode Committed 270924@main (8d8e58ab0f77): <https://commits.webkit.org/270924@main> Reviewed commits have been landed. Closing PR #20148 and removing active labels. |