Closed Bug 1529275 Opened 6 years ago Closed 6 years ago

mach try fuzzy doesn't run the tests from the given folder, nor a given file

Categories

(Developer Infrastructure :: Try, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1523303

People

(Reporter: ochameau, Unassigned)

Details

I ran:
$ ./mach try fuzzy devtools/client/inspector/rules/test/ -q "win32 pgo"
And got:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6fcff053e3f21e4453be815f39c8016ea78a9fa2

It correctly ran a devtools mochitest:
https://taskcluster-artifacts.net/WP04kp57RoCnImu7HcCgNQ/0/public/logs/live_backing.log
But not the right folder, not the inspector/rules tests.

It ran tests from:

  • devtools/client/inspector/grids/
    But not from:
  • devtools/client/inspector/rules/

Similar thing happens when passing one precise file:
$ ./mach try fuzzy devtools/client/inspector/rules/test/browser_rules_user-agent-styles.js -q "win32 pgo"
I got:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cc1f5e148af0cd904d2e86eb16a05e8c5851bace
Which ran a mochitest devtools:
https://taskcluster-artifacts.net/UyH5X2jxSZK8n2MQcGhYQA/0/public/logs/live_backing.log
But not devtools/client/inspector/rules/test/browser_rules_user-agent-styles.js

Priority: -- → P2
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.