Closed
Bug 282022
Opened 20 years ago
Closed 20 years ago
Layout regression tests not working under Windows?
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mcsmurf, Unassigned)
Details
Attachments
(1 file)
1.01 KB,
patch
|
bernd_mozilla
:
review-
|
Details | Diff | Splinter Review |
I discovered that the regression tests were not working under Windows, the
reason was a missing / at the end of the path for the obj-dir in the .mozconfig.
But AFAIK the path for the obj-dir specified in the .mozconfig normally never
ends with a /, also http://www.mozilla.org/build/configure-build.html shows for
example "MOZ_OBJDIR=@TOPSRCDIR@/suite-opt" or
"MOZ_OBJDIR=@TOPSRCDIR@/some_subdir". I'm attaching a potential patch.
As far as i see this, this would have been broken on Linux with a obj-dir, too.
Or do you Layout hackers use a different .mozconfig (or hacked rtest.sh) :)?
Reporter | ||
Comment 1•20 years ago
|
||
This also fixes another problem, without the patch it replaced @CONFIG-GUESS@
for example in
obj-@CONFIG_GUESS@-debug
with this
obj-i686-pc-cygwin/-debug
With the patch it changes it to
obj-i686-pc-cygwin-debug
bernd: You own blame for that :), do you know why you changed the code like it
is atm?
Attachment #174129 -
Flags: review?(bernd_mozilla)
>bernd: You own blame for that :), do you know why you changed the code like it
is atm?
because it WFM's like it is now
E:\moz_src\mozilla\layout\html\tests\block>cvs diff rtest.sh
E:\moz_src\mozilla\layout\html\tests\block>
second this code is nearly obsolote and replaced by the regression tests runned
from the layoutdebugger.
The only reason it still exists are printing regression tests which can not be
executed from the layoutdebugger up to now.
Comment 3•20 years ago
|
||
Frank, see bug 215112 comment 8 - 10.
Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3)
> Frank, see bug 215112 comment 8 - 10.
But as long as the code is in CVS and it is still needed (also if it is only for
a small part of Mozilla), i think fixes should be reviewed and checked in.
Comment on attachment 174129 [details] [diff] [review]
Patch
This file is obsolete. I just removed the documentation referencing this file.
And soon this file we be deleted too.
Attachment #174129 -
Flags: review?(bernd_mozilla) → review-
Reporter | ||
Comment 6•20 years ago
|
||
ok.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•