Closed
Bug 418831
Opened 18 years ago
Closed 18 years ago
Startup tests fail under MSYS due to path issues
Categories
(Webtools Graveyard :: Tinderbox, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: coop)
Details
Attachments
(1 file)
|
794 bytes,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
Got bitten by another MSYS bug today when setting up the new SeaMonkey Windows tbox running on the MozillaBuild platform.
The startup_build_dir that gets passed to the startup tests doesn't get properly parsed by the browser when running under MSYS. Since we only use MSYS for building Firefox et al. and have other Cygwin machines testing those builds, this hasn't cropped up before.
MSYS path (doesn't work):
seamonkey.exe -P default file:////e/builds/tinderbox/SeaMonkey-Trunk/WINNT_5.2_Depend/../startup-test.html
Cygwin path (does work):
seamonkey.exe -P default file:///e:/builds/tinderbox/SeaMonkey-Trunk/WINNT_5.2_Depend/../startup-test.html
Patch forthcoming.
| Assignee | ||
Updated•18 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•18 years ago
|
Attachment #304729 -
Attachment filename: msys_startup_path.diff.eml → msys_startup_path.diff
Attachment #304729 -
Attachment is patch: true
Attachment #304729 -
Attachment mime type: message/rfc822 → text/plain
| Assignee | ||
Updated•18 years ago
|
Attachment #304729 -
Flags: review?(nrthomas)
| Assignee | ||
Updated•18 years ago
|
Summary: Startup tests fail under MSYS due to patch issues → Startup tests fail under MSYS due to path issues
Updated•18 years ago
|
Attachment #304729 -
Flags: review?(nrthomas) → review+
| Assignee | ||
Comment 1•18 years ago
|
||
Comment on attachment 304729 [details] [diff] [review]
Convert MSYS drive letter to the format expected by the browser [checked in]
Checking in build-seamonkey-util.pl;
/cvsroot/mozilla/tools/tinderbox/build-seamonkey-util.pl,v <-- build-seamonkey-util.pl
new revision: 1.384; previous revision: 1.383
done
Attachment #304729 -
Attachment description: Convert MSYS drive letter to the format expected by the browser → Convert MSYS drive letter to the format expected by the browser [checked in]
| Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: Tinderbox Platforms → Tinderbox
Product: mozilla.org → Webtools
Updated•12 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•