From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulf Jasper Newsgroups: gmane.emacs.devel Subject: Re: icalendar-real-world test sometimes fails Date: Sat, 26 Jul 2014 15:00:40 +0200 Message-ID: <87vbqkmg07.fsf@web.de> References: <87fvhq7k6m.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406380034 1608 80.91.229.3 (26 Jul 2014 13:07:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jul 2014 13:07:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 26 15:07:07 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XB1gn-0002lr-Oo for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2014 15:07:05 +0200 Original-Received: from localhost ([::1]:58933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB1gn-0001UB-8J for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2014 09:07:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB1gf-0001Tz-H7 for emacs-devel@gnu.org; Sat, 26 Jul 2014 09:07:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XB1gZ-0007ii-SS for emacs-devel@gnu.org; Sat, 26 Jul 2014 09:06:57 -0400 Original-Received: from mo6-p05-ob.smtp.rzone.de ([2a01:238:20a:202:5305::7]:25564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB1gZ-0007iZ-LJ; Sat, 26 Jul 2014 09:06:51 -0400 X-RZG-AUTH: :OWACVUW4a/MW23Dy3JvWYzB9ib5hHLJRJ2XqtRyYWgVkiE+SMu2CiYFN9uVyBlHN X-RZG-CLASS-ID: mo05 Original-Received: from p55m-ud2 (pD9E24B90.dip0.t-ipconnect.de [217.226.75.144]) by smtp.strato.de (RZmta 35.2 DYNA|AUTH) with ESMTPSA id f018b9q6QD0eWpB (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate); Sat, 26 Jul 2014 15:00:40 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5305::7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173167 Archived-At: Glenn Morris writes: > Ulf Jasper wrote: > >> In any case I would prefer to fix the root cause instead of modifying >> the test case. The "# coding..." should not get inserted into the >> diary file, should it? Where does it come from? > > That's the question... The order in which the tests are called? No. The machine on which the tests are running? No. I give up. I added a workaround and some debugging output in test/automated/icalendar-tests.el. Now the tests should succeed and we may get a clue as to why the mysterious header gets inserted. It's in the trunk (rev. 117578).