Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f4b1fcadf651a4ce708b2def6122f55303feb2ac
https://github.com/WebKit/WebKit/commit/f4b1fcadf651a4ce708b2def6122f55303feb2ac
Author: Sam Sneddon <[email protected]>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
Log Message:
-----------
REGRESSION(314752@main): "Found 1 new test failure:
imported/w3c/web-platform-tests/_venv3/lib/python3.9/site-packages/setuptools/command/launcher
manifest.xml"
https://bugs.webkit.org/show_bug.cgi?id=316602
Unreviewed infrastructure fix.
WPT's tooling creates a venv in the _venv3 directory; updating the
tools has presumably changed the version of setuptools being installed
such that this file now exists which means something in _venv3 gets
picked up as a test.
WPT itself ignores this by ignoring everything in .gitignore; however,
ignoring directories called _venv3 everywhere is as good of a fix.
* Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py:
Canonical link: https://commits.webkit.org/314778@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications