From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Jorgen_Sch=C3=A4fer?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master b689b90: Package archives now have priorities. Date: Tue, 20 Jan 2015 10:03:32 +0100 Message-ID: References: <20150116102411.11014.8945@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1421753821 7041 80.91.229.3 (20 Jan 2015 11:37:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2015 11:37:01 +0000 (UTC) Cc: emacs-devel To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 20 12:37:01 2015 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 1YDX7E-0001pr-4Z for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2015 12:37:00 +0100 Original-Received: from localhost ([::1]:42791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDX78-0007QN-Cf for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2015 06:36:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDUiq-0006x5-QF for emacs-devel@gnu.org; Tue, 20 Jan 2015 04:03:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDUim-0002PD-Pj for emacs-devel@gnu.org; Tue, 20 Jan 2015 04:03:40 -0500 Original-Received: from loki.jorgenschaefer.de ([87.230.15.51]:45887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDUim-0002OU-Jz; Tue, 20 Jan 2015 04:03:36 -0500 Original-Received: by loki.jorgenschaefer.de (Postfix, from userid 998) id 7F000200F1F; Tue, 20 Jan 2015 10:03:33 +0100 (CET) Original-Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by loki.jorgenschaefer.de (Postfix) with ESMTPSA id E1779200F1C; Tue, 20 Jan 2015 10:03:32 +0100 (CET) Original-Received: by mail-wi0-f178.google.com with SMTP id em10so10938440wid.5; Tue, 20 Jan 2015 01:03:32 -0800 (PST) X-Received: by 10.180.96.4 with SMTP id do4mr43977602wib.46.1421744612738; Tue, 20 Jan 2015 01:03:32 -0800 (PST) Original-Received: by 10.180.102.202 with HTTP; Tue, 20 Jan 2015 01:03:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 87.230.15.51 X-Mailman-Approved-At: Tue, 20 Jan 2015 06:36:50 -0500 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:181467 Archived-At: On Mon, Jan 19, 2015 at 10:40 PM, Glenn Morris wrote: > Jorgen Sch=C3=A4fer wrote: > >> I hope 78e6ccc fixes the test > > No, it still fails. Do you have a link to the hydra output so I can see what fails on hydra? As I mentioned, hydra seems to run tests in a different environment than I do on my own machine. > Can you not, err, test this? That is a tricky question. Yes, I can test this. But no, I can't make the test pass. All the package-test-install-* tests fail with an error "Autoloads file [...] lacks boilerplate". This seems to be a problem in the test suite code, and was the case before my commit. I was unable to figure out how to fix it, so I did not. As much as I could test my test code locally without the Emacs test suite, it seemed to pass. I was hoping the different test environment on hydra would fix the autoloads problem. I do not know what the error now was on hydra, so I can't say, but if it is the autoloads error, I do not know how to fix it. Still, I figured a test case that would most likely pass if the test suite was not broken was better than no test case. Would it be better if I removed my test case again? Regards, Jorgen