Re: [O] make test hangs (master)

2016-02-02 Thread Achim Gratz
Erik Hetzner writes:
> It turns out the issue is my prompt, that is, the value of the =PS1= 
> environment
> variable, which contains a lambda (λ, U+03BB). I suspect the following will 
> fail
> for all:
>
>   $ PS1="λ " emacs -Q --batch -L lisp/ -L testing/ -L testing/lisp -l 
> lisp/org.el -l lisp/org-id.el -l testing/org-test.el --eval "(progn 
> (org-reload) (setq org-confirm-babel-evaluate nil) 
> (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) 
> (shell . t) (org . t" -f org-test-run-batch-tests
>   …
>  passed   70/443  test-ob-shell/dont-insert-spaces-on-expanded-bodies
>   [ hangs here ]

FWIW, I can't reproduce it.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] make test hangs (master)

2016-02-02 Thread Erik Hetzner
Hi Nicolas,

On Tue, 02 Feb 2016 09:49:10 -0800,
Nicolas Goaziou  wrote:
>
> Hello,
>
> Erik Hetzner  writes:
>
> > […]
> >
> >   [ hangs here ]
>
> FWIW, I cannot reproduce it.

Thank you for trying. It’s consistent on my machine, but may be an interaction
with other environment variables. If anyone else encounters the issue, at least
they will have this thread to reference.

best, Erik

--
Sent from my free software system .



Re: [O] make test hangs (master)

2016-02-02 Thread Nicolas Goaziou
Hello,

Erik Hetzner  writes:

> It turns out the issue is my prompt, that is, the value of the =PS1= 
> environment
> variable, which contains a lambda (λ, U+03BB). I suspect the following will 
> fail
> for all:
>
>   $ PS1="λ " emacs -Q --batch -L lisp/ -L testing/ -L testing/lisp -l 
> lisp/org.el -l lisp/org-id.el -l testing/org-test.el --eval "(progn 
> (org-reload) (setq org-confirm-babel-evaluate nil) 
> (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) 
> (shell . t) (org . t" -f org-test-run-batch-tests
>   …
>  passed   70/443  test-ob-shell/dont-insert-spaces-on-expanded-bodies
>   [ hangs here ]

FWIW, I cannot reproduce it.

Regards,

-- 
Nicolas Goaziou



Re: [O] make test hangs (master)

2016-01-26 Thread Erik Hetzner
On Mon, 25 Jan 2016 21:51:05 -0800,
Erik Hetzner  wrote:
> 
> Hi all,
> 
> make test is hanging on my environment, on the babel sh tests.

[…]

It turns out the issue is my prompt, that is, the value of the =PS1= environment
variable, which contains a lambda (λ, U+03BB). I suspect the following will fail
for all:

  $ PS1="λ " emacs -Q --batch -L lisp/ -L testing/ -L testing/lisp -l 
lisp/org.el -l lisp/org-id.el -l testing/org-test.el --eval "(progn 
(org-reload) (setq org-confirm-babel-evaluate nil) (org-babel-do-load-languages 
'org-babel-load-languages '((emacs-lisp . t) (shell . t) (org . t" -f 
org-test-run-batch-tests
  …
 passed   70/443  test-ob-shell/dont-insert-spaces-on-expanded-bodies
  [ hangs here ]

It is easy enough to set =PS1= to something sane in the Makefile, but this might
be an issue with ob-shell.el. Unfortunately I don’t understand ob-shell.el well
enough to fix this.

best, Erik



[O] make test hangs (master)

2016-01-25 Thread Erik Hetzner
Hi all,

make test is hanging on my environment, on the babel sh tests.

Environment:
- ubuntu (15.10)
- GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.16.6) of 2015-09-17 on 
lgw01-52, modified by Debian
- org-mode git master (c74b99a75b26f3ee3ee296ba9996afcbd6f915de)

The tests that seem to fail are in testing/lisp/test-ob-shell.el:

- test-ob-shell/dont-insert-spaces-on-expanded-bodies
- test-ob-shell/dont-error-on-empty-results
- test-ob-shell/session

They seem to run OK if I run them manually, but not from batch mode.

best, Erik
--
Sent from my free software system .