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:31:39 +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> <87ty81y4hq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7k7y-0001zy-KZ for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 04:31:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7k7x-0001qh-4z for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 04:31:58 -0400 Received: from lo.gmane.org ([80.91.229.12]:53193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7k7w-0001qd-SW for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 04:31:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R7k7t-0001eJ-Fc for emacs-orgmode@gnu.org; Sun, 25 Sep 2011 10:31:53 +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:31:53 +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:31:53 +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 Eric Eric Schulte writes: > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >>> Martyn Jago writes: >>> >>>> Hi Eric >>>> >>>> Eric Schulte writes: >>>> >>>>> Hi Martyn, >>>>> >>>>> 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")) >>>> >>> >>> Oh, >>> >>> I forgot to update the types of errors that I am catching after adding a >>> new error type for missing libraries (e.g., ess). This should now be >>> fixed. >>> >> >> There still seems to be a problem with test-ob-R - same error "peculiar >> error". >> > > OK, I see this error as well. I've switched from using errors to signal > a missing dependency to using catch/throw blocks. This seems to > actually work, hopefully the test suite should now run w/o error. > This now works great for me. >> >>> >>> Is there a way to see the output of the test run, all I can find is the >>> command which is executed. >> >> Yes - just click on the org-mode_Emacs_24 (title) link and then on the >> build log link. There isn't much of a log on the failing tests since >> the entire test run is broken by the signal. >> >> You can checkout the build log for my-org-mode-dev to see what you >> should get. >> > > Great, doing this I can see that everything is now running successfully > http://martynjago.com:3333/builds/org-mode_Emacs_24/4446e50/build.log > > Very nice system, I wonder if we could run something like this on the > Org-mode server. It should be fairly easy to set up a similar system on the Org-mode server, and very useful I would have thought. I agree it is a very useful system and have used it several times on other projects. Best, Martyn