-
BitBot
(wpt) [PR] crowlKats requested #27176 merge into master: Use .window.js for webstorage tests -
git.io/JtfDE
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27177 merge into master: webcodecs: Connect AudioEncoder to underlying encoder implementation -
git.io/JtfD5
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27178 merge into master: Update <link> pseudo selector WPTs -
git.io/Jtfyn
-
BitBot
(wpt) [PR] TalbotG requested #27179 merge into master: Removed active-selection-003-manual.html (was testing cursor) -
git.io/Jtf9z
-
BitBot
(wpt) [issue] TalbotG opened #27180: module named 'distutils.spawn' not found (triggered by ../../wpt lint call) -
git.io/JtfHn
-
BitBot
(wpt) [PR] chromium-wpt-export-bot merged #27177 by chromium-wpt-export-bot into master: webcodecs: Connect AudioEncoder to underlying encoder implementation -
git.io/JtfD5
-
BitBot
(wpt) [PR] kt3k requested #27181 merge into master: [DOMException] add test cases of error names table -
git.io/JtfNW
-
BitBot
(wpt) [PR] annevk requested #27182 merge into master: Streams: update link in README -
git.io/JtfpO
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27183 merge into master: [css-flex] Don't allow items' heights to affect intrinsic block sizes -
git.io/JtJva
-
BitBot
(wpt) [PR] annevk requested #27184 merge into master: HTML: <object usemap> is removed -
git.io/JtJkC
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27185 merge into master: [Picture-in-Picture] Do not pause PiP video when removed from document. -
git.io/JtJk8
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27186 merge into master: webrtc wpt: add protocol test for parsing vp8 max-fr/max-fs parameters -
git.io/JtJku
-
BitBot
(wpt) [issue] TalbotG closed #27180: module named 'distutils.spawn' not found (triggered by ../../wpt lint call) -
git.io/JtfHn
-
BitBot
(wpt) [PR] Ms2ger closed #22961 by Ms2ger: Restore invalid code test. -
git.io/Jfvum
-
BitBot
(wpt) [PR] Ms2ger reopened #22961 by Ms2ger: Restore invalid code test. -
git.io/Jfvum
-
BitBot
(wpt) [PR] Ms2ger merged #27099 by Ms2ger into master: Add missing jsapi tests for wasm reference-types proposal -
git.io/JLpLW
-
BitBot
(wpt) [PR] Ms2ger merged #22961 by Ms2ger into master: Restore invalid code test. -
git.io/Jfvum
-
BitBot
(wpt) [PR] Ms2ger merged #23562 by Ms2ger into master: Add some tests for empty names for imports and exports. -
git.io/Jf4Gc
-
BitBot
(wpt) [PR] chromium-wpt-export-bot merged #27147 by chromium-wpt-export-bot into master: WPT updates for highlight painting order (css-pseudo) -
git.io/JtvPX
-
BitBot
(wpt) [PR] rwlbuis closed #27165 by rwlbuis: Add a test for requestSubmit(null) -
git.io/JtfCm
-
BitBot
(wpt) [PR] stephenmcgruer closed #27175 by stephenmcgruer: [manifest] Explicitly terminate the multiprocessing.Pool -
git.io/JtfPK
-
BitBot
(wpt) [PR] stephenmcgruer reopened #27175 by stephenmcgruer: [manifest] Explicitly terminate the multiprocessing.Pool -
git.io/JtfPK
-
smcgruer_[EST]
jgraham, gsnedders : If either of you can take a look at
web-platform-tests/wpt #27175 soonish (next couple days), that'd be great :).
-
smcgruer_[EST]
I'm reasonably confident that the Pool thing is what is causing the 'wpt manifest' hangs in Chromium CI with Py3, but I'm not super confident that I'm calling the right APIs now. (Do I have to close() it too? join() it?)
-
PiersW
wpt.live seems to be down.
-
smcgruer_[EST]
PiersW: Thanks for the report, looking!
-
BitBot
(wpt) [issue] foolip closed #26884: Where to move vendor-imports/mozilla/mozilla-central-reftests/align3? -
git.io/JLUDC
-
BitBot
(wpt) [PR] foolip merged #27174 by foolip into master: [css-flexbox][css-grid] move tests from vendor-imports -
git.io/JtfKw
-
jgraham
smcgruer_[EST]: Will look this afternoon (i.e. soon)
-
smcgruer_[EST]
ty!
-
jgraham
smcgruer_[EST]: r+
-
jgraham
You could have done some wrapping to turn it into a context manager for Py2, but this is defintiely a smaller patch
-
jgraham
(and I appreciate the detailed commit message, thanks)
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27188 merge into master: Rewrite wpt/cookies/http-state/{general,mozilla}-tests.html -
git.io/JtJ8U
-
smcgruer_[EST]
PiersW: wpt.live should be back up I think, lmk if you see any more problems
-
PiersW
Looks good, thanks!
-
smcgruer_[EST]
jgraham: Thanks!
-
BitBot
(wpt) [PR] jgraham merged #27175 by jgraham into master: [manifest] Explicitly terminate the multiprocessing.Pool -
git.io/JtfPK
-
smcgruer_[EST]
jgraham: The context manager thing was a little tricky as well, because we use `imap`; so the `with ...` statement would have to wrap all the way until we loop the results. Would still be doable with some refactoring of the code, but yeah given that I was lazy and just terminated it manually :)
-
jgraham
Ah, Python where RAII except when you can't quite be bothered ;)
-
jgraham
(not a complaint about the patch :)
-
BitBot
(wpt) [PR] stephenmcgruer requested #27189 merge into master: Add executable bit to three websocket files that have shebangs -
git.io/JtJ0g
-
BitBot
(wpt) [PR] stephenmcgruer requested #27190 merge into master: [wptrunner] Replace CRLF with LF in a few files -
git.io/JtJ0Q
-
BitBot
(wpt) [PR] stephenmcgruer merged #27189 by stephenmcgruer into master: Add executable bit to three websocket files that have shebangs -
git.io/JtJ0g
-
smcgruer_[EST]
Heh, I feel like we could shorten it to... 'Python, when you can't quite be bothered'
-
jgraham
:)
-
BitBot
(wpt) [PR] stephenmcgruer merged #27190 by stephenmcgruer into master: [wptrunner] Replace CRLF with LF in a few files -
git.io/JtJ0Q
-
Domenic
I know I've asked this before, but... are there live per-PR deploys I can run in my browser? I can't figure out which of the checks in
web-platform-tests/wpt #27178 might have it...
-
jgraham
smcgruer_[EST]: ^
-
jgraham
I know wpt.live is supposed to support this, but I also know there were problems and I don't recall if they ever got resolved
-
smcgruer_[EST]
Domenic: So Chromium exports are not deployed by default. You can add the label 'safe for preview' to cause them to be deployed.
-
smcgruer_[EST]
Once deployed, they show up as a github deployment, i.e. this box should change to 'one deployment'
usercontent.irccloud-cdn.com/file/fXvFAf0v/image.png
-
BitBot
(wpt) [PR] jgraham merged #27132 by jgraham into master: Add tests for proposed WebDriver Shadow DOM support -
git.io/JteDI
-
smcgruer_[EST]
And indeed, it looks like it fell over when I tried to deploy that PR.
-
smcgruer_[EST]
Yeah, sigh. wpt.live / wptpr.live honestly is unlikely to keep living the way it is. It's unloved and the implementation has turned out to be very fragile. (Especially the wptpr.live part)
-
smcgruer_[EST]
Oh god, wptpr.live is out of space again isnt it...
-
PiersW
Aw. We love it. Very convenient! (wpt.live, anyway.)
-
smcgruer_[EST]
I think wpt.live could easily be made much more manageable
-
smcgruer_[EST]
wptpr.live is another beast (mirroring PRs is hard)
-
smcgruer_[EST]
Ok, I've cleaned up about 14 or so bad PRs that shouldnt have been mirrored, so we're down to 'only' 70 mirrored PRs
-
smcgruer_[EST]
Domenic: Well, I dont know why its still marked *pending* rather than available, but hey there's a deployment for that PR now
usercontent.irccloud-cdn.com/file/trOAw121/image.png
-
smcgruer_[EST]
(the 'view deployment' button)
-
Domenic
Hooray, thank you!
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27191 merge into master: FontAccess: Selection option support for chooser -
git.io/JtJHi
-
BitBot
(wpt) [PR] foolip merged #27187 by foolip into master: [css-flexbox] move additional abspos tests into abspos/ -
git.io/JtJ56
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27192 merge into master: [Document Policy] Use document policy to control document-domain -
git.io/JtJd3
-
BitBot
(wpt) [PR] chromium-wpt-export-bot requested #27193 merge into master: Origin-keyed agent clusters: make COI imply origin-keying -
git.io/JtJdj
-
BitBot
(wpt) [PR] chromium-wpt-export-bot merged #27154 by chromium-wpt-export-bot into master: content-visibility: Try and restore scroll offset if the element is a scroller. -
git.io/Jtvbw