From: Bruno H. <br...@cl...> - 2018-01-11 22:20:33
|
Hi Sam, > Are you aware that "make check" fails on "hg tip"? > > People running nightly builds, could you please add "make check > extracheck mod-check" to your scripts. On Linux/x86_64, I get this: $ make -f Makefile.devel build-porting64-gcc-safety0 ... Test failed: -rw-r--r-- 1 bruno bruno 286 Jan 11 23:12 ext-clisp.erg $ cat build-porting64-gcc-safety0/tests/ext-clisp.erg Form: (HANDLER-CASE (LETF ((*CURRENT-LANGUAGE* 'FRENCH)) (LIST (STRING= "À bientôt!" (SYSTEM::TEXT "Bye.")) (STRING= *CURRENT-LANGUAGE* "FRANÇAIS"))) (ERROR (E) (PRINC-ERROR E) '(T T))) CORRECT: (T T) CLISP : (NIL T) Differ at position 0: T vs NIL CORRECT: (T T) CLISP : (NIL T) Is this what you mean? If you meant something else, please state the platform and the Makefile.devel target that you used. Bruno |