Closed
Bug 466951
Opened 16 years ago
Closed 16 years ago
Sisyphus - JavaScript Tests - add option to perform depends builds to bisect.sh
Categories
(Testing Graveyard :: Sisyphus, enhancement)
Testing Graveyard
Sisyphus
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file)
3.67 KB,
patch
|
Details | Diff | Splinter Review |
Initially I wrote bisect.sh to always do clobber builds when performing bisections. Jesse mentioned that in mercurial at least it was possible to do depends builds since mercurial updates file modification times to the last time a file is updated from the repository. Using depends builds for browser based bisection dramatically reduces the time required to find a changeset.
This patch adds an option -D which will tell bisect.sh to not clobber for each bisection.
Flags: in-testsuite-
Flags: in-litmus-
Assignee | ||
Comment 1•16 years ago
|
||
Checking in bisect.sh;
/cvsroot/mozilla/js/tests/bisect.sh,v <-- bisect.sh
new revision: 1.5; previous revision: 1.4
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
Comment 3•16 years ago
|
||
Mass move of Sisyphus bugs to Testing : Sisyphus. Filter on SisyphusMassMove to ignore.
Component: Testing → Sisyphus
Flags: in-litmus-
Product: Core → Testing
QA Contact: testing → sisyphus
Updated•6 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•