web-platform-tests / rfcs

web-platform-tests RFCs
74 stars 63 forks source link

Introduce 'subsuites' functionality to wptrunner #138

Closed jgraham closed 1 year ago

jgraham commented 1 year ago

This is intended to allow running multiple groups of tests, corresponding to different browser configurations in the same wptrunner process.

WeizhongX commented 1 year ago

Hi James, I have no additional comments and I will be ok if we review and approve this offline.

@foolip @past

WeizhongX commented 1 year ago

@foolip @past Can either of you approve this? I heard we need two approvals for RFCs.

foolip commented 1 year ago

I'll go ahead and declare this RFC approved now, since several weeks have passed without comment. Merging.

foolip commented 1 year ago

@jgraham do you have a (draft?) PR implementing this in WPT ready?

foolip commented 1 year ago

@WeizhongX helped me find https://phabricator.services.mozilla.com/D171999 which (together with a mozlog release) I guess is a prerequisite for any WPT-side changes.

jgraham commented 1 year ago

https://github.com/web-platform-tests/wpt/pull/39711 has the implementation patches (but it does depend on the mozlog changes happening).