emacs-devel
[Top][All Lists]
Advanced

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

Re: icalendar-real-world test sometimes fails


From: Ulf Jasper
Subject: Re: icalendar-real-world test sometimes fails
Date: Thu, 31 Jul 2014 19:05:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Glenn Morris <address@hidden> writes:

> Ulf Jasper wrote:
>
>> If I understand test/automated/Makefile correctly then log files are
>> written for each test.  Are they kept when the hydra job is finished?
>
> I don't think so, though it may be possible for me to make it so they
> are.

That would be very helpful. 

> Anyway, we just had another failure, this time in
> icalendar--decode-isodatetime:
>
> http://hydra.nixos.org/build/12974200/log/raw
>
> It's probably some quirk of the system, but it would be good to suppress
> such failures if possible.

That is the new test `icalendar--decode-isodatetime' which I added just
yesterday.  Before committing I have checked it on two different
systems.

Luckily I forgot to remove the lines

  (message "%s" (current-time-zone (encode-time 0 0 10 1 1 2013 0)))
  (message "%s" (current-time-zone (encode-time 0 0 10 1 8 2013 0)))

from the test.  They should result in the ouput

  (3600 EET)
  (7200 EET)

but the log file shows
  
  (0 EET)
  (0 EET)

It looks as if hydra does not know the time zone "EET".  That is strange.





reply via email to

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