From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Rob Browning Newsgroups: gmane.emacs.devel Subject: Re: Hanging Tramp tests (was: master 69fb12a: (loadhist-unload-element): Move ERT and cl-generic methods) Date: Sat, 29 Jul 2017 13:03:05 -0500 Message-ID: <87y3r75deu.fsf@trouble.defaultvalue.org> References: <20170724195836.5168.34164@vcs0.savannah.gnu.org> <20170724195837.544B924C49@vcs0.savannah.gnu.org> <2t1sp36te1.fsf@fencepost.gnu.org> <871sp076jg.fsf@trouble.defaultvalue.org> <87tw1v4r0d.fsf_-_@detlef> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1501351409 26712 195.159.176.226 (29 Jul 2017 18:03:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 29 Jul 2017 18:03:29 +0000 (UTC) Cc: Glenn Morris , Dmitry Gutov , Stefan Monnier , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 29 20:03:23 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbW55-00062c-3n for ged-emacs-devel@m.gmane.org; Sat, 29 Jul 2017 20:03:15 +0200 Original-Received: from localhost ([::1]:53063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbW58-0003BA-1s for ged-emacs-devel@m.gmane.org; Sat, 29 Jul 2017 14:03:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbW52-0003B5-5Y for emacs-devel@gnu.org; Sat, 29 Jul 2017 14:03:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbW4z-00018o-1p for emacs-devel@gnu.org; Sat, 29 Jul 2017 14:03:12 -0400 Original-Received: from defaultvalue.org ([70.85.129.156]:46928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbW4y-00018J-T3; Sat, 29 Jul 2017 14:03:08 -0400 Original-Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 1D9AB20087; Sat, 29 Jul 2017 13:03:07 -0500 (CDT) Original-Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id EA5A514E0AD; Sat, 29 Jul 2017 13:03:05 -0500 (CDT) In-Reply-To: <87tw1v4r0d.fsf_-_@detlef> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 70.85.129.156 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:217138 Archived-At: Michael Albinus writes: > I'm not familiar with sbuild. Do you have tramp-tests.log for > analysis? Actually, spwhitton reminded me that it might be a problem with chroots created by older versions of schroot, and sure enough, rebuilding the chroot fixed it. ...which revealed a secondary issue. It looks like (in 25.2, and perhaps master too) elisp-mode-tests.el downcases the xref path (location) for comparison in xref-elisp-test-run, but that seems to also affect the filesystem lookup lower down (in xref--goto-location) such that a handful of tests fail if the build path contains uppercase characters. In any case, I've hacked up a temporary fix by keeping the original as "real-xref" and cloning that (and copying the location) to produce the xref used by the modification and comparison. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4