Closed Bug 1335072 Opened 7 years ago Closed 7 years ago

mochitest-o doesn't trigger mochitest chrome

Categories

(Firefox Build System :: Task Configuration, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1246538

People

(Reporter: smaug, Unassigned)

Details

And Trychooser doesn't seem to have any other option to trigger chrome tests -
expect, for Android there is mochitest-chrome. Perhaps that works with other platforms too?
What is "mochitest-o"?
Flags: needinfo?(bugs)
trychooser's mochitest-other .
I was told on IRC that would trigger chrome tests, but it didn't. Apparently it used to trigger them.
Flags: needinfo?(bugs)
Indeed, it looks like "mochitest-o" is not actually an alias for mochitest-other, but per bug 1246538 matches three suites:

def testSuiteMatches(v, u): 
...
    elif u in ('mochitest-o'):
        return v in ['mochitest-other', 'mochitest-a11y', 'mochitest-chrome']

which means trychooser is wrong, too.  That bug is still open, so I'll duplicate this one over there since this should be a part of wrapping it up.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Product: TaskCluster → Firefox Build System
You need to log in before you can comment on or make changes to this bug.