[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [babel] BUG in :session
From: |
Martyn Jago |
Subject: |
Re: [O] [babel] BUG in :session |
Date: |
Sun, 25 Sep 2011 09:37:11 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin) |
Hi Sebastien
"Sebastien Vauban"
<address@hidden> writes:
> Hi Martyn and Eric,
>
> Martyn Jago wrote:
>> Eric Schulte <address@hidden> writes:
>>> Martyn Jago <address@hidden> writes:
>>>> Eric Schulte <address@hidden> 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
- Re: [O] [babel] BUG in :session, (continued)
- Re: [O] [babel] BUG in :session, Eric Schulte, 2011/09/21
- Re: [O] [babel] BUG in :session, Eric Schulte, 2011/09/21
- Re: [O] [babel] BUG in :session, Sebastien Vauban, 2011/09/21
- Re: [O] [babel] BUG in :session, Martyn Jago, 2011/09/21
- Re: [O] [babel] BUG in :session, Eric Schulte, 2011/09/21
- Re: [O] [babel] BUG in :session, Martyn Jago, 2011/09/23
- Re: [O] [babel] BUG in :session, Eric Schulte, 2011/09/23
- Re: [O] [babel] BUG in :session, Martyn Jago, 2011/09/23
- Re: [O] [babel] BUG in :session, Sebastien Vauban, 2011/09/23
- Re: [O] [babel] BUG in :session, Eric Schulte, 2011/09/24
- Re: [O] [babel] BUG in :session,
Martyn Jago <=
- Re: [O] [babel] BUG in :session, Sebastien Vauban, 2011/09/26
- Re: [O] [babel] BUG in :session, Eric Schulte, 2011/09/26
- Re: [O] [babel] BUG in :session, Sebastien Vauban, 2011/09/26
- Re: [O] [babel] BUG in :session, Eric Schulte, 2011/09/24
- Re: [O] [babel] BUG in :session, Martyn Jago, 2011/09/25
Re: [O] [babel] BUG in :session, Rainer M Krug, 2011/09/21