Open
Bug 1623635
Opened 5 years ago
Updated 3 years ago
gtest argument parsing is inconsistent
Categories
(Testing :: GTest, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: gbrown, Unassigned)
References
Details
rungtests.py and remotegtests.py define argument parsers but those are not used by 'mach gtest', which defines its own arguments. The custom retrigger action (mach_test_package_commands.py) uses the test harness parsers, but needs to hack around parsing of extra arguments because log and e10s arguments are not supported by the test harnesses.
![]() |
Reporter | |
Updated•5 years ago
|
Assignee: whole.grains → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•