Closed
Bug 1644228
Opened 5 years ago
Closed 5 years ago
Remove IMPACTED_TESTS
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
Support for IMPACTED_TESTS was added in bug 1184405. For a while, IMPACTED_TESTS supported 'mach test' with no arguments: If no arguments were given, 'mach test' would use local file changes and IMPACTED_TESTS to determine which tests should be run.
Bug 1516847 will remove IMPACTED_TESTS support from 'mach test', leaving IMPACTED_TESTS unused. Let's clean it up.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
IMPACTED_TESTS was added in bug 1184405, but is under-utilized in current moz.build
annotations; also bug 1516847 removed use of IMPACTED_TESTS in 'mach test'. This
patch removes remaining support for IMPACTED_TESTS.
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2d48661b3ad2
Remove support for IMPACTED_TESTS; r=remote-protocol-reviewers,firefox-build-system-reviewers,rstewart,whimboo
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•