monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: cygwin "pre-0.37 manually operated" buildbot report


From: Lapo Luchini
Subject: [Monotone-devel] Re: cygwin "pre-0.37 manually operated" buildbot report
Date: Fri, 19 Oct 2007 22:44:01 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.4.0

Lapo Luchini wrote:
> 114 checkout_validates_target_directory           FAIL (line 27)
> 118 clone_creates_right__MTN_options              FAIL (line 26)
> 119 clone_validates_target_directory              FAIL (line 29)
> 120 clone_warning_with_multiple_heads             FAIL (line 19)

Not sure about what those mean... I have to get in touch with tests.log
output yet ;-)

> 179 empty_environment                             FAIL (line 33)

This is a DLL relocation error... should be solved with a "rebaseall" (I
don't know exactly how do DLL work and why this is needed, in fact: I
use cygwin just because I'm NOT a Windows programmer ;-)).

Also, the tests seem to copy a bit too many boost libraries ;-)
Removed them.

I wonder if cygintl-3.dll should be removed as well (-8 is in use in
newer installs, since quite a bit of time AFAIR).

> 215 importing_files_with_non-english_names        FAIL (line 24)

Markus, are you *sure* this works for you on Cygwin?
It seems that ':' is simply forbidden in a filename, and in fact the
test already is testing for 'ostype == "Windows"'.

Fixed with 'or string.sub(ostype, 1, 6) == "CYGWIN"'.

> 239 log_quits_on_SIGPIPE                          FAIL (line 78)

I won't look too closely at it, it's kinda scary at first sight :P

> 319 pivot_root                                    FAIL (line 37)

This worked three times in a row, when executed alone.

> 402 suspend                                       FAIL (line 75)

This is a nice segmentation fault I won't check closer this night.

    Lapo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]