Closed
Bug 399884
Opened 18 years ago
Closed 18 years ago
Sisyphus - sometimes SpiderMonkey checkout misses js/Makefile.in
Categories
(Testing Graveyard :: Sisyphus, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
594 bytes,
patch
|
Details | Diff | Splinter Review |
When checking out a fresh SpiderMonkey tree, Sisyphus currently checks out js/src. When this is followed by a checkout of the full Firefox tree on MOZILLA_1_8_BRANCH, the checkout of js will sometimes (always?) fail to checkout js/Makefile.in at least on winxp02, winxp03 and qamini02. It does not appear to be an issue on Linux.
This became an issue when js/Makefile.in was removed on the trunk and Makefile.in was moved to the attic.
This patch works by checking out everything under js/ when initially checking out the SpiderMonkey tree which seems to work around whatever platform dependent issue which fails to update js/Makefile.in when js was initially created as empty.
Flags: in-testsuite-
Flags: in-litmus-
Assignee | ||
Comment 1•18 years ago
|
||
Checking in bin/checkout.sh;
/cvsroot/mozilla/testing/sisyphus/bin/checkout.sh,v <-- checkout.sh
new revision: 1.4; previous revision: 1.3
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 2•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
•