M-Wayland tests should not exist on Windows and Mac
Categories
(Core :: Graphics, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: jgilbert, Assigned: ahal)
Details
Attachments
(1 file)
This is a lot of wasted compute in these cases: https://treeherder.mozilla.org/jobs?repo=try&revision=1a8a0fc3860d61e1cfe8c47384407ee4963d63f7
We should actually remove this possibility.
Comment 1•3 years ago
|
||
Wayland tests are not supposed to run - see https://bugzilla.mozilla.org/show_bug.cgi?id=1578640#c12
Andrew, how we can disable them? I don't think that comes from my patches.
Thanks.
Comment 2•3 years ago
|
||
To be clear, we're no supposed to run Wayland tests even on Linux until Bug 1578640 is fixed.
Assignee | ||
Comment 3•3 years ago
|
||
I believe the linked push used the --full
flag which means tasks that aren't normally scheduled to run on trunk get included. That said, Kelsey is right that Windows/Mac wayland tasks shouldn't even exist in the full set of tasks. In otherwords:
- No, we aren't running Wayland anywhere (unless you run
./mach try fuzzy --full
or similar) - Yes, Mac/Windows wayland tasks shouldn't exist regardless
Luckily this is a simple patch :)
Assignee | ||
Comment 4•3 years ago
|
||
Comment 6•3 years ago
|
||
bugherder |
Reporter | ||
Comment 7•3 years ago
|
||
(The background for me running --full is otherwise things like m-gl doesn't run on Android)
Description
•