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: Mon, 22 Jun 2015 07:21:54 +0200



2015-06-22 4:51 GMT+02:00 Eli Zaretskii <address@hidden>:
> From: Fabrice Popineau <address@hidden>
> Date: Sun, 21 Jun 2015 23:20:50 +0200
> Cc: Emacs developers <address@hidden>
>
> 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


reply via email to

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