From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: [babel] BUG in :session Date: Sun, 25 Sep 2011 09:37:11 +0100 Message-ID: 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> <804o02ucpk.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7kDG-00036a-PT for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 04:37:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7kDF-0002qZ-GB for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 04:37:26 -0400 Received: from lo.gmane.org ([80.91.229.12]:47804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7kDF-0002qV-4m for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 04:37:25 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R7kDD-0003JR-Pe for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 10:37:23 +0200 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2011 10:37:23 +0200 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2011 10:37:23 +0200 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Sebastien "Sebastien Vauban" writes: > 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). > Its really great to hear you are running the tests on Windows. At some point I hope to test with the EmacsW32 port. Best, Martyn