From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: Bastien <bzg-mXXj517/zsQ@public.gmane.org>
Cc: public-emacs-orgmode-mXXj517/zsQ-wOFGN7rlS/M9smdsby/KFg@public.gmane.org
Subject: Re: 2 Org tests failing
Date: Wed, 18 Jun 2014 16:55:58 +0200 [thread overview]
Message-ID: <86ppi6qnb5.fsf@somewhere.org> (raw)
In-Reply-To: <87tx8iks22.fsf-E3UqQZAQFPqWIDz0JBNUog@public.gmane.org> (Bastien's message of "Thu, 22 May 2014 12:48:21 +0200")
Bastien wrote:
> Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg-XMD5yJDbdMReXY1tMh2IBg@public.gmane.org>
> writes:
>
>> Running org_test, please wait (this can take a while)...
>> FAILED test-org-table/org-table-calc-current-TBLFM
>> FAILED test-org-table/org-table-calc-current-TBLFM-when-stop-because-of-error
>
> I can't reproduce this. Can you run the tests manually and report
> the backtrace?
--8<---------------cut here---------------start------------->8---
Test test-org-table/org-table-calc-current-TBLFM condition:
(file-error "Opening output file" "No such file or directory" "/tmp/org_test/org-test8984aQq")
FAILED 354/427 test-org-table/org-table-calc-current-TBLFM
Test test-org-table/org-table-calc-current-TBLFM-when-stop-because-of-error backtrace:
write-region("" nil "/tmp/org_test/org-test8984naw" nil silent nil e
byte-code("\305\30G!\203\307 !\202\310 \"!
\203\n
P\f\203
make-temp-file("org-test")
(let ((file (make-temp-file "org-test")) (kill-buffer-query-function
(lambda nil (let ((file (make-temp-file "org-test")) (kill-buffer-qu
byte-code("\306\307!q\210\310\216\311 \312\216\313\314\315\316\3
ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc
byte-code("\306\307!\211\211r\310\311!q\210\312 d\313\223)L\210)\3
ert-run-test([cl-struct-ert-test test-org-table/org-table-calc-curre
ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st
ert-run-tests("\\(org\\|ob\\)" #[(event-type &rest event-args) "\306
ert-run-tests-batch("\\(org\\|ob\\)")
ert-run-tests-batch-and-exit("\\(org\\|ob\\)")
(let ((org-id-track-globally t) (org-test-selector (if org-test-sele
org-test-run-batch-tests()
call-interactively(org-test-run-batch-tests nil nil)
command-execute(org-test-run-batch-tests)
command-line-1(("-L" "lisp/" "-L" "testing/" "-l" "org-test.el" "--e
command-line()
normal-top-level()
--8<---------------cut here---------------end--------------->8---
These were run successfully from within Emacs itself (on Windows).
I've solved the reported problem by creating the missing TMPDIR (set to
/tmp/org_test) for the invocation from my Zsh (Cygwin) terminal...
Though, now, I do have another test failing when testing from the shell:
--8<---------------cut here---------------start------------->8---
Test ob-shell/bash-uses-assoc-arrays backtrace:
signal(ert-test-failed (((should (equal "20 cm" (org-babel-execute-s
ert-fail(((should (equal "20 cm" (org-babel-execute-src-block))) :fo
(if (unwind-protect (setq value-502 (apply fn-500 args-501)) (setq f
(let (form-description-504) (if (unwind-protect (setq value-502 (app
(let ((value-502 (quote ert-form-evaluation-aborted-503))) (let (for
(let ((fn-500 (function equal)) (args-501 (list "20 cm" (org-babel-e
(save-restriction (org-babel-next-src-block 2) (let ((fn-500 (functi
(progn (org-id-goto "82320a48-3409-49d7-85c9-5de1c6d3ff87") (setq to
(unwind-protect (progn (org-id-goto "82320a48-3409-49d7-85c9-5de1c6d
(let ((save-match-data-internal (match-data))) (unwind-protect (prog
(progn (let ((save-match-data-internal (match-data))) (unwind-protec
(unwind-protect (progn (let ((save-match-data-internal (match-data))
(let ((wconfig (current-window-configuration))) (unwind-protect (pro
(unwind-protect (let ((wconfig (current-window-configuration))) (unw
(let* ((id-location (org-id-find "82320a48-3409-49d7-85c9-5de1c6d3ff
(lambda nil (let* ((id-location (org-id-find "82320a48-3409-49d7-85c
byte-code("\306\307!q\210\310\216\311 \312\216\313\314\315\316\3
ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc
byte-code("\306\307!\211\211r\310\311!q\210\312 d\313\223)L\210)\3
ert-run-test([cl-struct-ert-test ob-shell/bash-uses-assoc-arrays "Ba
ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st
ert-run-tests("\\(org\\|ob\\)" #[(event-type &rest event-args) "\306
ert-run-tests-batch("\\(org\\|ob\\)")
ert-run-tests-batch-and-exit("\\(org\\|ob\\)")
(let ((org-id-track-globally t) (org-test-selector (if org-test-sele
org-test-run-batch-tests()
call-interactively(org-test-run-batch-tests nil nil)
command-execute(org-test-run-batch-tests)
command-line-1(("-L" "lisp/" "-L" "testing/" "-l" "org-test.el" "--e
command-line()
normal-top-level()
Test ob-shell/bash-uses-assoc-arrays condition:
(ert-test-failed
((should
(equal "20 cm"
(org-babel-execute-src-block)))
:form
(equal "20 cm" nil)
:value nil :explanation
(different-types "20 cm" nil)))
FAILED 24/427 ob-shell/bash-uses-assoc-arrays
--8<---------------cut here---------------end--------------->8---
Best regards,
Seb
--
Sebastien Vauban
next prev parent reply other threads:[~2014-06-18 14:55 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-22 10:03 2 Org tests failing Sebastien Vauban
2014-05-22 10:48 ` Bastien
[not found] ` <87tx8iks22.fsf-E3UqQZAQFPqWIDz0JBNUog@public.gmane.org>
2014-06-18 14:55 ` Sebastien Vauban [this message]
2014-06-18 21:49 ` Achim Gratz
2014-06-19 8:36 ` Sebastien Vauban
2014-06-19 9:04 ` Sebastien Vauban
2014-06-19 9:08 ` Sebastien Vauban
2014-06-19 20:05 ` Achim Gratz
2014-06-22 8:35 ` [PATCH] ob-shell (was: 2 Org tests failing) Achim Gratz
2014-06-22 12:50 ` [PATCH] ob-shell Eric Schulte
2014-06-23 6:26 ` Pascal Fleury
2014-06-23 17:20 ` Achim Gratz
2014-06-23 20:02 ` Achim Gratz
2014-07-24 7:38 ` Alan Schmitt
2014-08-04 11:56 ` Eric Schulte
2014-08-04 19:48 ` Achim Gratz
2014-08-13 13:12 ` Alan Schmitt
2014-08-13 13:20 ` Pascal Fleury
2014-08-13 13:29 ` Alan Schmitt
2014-08-22 8:52 ` Pascal Fleury
2014-08-22 13:08 ` Pascal Fleury
2014-08-22 18:16 ` Achim Gratz
2015-01-21 22:58 ` Pascal Fleury
2015-01-25 11:41 ` Achim Gratz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86ppi6qnb5.fsf@somewhere.org \
--to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
--cc=bzg-mXXj517/zsQ@public.gmane.org \
--cc=public-emacs-orgmode-mXXj517/zsQ-wOFGN7rlS/M9smdsby/KFg@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).