* running tests on macOS: 4 unexpected results
@ 2017-09-19 22:53 Stig Brautaset
2017-09-19 23:55 ` Skip Collins
0 siblings, 1 reply; 2+ messages in thread
From: Stig Brautaset @ 2017-09-19 22:53 UTC (permalink / raw)
To: emacs-org list
Running tests using the following script:
,----
| #!/bin/sh
| 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
`----
I get this result:
,----
| Ran 578 tests, 574 results as expected, 4 unexpected (2017-09-19 23:39:11+0100)
| 19 expected failures
|
| 4 unexpected results:
| FAILED ob-exp/evaluate-all-executables-in-order
| FAILED ob-exp/export-call-line-information
| FAILED ob-shell/bash-uses-assoc-arrays
| FAILED test-org-publish/resolve-external-link
`----
I'm on macOS Sierra, and using
: GNU Emacs 26.0.50 (build 2, x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G29)) of 2017-09-07
I've tried to figure out what the issue was myself, but couldn't make
head or tails of it :-/
Stig
--
; GNU Emacs 26.0.50, Org mode version 9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-19 23:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 22:53 running tests on macOS: 4 unexpected results Stig Brautaset
2017-09-19 23:55 ` Skip Collins
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.