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: Sun, 21 Jun 2015 23:20:50 +0200 Message-ID: References: <83fv5lhsu1.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013cc2d665a69105190dbce3 X-Trace: ger.gmane.org 1434921682 27644 80.91.229.3 (21 Jun 2015 21:21:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2015 21:21:22 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 21 23:21:18 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 1Z6mg1-0008Nj-O6 for ged-emacs-devel@m.gmane.org; Sun, 21 Jun 2015 23:21:17 +0200 Original-Received: from localhost ([::1]:37367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6mg0-0005Yl-Rl for ged-emacs-devel@m.gmane.org; Sun, 21 Jun 2015 17:21:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6mfx-0005Yf-Vk for emacs-devel@gnu.org; Sun, 21 Jun 2015 17:21:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6mfw-0001hb-Ke for emacs-devel@gnu.org; Sun, 21 Jun 2015 17:21:13 -0400 Original-Received: from mail-ob0-x231.google.com ([2607:f8b0:4003:c01::231]:34337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6mfu-0001hH-Pw; Sun, 21 Jun 2015 17:21:10 -0400 Original-Received: by obbkm3 with SMTP id km3so9498855obb.1; Sun, 21 Jun 2015 14:21:09 -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=OiqeQLalvxuhnUAMBNfcbKz13eaYLKrCP7DgW6y5mz0=; b=AciGZUFScE+974DEFAM2vM4xIZSNveBWFAnm3maUqB4OsXUv2LtnuglUTa3TfjdTfb GKy5wucPO35VUKhKZgTaqFMy0SETU8wb4zuTjh9eSTmWlHyt1q57Lmw/d+O/4+hFU3c9 eqTD1Y7PFYIsO7ESbHvk6Q0oReuMgH7xGOtWbB0y98larB/BapKqqTXGvwgdWOaacA7B jZ1sCiN9n/drZEAzbsRFTXfK3mXE0c1gSIBH31YbrZd0fJ96iXcSVkHF+CHoI986MuAz 809LYPxtumbFzUtCd86dU/CQf6FjmDAm5sl4nhlDqY59pneB6ZQB/SsMgEvJnx7bnd5t nj6w== X-Received: by 10.60.37.73 with SMTP id w9mr22322001oej.49.1434921669599; Sun, 21 Jun 2015 14:21:09 -0700 (PDT) Original-Received: by 10.202.98.70 with HTTP; Sun, 21 Jun 2015 14:20:50 -0700 (PDT) In-Reply-To: <83fv5lhsu1.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::231 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:187357 Archived-At: --089e013cc2d665a69105190dbce3 Content-Type: text/plain; charset=UTF-8 2015-06-21 19:30 GMT+02:00 Eli Zaretskii : > > From: Fabrice Popineau > > Date: Tue, 2 Jun 2015 13:49:20 +0000 (UTC) > > > > In my--test11: > > c:/Users/Fabrice/AppData/Local/Temp/test- > > bytecomp17448gDb.el:2:83:Warning: > > macro `my--test11' defined too late > > > > In my--test12: > > c:/Users/Fabrice/AppData/Local/Temp/test- > > bytecomp17448gDb.el:2:139:Warning: > > macro `my--test12' defined too late > > Loading c:/Users/Fabrice/AppData/Local/Temp/test-bytecomp17448KSY.elc... > ... > > FAILED 2/10 bytecomp-tests--warnings > > Please try again, I think I fixed this. (The reason was the long name > of temporary-file-directory, something that's typical on MS-Windows, > which caused part of the warning be spilled to the next line, so ".*", > which doesn't match a newline, didn't work.) > You seem to be right: the test now succeeds. 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 Do you manage to pass all tests with mingw32? Best regards, Fabrice --089e013cc2d665a69105190dbce3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


2015-06-21 19:30 GMT+02:00 Eli Zaretskii <eliz@gnu.org>:
=
> From: Fabrice Popineau <fabrice.popineau@gmail.com>
> Date: Tue, 2 Jun 2015 13:49:20 +0000 (UTC)
>
> In my--test11:
> c:/Users/Fabrice/AppData/Local/Temp/test-
> bytecomp17448gDb.el:2:83:Warning:
>=C2=A0 =C2=A0 =C2=A0macro `my--test11' defined too late
>
> In my--test12:
> c:/Users/Fabrice/AppData/Local/Temp/test-
> bytecomp17448gDb.el:2:139:Warning:
>=C2=A0 =C2=A0 =C2=A0macro `my--test12' defined too late
> Loading c:/Users/Fabrice/AppData/Local/Temp/test-bytecomp17448KSY.elc.= ..
...=C2=A0
>=C2=A0 =C2=A0 FAILED=C2=A0 =C2=A02/10=C2=A0 bytecomp-tests--warnings
Please try again, I think I fixed this.=C2=A0 (The reason was the long name=
of temporary-file-directory, something that's typical on MS-Windows, which caused part of the warning be spilled to the next line, so ".*&q= uot;,
which doesn't match a newline, didn't work.)

You seem to be righ= t: the test now succeeds.

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:
=C2=A0 vc-tests.log
=C2=A0 package-test.log
=C2=A0 ert-x-tests= .log

Do you manage to pass all tests with mingw32?=

Best regards,

Fabrice
--089e013cc2d665a69105190dbce3--