From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [bug] regression tests broken Date: Sun, 13 Nov 2011 09:04:35 -0700 Message-ID: <87k474yp0r.fsf@gmail.com> References: <87bosil4hi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPclP-0003Vo-SX for emacs-orgmode@gnu.org; Sun, 13 Nov 2011 11:18:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPclO-00056d-Ey for emacs-orgmode@gnu.org; Sun, 13 Nov 2011 11:18:35 -0500 Received: from mail-pz0-f47.google.com ([209.85.210.47]:34718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPclO-00056Q-9O for emacs-orgmode@gnu.org; Sun, 13 Nov 2011 11:18:34 -0500 Received: by pzk1 with SMTP id 1so8380257pzk.6 for ; Sun, 13 Nov 2011 08:18:32 -0800 (PST) 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: Martyn Jago Cc: emacs-orgmode@gnu.org Martyn Jago writes: > Hi Eric > > Eric Schulte writes: > >> Hi Martyn, >> >> I have all tests passing in a branch in the Org-mode git repo (which I >> plan to merge into master soon). Could you try a run of this on the >> standard-code-block-syntax branch? > > I've added the standard-code-block-syntax branch to my test server, and > have configured notification so that you will be informed via email on > failure. Unfortunately, the branch is currently failing, as are all > other builds including my test-branch. I will try to take a look > tomorrow on why three tests are failing. > I had to take special care that previous versions of Org-mode weren't loaded when running tests on this branch. The problem being that if some defvar forms are defined by a previous instillation of Org-mode their new values may not be overwritten with the latest versions in this branch. >From looking at your test output it seems the only two tests which are failing are the most recent two related to nested code blocks. Again these are passing on my system so I'm not sure what the cause could be. > >> As a side note, how automated is your crusecontrol.rb setup? Would you >> recommend this as a way to run automated tests on the Org-mode server >> after every git commit? > > It is completely autonomous, git-pulling, cleaning, building, building > docs, and running tests within 10 minutes or so of a fresh commit to the > Org repository. Builds are serialized. > > I would certainly recommend it as an easy way of setting up a test > server, since everything you need is built-in, such as email > notification (notifying the list is of course a possibility), RSS, and > rapid backtrace investigation etc. > > I have come across other gnu projects that use cruisecontrolrb. > > Your server would need Ruby installed (I use v1.9.2), but installation > should be straight-forward since I have already written the scripts, > which is fairly simple anyway. > > Hope that helps > This sounds like a very nice setup. It would be great if you can work with me and Jason to see if we can set this up on the Org-mode server. Thanks -- Eric > > Best Martyn > >> Thanks -- Eric >> >> Martyn Jago writes: >> >>> Hi >>> >>> All automated regression tests broken since 7720786 commit >>> >>> http://martynjago.com:3333 >>> >>> Best, Martyn >>> >>> > > -- Eric Schulte http://cs.unm.edu/~eschulte/