00:08:30 -BitBot- (wpt) [PR] crowlKats requested #27176 merge into master: Use .window.js for webstorage tests - https://git.io/JtfDE 00:29:27 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27177 merge into master: webcodecs: Connect AudioEncoder to underlying encoder implementation - https://git.io/JtfD5 00:50:17 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27178 merge into master: Update pseudo selector WPTs - https://git.io/Jtfyn 02:42:21 -BitBot- (wpt) [PR] TalbotG requested #27179 merge into master: Removed active-selection-003-manual.html (was testing cursor) - https://git.io/Jtf9z 03:14:32 -BitBot- (wpt) [issue] TalbotG opened #27180: module named 'distutils.spawn' not found (triggered by ../../wpt lint call) - https://git.io/JtfHn 04:14:11 -BitBot- (wpt) [PR] chromium-wpt-export-bot merged #27177 by chromium-wpt-export-bot into master: webcodecs: Connect AudioEncoder to underlying encoder implementation - https://git.io/JtfD5 06:26:57 -BitBot- (wpt) [PR] kt3k requested #27181 merge into master: [DOMException] add test cases of error names table - https://git.io/JtfNW 07:35:25 -BitBot- (wpt) [PR] annevk requested #27182 merge into master: Streams: update link in README - https://git.io/JtfpO 09:04:36 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27183 merge into master: [css-flex] Don't allow items' heights to affect intrinsic block sizes - https://git.io/JtJva 10:02:49 -BitBot- (wpt) [PR] annevk requested #27184 merge into master: HTML: is removed - https://git.io/JtJkC 10:03:12 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27185 merge into master: [Picture-in-Picture] Do not pause PiP video when removed from document. - https://git.io/JtJk8 10:03:48 -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 - https://git.io/JtJku 10:15:03 -BitBot- (wpt) [issue] TalbotG closed #27180: module named 'distutils.spawn' not found (triggered by ../../wpt lint call) - https://git.io/JtfHn 10:21:53 -BitBot- (wpt) [PR] Ms2ger closed #22961 by Ms2ger: Restore invalid code test. - https://git.io/Jfvum 10:21:55 -BitBot- (wpt) [PR] Ms2ger reopened #22961 by Ms2ger: Restore invalid code test. - https://git.io/Jfvum 10:23:50 -BitBot- (wpt) [PR] Ms2ger merged #27099 by Ms2ger into master: Add missing jsapi tests for wasm reference-types proposal - https://git.io/JLpLW 10:41:17 -BitBot- (wpt) [PR] Ms2ger merged #22961 by Ms2ger into master: Restore invalid code test. - https://git.io/Jfvum 10:47:40 -BitBot- (wpt) [PR] Ms2ger merged #23562 by Ms2ger into master: Add some tests for empty names for imports and exports. - https://git.io/Jf4Gc 12:13:06 -BitBot- (wpt) [PR] chromium-wpt-export-bot merged #27147 by chromium-wpt-export-bot into master: WPT updates for highlight painting order (css-pseudo) - https://git.io/JtvPX 12:16:34 -BitBot- (wpt) [PR] rwlbuis closed #27165 by rwlbuis: Add a test for requestSubmit(null) - https://git.io/JtfCm 12:47:51 -BitBot- (wpt) [PR] stephenmcgruer closed #27175 by stephenmcgruer: [manifest] Explicitly terminate the multiprocessing.Pool - https://git.io/JtfPK 12:47:53 -BitBot- (wpt) [PR] stephenmcgruer reopened #27175 by stephenmcgruer: [manifest] Explicitly terminate the multiprocessing.Pool - https://git.io/JtfPK 12:49:39 jgraham, gsnedders : If either of you can take a look at https://github.com/web-platform-tests/wpt/pull/27175 soonish (next couple days), that'd be great :). 12:50:11 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?) 12:55:15 wpt.live seems to be down. 12:56:45 PiersW: Thanks for the report, looking! 13:01:06 -BitBot- (wpt) [issue] foolip closed #26884: Where to move vendor-imports/mozilla/mozilla-central-reftests/align3? - https://git.io/JLUDC 13:01:07 -BitBot- (wpt) [PR] foolip merged #27174 by foolip into master: [css-flexbox][css-grid] move tests from vendor-imports - https://git.io/JtfKw 13:45:36 smcgruer_[EST]: Will look this afternoon (i.e. soon) 13:45:48 ty! 13:48:15 smcgruer_[EST]: r+ 13:49:02 You could have done some wrapping to turn it into a context manager for Py2, but this is defintiely a smaller patch 13:49:25 (and I appreciate the detailed commit message, thanks) 14:00:32 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27188 merge into master: Rewrite wpt/cookies/http-state/{general,mozilla}-tests.html - https://git.io/JtJ8U 14:18:20 PiersW: wpt.live should be back up I think, lmk if you see any more problems 14:19:23 Looks good, thanks! 14:19:45 jgraham: Thanks! 14:21:05 -BitBot- (wpt) [PR] jgraham merged #27175 by jgraham into master: [manifest] Explicitly terminate the multiprocessing.Pool - https://git.io/JtfPK 14:21:51 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 :) 14:40:51 Ah, Python where RAII except when you can't quite be bothered ;) 14:41:20 (not a complaint about the patch :) 14:56:21 -BitBot- (wpt) [PR] stephenmcgruer requested #27189 merge into master: Add executable bit to three websocket files that have shebangs - https://git.io/JtJ0g 15:00:05 -BitBot- (wpt) [PR] stephenmcgruer requested #27190 merge into master: [wptrunner] Replace CRLF with LF in a few files - https://git.io/JtJ0Q 15:03:43 -BitBot- (wpt) [PR] stephenmcgruer merged #27189 by stephenmcgruer into master: Add executable bit to three websocket files that have shebangs - https://git.io/JtJ0g 15:04:57 Heh, I feel like we could shorten it to... 'Python, when you can't quite be bothered' 15:06:37 :) 15:21:32 -BitBot- (wpt) [PR] stephenmcgruer merged #27190 by stephenmcgruer into master: [wptrunner] Replace CRLF with LF in a few files - https://git.io/JtJ0Q 15:59:52 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 https://github.com/web-platform-tests/wpt/pull/27178 might have it... 16:04:21 smcgruer_[EST]: ^ 16:04:44 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 16:44:43 Domenic: So Chromium exports are not deployed by default. You can add the label 'safe for preview' to cause them to be deployed. 16:45:24 Once deployed, they show up as a github deployment, i.e. this box should change to 'one deployment' https://usercontent.irccloud-cdn.com/file/fXvFAf0v/image.png 17:08:35 -BitBot- (wpt) [PR] jgraham merged #27132 by jgraham into master: Add tests for proposed WebDriver Shadow DOM support - https://git.io/JteDI 17:19:20 And indeed, it looks like it fell over when I tried to deploy that PR. 17:20:29 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) 17:30:59 Oh god, wptpr.live is out of space again isnt it... 18:01:42 Aw. We love it. Very convenient! (wpt.live, anyway.) 18:11:25 I think wpt.live could easily be made much more manageable 18:11:31 wptpr.live is another beast (mirroring PRs is hard) 18:12:53 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 18:20:25 Domenic: Well, I dont know why its still marked *pending* rather than available, but hey there's a deployment for that PR now https://usercontent.irccloud-cdn.com/file/trOAw121/image.png 18:20:36 (the 'view deployment' button) 18:21:50 Hooray, thank you! 20:42:31 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27191 merge into master: FontAccess: Selection option support for chooser - https://git.io/JtJHi 21:50:34 -BitBot- (wpt) [PR] foolip merged #27187 by foolip into master: [css-flexbox] move additional abspos tests into abspos/ - https://git.io/JtJ56 22:01:22 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27192 merge into master: [Document Policy] Use document policy to control document-domain - https://git.io/JtJd3 22:21:16 -BitBot- (wpt) [PR] chromium-wpt-export-bot requested #27193 merge into master: Origin-keyed agent clusters: make COI imply origin-keying - https://git.io/JtJdj 23:49:25 -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. - https://git.io/Jtvbw