Philip Jägenstedt
Philip Jägenstedt
> I'm not sure how `test=interop` is worked out, is that based on manually flagging things as in or out? It was added for Interop 202X, where the test selection...
Thanks for digging up all of the history, @gsnedders! I looked at a single case in https://github.com/web-platform-tests/wpt-metadata/pull/7209 but didn't know it was one of many. In that case, I said:...
The original labeling was done all in one go in https://github.com/web-platform-tests/wpt-metadata/pull/5478. After https://github.com/web-platform-tests/wpt-metadata/pull/7235 the (constructed with tmp files) diff is: ```diff --- idb-orig.yml 2025-02-06 15:05:48 +++ idb-new.yml 2025-02-06 15:07:57 @@...
@nt1m have we had issues with labeled tests that turn out to be missing when scoring? This can happen transiently when tests are renamed, but should always be fixed relatively...
That's fair, I get that right now is bad timing for these things to be happening. If we want to make the labeling more robust, the most durable solution might...
Oh, https://github.com/web-platform-tests/wpt-metadata/pull/7238 was merged automatically, I was expecting it to require review because I messed with an interop label. I've filed https://github.com/web-platform-tests/wpt-metadata/issues/7239 about that. If anyone thinks it was a...
We briefly touched on this issue in the meeting today. Since Interop 2024 is over, nothing we do now will change the dashboard. @gsnedders @nt1m is there more that you'd...
Discussed in today's interop team meeting. We agreed to close this. https://github.com/web-platform-tests/interop/issues/346 tracks the work to ensure this doesn't happen again, and that work is mostly done, modulo bugs.
Would a simple `extends` attribute work for this?
You can find the children by parsing all of the JSON files, so leaving that until it's needed seems fine.