emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bytecompiler test fails


From: Fabrice Popineau
Subject: Re: Bytecompiler test fails
Date: Sun, 21 Jun 2015 23:20:50 +0200



2015-06-21 19:30 GMT+02:00 Eli Zaretskii <address@hidden>:
> From: Fabrice Popineau <address@hidden>
> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]