emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Pascal Fleury <fleury@google.com>
To: Alan Schmitt <alan.schmitt@polytechnique.org>
Cc: Achim Gratz <Stromeko@nexgo.de>, emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] ob-shell
Date: Wed, 13 Aug 2014 15:20:49 +0200	[thread overview]
Message-ID: <CACc7+8Ze1QUD8ZE4V__QRRZP-pb3nesyx4Umu_SBf9Bo-4bv_g@mail.gmail.com> (raw)
In-Reply-To: <m2ha1gr0st.fsf@polytechnique.org>

[-- Attachment #1: Type: text/plain, Size: 3745 bytes --]

Yes, sorry for late reaction (it's holiday season here :-).

This is an issue I introduced with the assoc. arrays, which does not verify
if the installed version of bash handles them (from bash4 on).
It needs a modification in the setup code that checks the version and only
issues assoc. array code when bash supports it. And it so happens that Macs
have bash3 installed. Will try to find such a machine and add the test.

--paf


On Wed, Aug 13, 2014 at 3:12 PM, Alan Schmitt <
alan.schmitt@polytechnique.org> wrote:

> On 2014-08-04 21:48, Achim Gratz <Stromeko@nexgo.de> writes:
>
> > Alan Schmitt writes:
> >> Has this been applied? I'm still seeing a failing test for ob-shell.
> >>
> >> 1 unexpected results:
> >>    FAILED  ob-shell/bash-uses-assoc-arrays
> >
> > That's to be expected if you use a version of bash that doesn't support
> > assoc arrays.
>
> I don't use bash, I either use zsh or fish. So I guess the version of
> bash on my system is the one that ships with OS X 10.9:
>
> GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
>
> > WHat is the backtrace from the test?  Babel (and the
> > tests) blindly assume that these things work when they see you using
> > "bash".
>
> 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-1098 (apply fn-1096 args-1097)) (set
>   (let (form-description-1100) (if (unwind-protect (setq value-1098 (a
>   (let ((value-1098 (quote ert-form-evaluation-aborted-1099))) (let (f
>   (let ((fn-1096 (function equal)) (args-1097 (list "20 cm" (org-babel
>   (save-restriction (org-babel-next-src-block 2) (let ((fn-1096 (funct
>   (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("\\(org\\|ob\\)")
>   eval((org-test-run-batch-tests org-test-select-re))
>   command-line-1(("--eval" "(setq vc-handled-backends nil org-startup-
>   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" "50 dl")
>       :value nil :explanation
>       (array-elt 0
>                  (different-atoms
>                   (50 "#x32" "?2")
>                   (53 "#x35" "?5")))))
>    FAILED  104/510  ob-shell/bash-uses-assoc-arrays
>
> Thanks,
>
> Alan
>
> --
> OpenPGP Key ID : 040D0A3B4ED2E5C7
>



-- 
--paf

[-- Attachment #2: Type: text/html, Size: 4896 bytes --]

  reply	other threads:[~2014-08-13 13:21 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
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 [this message]
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=CACc7+8Ze1QUD8ZE4V__QRRZP-pb3nesyx4Umu_SBf9Bo-4bv_g@mail.gmail.com \
    --to=fleury@google.com \
    --cc=Stromeko@nexgo.de \
    --cc=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@gnu.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).