From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: Bytecompiler test fails Date: Mon, 22 Jun 2015 07:21:54 +0200 Message-ID: References: <83fv5lhsu1.fsf@gnu.org> <834mm0ihft.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134e7a2dcd99a0519147417 X-Trace: ger.gmane.org 1434950553 30349 80.91.229.3 (22 Jun 2015 05:22:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2015 05:22:33 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 07:22:32 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 1Z6uBj-0006QM-DH for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 07:22:31 +0200 Original-Received: from localhost ([::1]:38233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6uBi-0002ng-Q3 for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 01:22:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6uBV-0002mw-H3 for emacs-devel@gnu.org; Mon, 22 Jun 2015 01:22:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6uBU-0000Un-E4 for emacs-devel@gnu.org; Mon, 22 Jun 2015 01:22:17 -0400 Original-Received: from mail-oi0-x22f.google.com ([2607:f8b0:4003:c06::22f]:35365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6uBS-0000UX-R5; Mon, 22 Jun 2015 01:22:14 -0400 Original-Received: by oiax193 with SMTP id x193so114244966oia.2; Sun, 21 Jun 2015 22:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yqLRLDN7XOoVvb4ZnUWVx7OtOsToOTM7P81K2v6P+HY=; b=PfdG7HNCgQ35EZcq6UFRf4k+PNKouwmOjp+YtfLAcTgSz5u2z+sO4kDKTVGUx3lfRo bHs0lp9BnFfcUUWIWvPhpR1lY7DB3JEF7i1InTs3IsB1uAkegeOmJUpRAOWOBTyi2iGO iG8HkOe5FqqzXd5h99o4e9YaYcsuBHb0LJKBiAuJjeycAmfmsrE7fMrmMUtNWoN5l0FP fm1LZ9u9lKxPmlG2906/IDRzS1ZY3gPYTO5B7K/hQlHf2nhVgB0YK2iborP4wG4A7IqP DPnOCk7jEmPfIgRMTXMlTM4owGUlG/4h/QIiKEgl6PIJ7MoXfz9uUD4Im5on8KDfYyDY +vIQ== X-Received: by 10.202.76.149 with SMTP id z143mr21869747oia.54.1434950534222; Sun, 21 Jun 2015 22:22:14 -0700 (PDT) Original-Received: by 10.202.98.70 with HTTP; Sun, 21 Jun 2015 22:21:54 -0700 (PDT) In-Reply-To: <834mm0ihft.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22f 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:187363 Archived-At: --001a1134e7a2dcd99a0519147417 Content-Type: text/plain; charset=UTF-8 2015-06-22 4:51 GMT+02:00 Eli Zaretskii : > > From: Fabrice Popineau > > Date: Sun, 21 Jun 2015 23:20:50 +0200 > > Cc: Emacs developers > > > > lI still have 3 failures: > > > > SUMMARY OF TEST RESULTS > > ----------------------- > > Files examined: 75 > > Ran 1467 tests, 1381 results as expected, 8 unexpected, 78 skipped > > 3 files contained unexpected results: > > vc-tests.log > > package-test.log > > ert-x-tests.log > > What's the problem with vc-test? Do you have RCS installed, and does > it crash? If so, I'm working on that (the problem seems to be in RCS). > > This command is expected to fail in test/automated/vs-tests.el:133: (shell-command-to-string (format "cvs -Q -d:local:%s co module" tmp-dir)) because tmp-dir is a windows path, aka c:/Users/.../temp . I have an msys2/rcs installed: $ pacman -Q rcs rcs 5.9.4-1 $ pacman -Q cvs cvs 1.11.23-2 But if I'm right, being an msys2 rcs/cvs, they don't support native win32 path syntax. Fabrice --001a1134e7a2dcd99a0519147417 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


2015-06-22 4:51 GMT+02:00 Eli Zaretskii <eliz@gnu.org>:
=
> From: Fabrice Popineau <fabrice.popineau@gmail.com>
> Date: Sun, 21 Jun 2015 23:20:50 +0200
> Cc: Emacs developers <emacs-= devel@gnu.org>
>
> lI still have 3 failures:
>
> SUMMARY OF TEST RESULTS
> -----------------------
> Files examined: 75
> Ran 1467 tests, 1381 results as expected, 8 unexpected, 78 skipped
> 3 files contained unexpected results:
> vc-tests.log
> package-test.log
> ert-x-tests.log

What's the problem with vc-test?=C2=A0 Do you have RCS installed= , and does
it crash?=C2=A0 If so, I'm working on that (the problem seems to be in = RCS).


This command i= s expected to fail in test/automated/vs-tests.el:133:

<= div>=C2=A0(shell-command-to-string (format "cvs -Q -d:local:%s co modu= le" tmp-dir))

because tmp-dir is a windows pa= th, aka c:/Users/.../temp .

I have an msys2/rcs in= stalled:

$ pacman -Q rcs
rcs 5.9.4-= 1
$ pacman -Q cvs
cvs 1.11.23-2
<= div>
But if I'm right, being an msys2 rcs/cvs, they don&#= 39;t support native win32 path syntax.

Fabrice=

--001a1134e7a2dcd99a0519147417--