Skip to content

chore(deps): bump black from 24.3.0 to 26.3.1 in /utils/doclint/linting-code-snippets/python#39647

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/utils/doclint/linting-code-snippets/python/black-26.3.1
Open

chore(deps): bump black from 24.3.0 to 26.3.1 in /utils/doclint/linting-code-snippets/python#39647
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/utils/doclint/linting-code-snippets/python/black-26.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps black from 24.3.0 to 26.3.1.

Release notes

Sourced from black's releases.

26.3.1

Stable style

  • Prevent Jupyter notebook magic masking collisions from corrupting cells by using exact-length placeholders for short magics and aborting if a placeholder can no longer be unmasked safely (#5038)

Configuration

  • Always hash cache filename components derived from --python-cell-magics so custom magic names cannot affect cache paths (#5038)

Blackd

  • Disable browser-originated requests by default, add configurable origin allowlisting and request body limits, and bound executor submissions to improve backpressure (#5039)

26.3.0

Stable style

  • Don't double-decode input, causing non-UTF-8 files to be corrupted (#4964)
  • Fix crash on standalone comment in lambda default arguments (#4993)
  • Preserve parentheses when # type: ignore comments would be merged with other comments on the same line, preventing AST equivalence failures (#4888)

Preview style

  • Fix bug where if guards in case blocks were incorrectly split when the pattern had a trailing comma (#4884)
  • Fix string_processing crashing on unassigned long string literals with trailing commas (one-item tuples) (#4929)
  • Simplify implementation of the power operator "hugging" logic (#4918)

Packaging

  • Fix shutdown errors in PyInstaller builds on macOS by disabling multiprocessing in frozen environments (#4930)

Performance

  • Introduce winloop for windows as an alternative to uvloop (#4996)
  • Remove deprecated function uvloop.install() in favor of uvloop.new_event_loop() (#4996)
  • Rename maybe_install_uvloop function to maybe_use_uvloop to simplify loop installation and creation of either a uvloop/winloop evenloop or default eventloop (#4996)

Output

... (truncated)

Changelog

Sourced from black's changelog.

26.3.1

Stable style

  • Prevent Jupyter notebook magic masking collisions from corrupting cells by using exact-length placeholders for short magics and aborting if a placeholder can no longer be unmasked safely (#5038)

Configuration

  • Always hash cache filename components derived from --python-cell-magics so custom magic names cannot affect cache paths (#5038)

Blackd

  • Disable browser-originated requests by default, add configurable origin allowlisting and request body limits, and bound executor submissions to improve backpressure (#5039)

26.3.0

Stable style

  • Don't double-decode input, causing non-UTF-8 files to be corrupted (#4964)
  • Fix crash on standalone comment in lambda default arguments (#4993)
  • Preserve parentheses when # type: ignore comments would be merged with other comments on the same line, preventing AST equivalence failures (#4888)

Preview style

  • Fix bug where if guards in case blocks were incorrectly split when the pattern had a trailing comma (#4884)
  • Fix string_processing crashing on unassigned long string literals with trailing commas (one-item tuples) (#4929)
  • Simplify implementation of the power operator "hugging" logic (#4918)

Packaging

  • Fix shutdown errors in PyInstaller builds on macOS by disabling multiprocessing in frozen environments (#4930)

Performance

  • Introduce winloop for windows as an alternative to uvloop (#4996)
  • Remove deprecated function uvloop.install() in favor of uvloop.new_event_loop() (#4996)
  • Rename maybe_install_uvloop function to maybe_use_uvloop to simplify loop installation and creation of either a uvloop/winloop evenloop or default eventloop (#4996)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [black](https://github.com/psf/black) from 24.3.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 12, 2026
@github-actions
Copy link
Contributor

Test results for "tests 1"

1 failed
❌ [playwright-test] › ui-mode-test-network-tab.spec.ts:397 › should not preserve selection across test runs @macos-latest-node20

5 flaky ⚠️ [chromium-library] › library/popup.spec.ts:260 › should not throw when click closes popup `@chromium-ubuntu-22.04-node20`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@chromium-ubuntu-22.04-node20`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-ubuntu-22.04-node20`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:384 › should reveal errors in the sourcetab `@macos-latest-node20`

38710 passed, 846 skipped


Merge workflow run.

@github-actions
Copy link
Contributor

Test results for "MCP"

1 failed
❌ [webkit] › mcp/test-debug.spec.ts:48 › test_debug (pause/resume) @mcp-ubuntu-latest

5255 passed, 165 skipped


Merge workflow run.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Test results for "tests others"

2 fatal errors, not part of any test

1 interrupted ⚠️ [electron-page] › page/page-keyboard.spec.ts:346 › should handle selectAll `@electron-macos-latest`

17180 passed, 573 skipped, 778 did not run


Merge workflow run.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Test results for "tests 2"

4 fatal errors, not part of any test
9 failed
❌ [chromium-library] › library/proxy.spec.ts:93 › should proxy local network requests › with other bypasses › link-local @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/screenshot.spec.ts:25 › page screenshot › should run in parallel in multiple pages @chromium-headed-macos-14-xlarge
❌ [chromium-page] › page/page-navigation.spec.ts:36 › should work with _blank target in form @chromium-headed-macos-14-xlarge
❌ [chromium-page] › page/page-wait-for-response.spec.ts:120 › should work with re-rendered cached IMG elements @chrome-beta-windows-latest
❌ [chromium-page] › page/page-wait-for-response.spec.ts:120 › should work with re-rendered cached IMG elements @chrome-beta-ubuntu-22.04
❌ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API @chrome-beta-macos-latest
❌ [chromium-page] › page/page-wait-for-response.spec.ts:120 › should work with re-rendered cached IMG elements @chrome-beta-macos-latest
❌ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API @chrome-macos-latest
❌ [firefox-library] › library/browsercontext-basic.spec.ts:36 › should be able to click across browser contexts @firefox-headed-ubuntu-24.04

168 flaky ⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/page-close.spec.ts:110 › should return null if parent page has been closed `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/beforeunload.spec.ts:20 › should close browser with beforeunload page `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browser.spec.ts:54 › should dispatch page.on(close) upon browser.close and reject evaluate `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-basic.spec.ts:190 › should not report frameless pages on error `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-cookies-third-party.spec.ts:547 › should(not) block third party cookies - persistent context `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-events.spec.ts:154 › dialog event should work with inline script tag `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-fetch.spec.ts:1263 › should work with connectOverCDP `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-network-event.spec.ts:21 › BrowserContext.Events.Request `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should support service worker stop and restart lifecycle `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:89 › MV3 › should give access to the service worker `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:116 › MV3 › should support request/response events in the service worker `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/debug-controller.spec.ts:142 › should reset for reuse `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/debug-controller.spec.ts:160 › should highlight all `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/emulation-focus.spec.ts:42 › should provide target for keyboard events `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/proxy.spec.ts:127 › should allow bypassing localhost requests `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/proxy.spec.ts:146 › should authenticate `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/video.spec.ts:216 › screencast › should continue recording main page after popup closes `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:85 › should work with noopener and no url `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-page] › page/page-wait-for-selector-2.spec.ts:351 › should succeed if element handle was detached while waiting for detached `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-page-event.spec.ts:160 › should work with Shift-clicking `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:559 › screencast › should capture static page in persistent context @smoke `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/download.spec.ts:503 › download event › should download large binary.zip `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@chromium-ubuntu-24.04`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@chromium-ubuntu-24.04`
⚠️ [chromium-library] › library/beforeunload.spec.ts:46 › should close page with beforeunload listener `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/page-clock.spec.ts:282 › stubTimers › replaces global performance.timeOrigin `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@msedge-beta-windows-latest`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@channel-chromium-ubuntu-latest`
⚠️ [chromium-library] › library/browsercontext-base-url.spec.ts:37 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto `@chromium-tip-of-tree-windows-latest--headed`
⚠️ [chromium-library] › library/video.spec.ts:559 › screencast › should capture static page in persistent context @smoke `@chromium-tip-of-tree-windows-latest--headed`
⚠️ [chromium-library] › library/browsercontext-page-event.spec.ts:160 › should work with Shift-clicking `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:197 › reuse connect › should not cache resources `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:306 › reuse connect › should reset tracing `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-timezone-id.spec.ts:73 › should work for multiple pages sharing same process `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:326 › should emit filechooser event for iframe `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/session.spec.ts:125 › should detach when page closes `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/session.spec.ts:179 › should work with newBrowserCDPSession `@msedge-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:110 › should return null if parent page has been closed `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:143 › interrupt request.response() and request.allHeaders() on page.close `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:210 › should not throw when continuing while page is closing `@msedge-macos-latest`
⚠️ [chromium-library] › library/screenshot.spec.ts:42 › page screenshot › should work with a mobile viewport `@msedge-macos-latest`
⚠️ [chromium-library] › library/screenshot.spec.ts:303 › element screenshot › should restore viewport after page screenshot and timeout `@msedge-macos-latest`
⚠️ [chromium-library] › library/tap.spec.ts:22 › should send all of the correct events @smoke `@msedge-macos-latest`
⚠️ [chromium-library] › library/tracing.spec.ts:29 › should collect trace with resources, but no js `@msedge-macos-latest`
⚠️ [chromium-library] › library/unroute-behavior.spec.ts:133 › context.close should not wait for active route handlers on the owned pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/web-socket.spec.ts:203 › should turn off when offline `@msedge-macos-latest`
⚠️ [chromium-page] › page/locator-frame.spec.ts:272 › should work with COEP/COOP/CORP isolated iframe `@msedge-macos-latest`
⚠️ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1447 › should highlight locator in iframe while typing `@channel-chromium-macos-latest`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:85 › should work with noopener and no url `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-windows-latest`
⚠️ [chromium-library] › library/page-clock.spec.ts:264 › stubTimers › replaces global performance.now `@msedge-windows-latest`
⚠️ [chromium-library] › library/signals.spec.ts:25 › should close the browser when the node process closes `@msedge-windows-latest`
⚠️ [chromium-library] › library/unroute-behavior.spec.ts:305 › should not continue requests in flight (page) `@msedge-windows-latest`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:707 › run-server › should upload large file `@chromium-tip-of-tree-macos-14-large`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@chromium-tip-of-tree-macos-14-large`
⚠️ [chromium-library] › library/video.spec.ts:454 › screencast › should scale frames down to the requested size `@chromium-tip-of-tree-macos-14-large`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:707 › launchServer › should upload large file `@chromium-macos-15-large`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1667 › should not leak recorders `@chromium-macos-15-large`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:707 › run-server › should upload large file `@chromium-macos-14-large`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should support service worker stop and restart lifecycle `@channel-chromium-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:559 › screencast › should capture static page in persistent context @smoke `@channel-chromium-windows-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:46 › should close page with beforeunload listener `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:152 › should support closing the page after a previous dismiss `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:170 › should support closing the page via a subsequent onbeforeunload dialog `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-cookies-third-party.spec.ts:547 › should(not) block third party cookies - persistent context `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-timezone-id.spec.ts:50 › should throw for invalid timezone IDs when creating pages `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/chromium/session.spec.ts:116 › should not break page.close() `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:102 › should be callable twice `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:120 › should fail with error upon disconnect `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:210 › should not throw when continuing while page is closing `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/screenshot.spec.ts:25 › page screenshot › should run in parallel in multiple pages `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:319 › cli codegen › should fill `@chrome-windows-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:195 › cli codegen › should download files `@chrome-windows-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@chrome-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-user-agent.spec.ts:110 › should work for navigator.userAgentData and sec-ch-ua headers `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:182 › should connect to existing service workers `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/defaultbrowsercontext-2.spec.ts:177 › should handle timeout `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/download.spec.ts:503 › download event › should download large binary.zip `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/download.spec.ts:704 › should convert navigation to a resource with unsupported mime type into download `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/popup.spec.ts:260 › should not throw when click closes popup `@chrome-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/global-fetch-cookie.spec.ts:277 › should override cookie from Set-Cookie header even if it expired `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1409 › should pick locator in iframe `@chrome-beta-macos-latest`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:85 › should work with noopener and no url `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@chromium-tip-of-tree-ubuntu-22.04--headed`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@chrome-macos-latest`
⚠️ [chromium-page] › page/page-drag.spec.ts:273 › Drag and drop › should work if a frame is stalled `@chromium-headed-windows-latest`
⚠️ [chromium-page] › page/page-drag.spec.ts:290 › Drag and drop › should work with the helper method `@chromium-headed-windows-latest`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:707 › launchServer › should upload large file `@chromium-tip-of-tree-macos-14-large--headed`
⚠️ [chromium-library] › library/capabilities.spec.ts:95 › should play audio @smoke `@chromium-tip-of-tree-macos-14-large--headed`
⚠️ [chromium-library] › library/page-clock.spec.ts:264 › stubTimers › replaces global performance.now `@chromium-tip-of-tree-macos-14-large--headed`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1409 › should pick locator in iframe `@chromium-tip-of-tree-macos-14-large--headed`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-macos-14-xlarge`
⚠️ [firefox-page] › page/page-goto.spec.ts:159 › should work with Cross-Origin-Opener-Policy after redirect `@firefox-macos-14-xlarge`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-macos-14-xlarge`
⚠️ [firefox-page] › page/page-add-locator-handler.spec.ts:19 › should work `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-add-locator-handler.spec.ts:62 › should work with a custom check `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-click.spec.ts:1060 › should click a button that is overlaid by a permission popup `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-beta-ubuntu-22.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight `@firefox-beta-ubuntu-22.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@tracing-firefox`
⚠️ [firefox-library] › library/defaultbrowsercontext-1.spec.ts:101 › should support userAgent option `@firefox-beta-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-beta-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-beta-windows-latest`
⚠️ [firefox-library] › library/page-close.spec.ts:162 › should not treat navigations as new popups `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-page] › page/page-screenshot.spec.ts:661 › page screenshot animations › should resume infinite animations `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-macos-14-large`
⚠️ [firefox-library] › library/page-clock.spec.ts:282 › stubTimers › replaces global performance.timeOrigin `@firefox-macos-14-large`
⚠️ [firefox-page] › page/page-event-request.spec.ts:182 › should return response body when Cross-Origin-Opener-Policy is set `@firefox-macos-14-large`
⚠️ [firefox-library] › library/browsercontext-basic.spec.ts:36 › should be able to click across browser contexts `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-events.spec.ts:154 › dialog event should work with inline script tag `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-user-agent.spec.ts:90 › custom user agent for download `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-viewport.spec.ts:28 › should set the proper viewport size `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/hit-target.spec.ts:446 › should click in custom element `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/screencast.spec.ts:23 › screencast.start emits screencastframe events `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:234 › should show action context on locators and other common actions `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:2245 › should replace meta charset attr that specifies charset `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/tracing.spec.ts:508 › should work with multiple chunks `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/video.spec.ts:172 › screencast › should work with old options `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/video.spec.ts:676 › screencast › should not create video for internal pages `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-add-locator-handler.spec.ts:19 › should work `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-click-scroll.spec.ts:100 › should scroll into view element in iframe `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-event-request.spec.ts:182 › should return response body when Cross-Origin-Opener-Policy is set `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-screenshot.spec.ts:596 › page screenshot animations › should not capture infinite css animation `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-select-option.spec.ts:236 › should wait for option to be present `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-selector-1.spec.ts:107 › should report logs while waiting for visible `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-24.04`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-ubuntu-24.04`
⚠️ [firefox-library] › library/browsercontext-page-event.spec.ts:173 › should work with Ctrl-clicking `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-add-locator-handler.spec.ts:19 › should work `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-click-scroll.spec.ts:100 › should scroll into view element in iframe `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-event-request.spec.ts:199 › should fire requestfailed when intercepting race `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-request-gc.spec.ts:19 › should work `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-request-intercept.spec.ts:197 › should fulfill intercepted response using alias `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:707 › launchServer › should upload large file `@firefox-macos-15-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-macos-15-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-windows-latest`
⚠️ [firefox-library] › library/browsercontext-basic.spec.ts:129 › should propagate default viewport to the page `@firefox-macos-15-xlarge`
⚠️ [webkit-library] › library/beforeunload.spec.ts:188 › does not get stalled by beforeUnload `@webkit-headed-ubuntu-24.04`
⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:116 › reuse launch › should reset serviceworker `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:116 › reuse connect › should reset serviceworker `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/popup.spec.ts:260 › should not throw when click closes popup `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:493 › launchServer › should saveAs videos from remote browser `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:515 › run-server › should save videos to artifactsDir `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:116 › reuse launch › should reset serviceworker `@webkit-windows-latest`
⚠️ [webkit-library] › library/video.spec.ts:172 › screencast › should work with old options `@webkit-macos-26-xlarge`
⚠️ [webkit-page] › page/page-leaks.spec.ts:82 › click should not leak `@webkit-macos-15-xlarge`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:707 › launchServer › should upload large file `@webkit-macos-15-large`
⚠️ [webkit-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@webkit-macos-15-large`

251953 passed, 12180 skipped


Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants