Closed Bug 1391682 Opened 7 years ago Closed 4 years ago

|mach try syntax| cannot specify a path with [Windows 8]

Categories

(Developer Infrastructure :: Try, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: gbrown, Assigned: gbrown)

References

Details

(Whiteboard: dev-prod-2020)

To run tests on try for Windows 8 currently, try syntax requires '[Windows 8]' be explicitly requested. I can't seem to find a way to do that with a path.

This is okay:

./mach try -b do -p win64 -u mochitest-browser-chrome-e10s[Windows\ 8]

and this is okay:

./mach try -b do -p linux64 browser/extensions/formautofill/test/browser

but of course

./mach try -b do -p linux64 browser/extensions/formautofill/test/browser[Windows\ 8]

is an invalid path

and

./mach try -b do -p win64 -u mochitest-browser-chrome-e10s[Windows\ 8] browser/extensions/formautofill/test/browser

pushes to try, but removes the [Windows\ 8], so no tests run.


I had to abandon 'mach try' and construct try syntax manually in my push to get the desired result:

https://treeherder.mozilla.org/#/jobs?repo=try&revision=fdfd2a36df00a7b1960443954d775425fa08a649
Priority: -- → P3
Just to note, you can now run paths with fuzzy:
./mach try fuzzy browser/extensions/formautofill/test/browser

Then just select the windows 8 tasks as normal. My eventual goal is to remove try syntax's implementation of paths, so I'd be inclined to WONTFIX this, but we can leave it open until that actually happens.
Component: General → Try
Product: Testing → Firefox Build System
Whiteboard: dev-prod-2020

We have good non-syntax try options now.

Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Summary: |mach try| cannot specify a path with [Windows 8] → |mach try syntax| cannot specify a path with [Windows 8]
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.