From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: [babel] BUG in :session Date: Sat, 24 Sep 2011 00:16:07 +0200 Message-ID: <804o02ucpk.fsf@somewhere.org> References: <4E79C82A.9000809@gmail.com> <878vpidj5d.fsf@gmail.com> <87hb45d73i.fsf@gmail.com> <80ty85hd3l.fsf@somewhere.org> <87pqitco2i.fsf@gmail.com> <87r537i6zb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Martyn and Eric, Martyn Jago wrote: > Eric Schulte writes: >> Martyn Jago writes: >>> Eric Schulte writes: >>>> I've just pushed up what will hopefully be a more general solution. >>>> Basically, language-specific test files can now signal errors if they >>>> have unmet dependencies. These are then intercepted by `org-test-load' >>>> and the file is not added to the test suite. Hopefully this will allow >>>> language-specific tests to be written without breaking the config-less >>>> test suite. >>>> >>>> See the top of test-ob-R.el for an example usage. >>>> >>>> Cheers -- Eric >>> >>> Unfortunately this is still broken for me. Given the exe exists but the >>> feature doesn't (ie no personal config), the following line causes the >>> error `peculiar error' ! >>> >>> (signal 'org-test-lib-not-found "ess")) FYI, same for me, with the "batch tests", on a git update'd copy done 2 mins ago. #+begin_src sh emacs -Q --batch -l "/cygdrive/c/Program Files/Emacs-24.0/lisp/emacs-lisp/ert.el" -l "/cygdrive/c/Program Files/Emacs-24.0/lisp/emacs-lisp/ert-x.el" -l ~/src/org-mode/testing/org-test.el --eval "(setq org-confirm-babel-evaluate nil)" -f org-test-run-batch-tests #+end_src #+results: OVERVIEW Loading vc-git... OVERVIEW OVERVIEW OVERVIEW OVERVIEW OVERVIEW OVERVIEW OVERVIEW OVERVIEW OVERVIEW OVERVIEW OVERVIEW Loading /cygdrive/c/home/sva/src/org-mode/testing/lisp/test-ob-R.el (source)... peculiar error This is on Windows XP SP3, with a Cygwin Emacs (when run from terminal; otherwise, it is a Win32 binary from the FSF). Best regards, Seb -- Sebastien Vauban