From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Bug] Tests for experimental org-features should expect to fail if not activated by the user Date: Sun, 04 Mar 2012 14:42:52 +0100 Message-ID: <87vcmkeb37.fsf@gmail.com> References: <87ipit5onv.fsf@Rainer.invalid> <87linlbokm.fsf@gmx.com> <87hay9z9mz.fsf@Rainer.invalid> <87r4xd8irg.fsf@gmx.com> <87linkow9d.fsf@Rainer.invalid> <87fwdrxf5u.fsf@gmail.com> <87d38tr3u0.fsf@Rainer.invalid> <874nu55p83.fsf@gmail.com> <87ty24vg8h.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4Bkm-0002Wm-63 for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 08:45:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4BkS-00020W-5U for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 08:45:35 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:38133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4BkR-00020Q-Td for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 08:45:16 -0500 Received: by wgbdr1 with SMTP id dr1so1107797wgb.30 for ; Sun, 04 Mar 2012 05:45:13 -0800 (PST) In-Reply-To: <87ty24vg8h.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 04 Mar 2012 10:59:42 +0100") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> I cannot reproduce any of them, interactively or in batch mode[1]. > > This is the invocation (to be run in bash, like make would do): > > TMPDIR=/tmp/tmp-orgtest /usr/local/bin/emacs -batch -Q \ > -L lisp/ -L testing/ -L contrib/lisp \ > --eval '(defconst org-release "7.8.03-Test")' -l testing/org-test.el \ > --eval '(require '"'"'org-element)' --eval '(require '"'"'org-export)' \ > --eval '(setq org-confirm-babel-evaluate nil)' -f org-test-run-batch-tests > > [...] > 2 unexpected results: > FAILED test-org-export/export-scope > FAILED test-org-footnote/normalize-outside-org With your command, I was able to reproduce the first one (along with 24 unexpected results), for which I have pushed a fix. I still don't see the second one. Regards, -- Nicolas Goaziou