| Summary: | [ New Test ] (254620@main): [ Monterey wk2 ] imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Karl Rackler <rackler> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Karl Rackler
2022-09-27 06:50:09 PDT
I have marked this test as a consistent failure while this issue is investigated. Test gardening commit 254909@main (341d248459f6): <https://commits.webkit.org/254909@main> Reviewed commits have been landed. Closing PR #4748 and removing active labels. This feature is only available on macOS 13+ so this just needs a platform-specific baseline:
```
#if ENABLE(SERVICE_WORKER) && ENABLE(NOTIFICATIONS) \
&& ((PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(GTK) || PLATFORM(WPE)))
#if !defined(ENABLE_NOTIFICATION_EVENT)
#define ENABLE_NOTIFICATION_EVENT 1
#endif
#endif
```
adding Monterey-specific baseline Pull request: https://github.com/WebKit/WebKit/pull/4765 Test gardening commit 254927@main (356c4a2e2a29): <https://commits.webkit.org/254927@main> Reviewed commits have been landed. Closing PR #4765 and removing active labels. Verified after adding Monterey-specific baseline at 254927@main test is consistently passing. |