mach try fuzzy doesn't run the tests from the given folder, nor a given file
Categories
(Developer Infrastructure :: Try, enhancement, P2)
Tracking
(Not tracked)
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
Updated•6 years ago
|
Updated•6 years ago
|
Updated•3 years ago
|
Description
•