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 16:46:58 +0100 Message-ID: <87r4x8e5cd.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> <87vcmkeb37.fsf@gmail.com> <87hay4v4aj.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4Dgb-00010q-1v for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 10:49:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4DgZ-0006ih-1l for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 10:49:24 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:49570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4DgY-0006iN-OM for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 10:49:22 -0500 Received: by werj55 with SMTP id j55so2471742wer.0 for ; Sun, 04 Mar 2012 07:49:20 -0800 (PST) In-Reply-To: <87hay4v4aj.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 04 Mar 2012 15:17:40 +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 Achim Gratz writes: > Well, that is likely because you run the test on uncompiled source, > while I am running it on compiled orgmode... maybe one of these pesky > byte-compiler warnings shouldn't have been ignored. I can't reproduce > the 24 unexpected results, but they probably have a similar origin > (partially compiled orgmode?). It's possible. I have two different Org installations. One compiled for my work, and the other, uncompiled for development. Both are latest git version. When batch running tests on my compiled Org, I get: --8<---------------cut here---------------start------------->8--- Ran 130 tests, 105 results as expected, 25 unexpected (2012-03-04 15:42:25+0100) 9 expected failures 25 unexpected results: FAILED ob-emacs-lisp/commented-last-block-line-no-var FAILED ob-emacs-lisp/commented-last-block-line-with-var FAILED ob-exp/exports-both FAILED ob-exp/mixed-blocks-with-exports-both FAILED ob-exp/noweb-no-export-and-exports-both FAILED ob-exp/noweb-on-export FAILED ob-exp/noweb-on-export-with-exports-results FAILED ob-exp/noweb-strip-export-ensure-strips FAILED test-ob-lob/do-not-eval-lob-lines-in-example-blocks-on-export FAILED test-ob-sh/dont-error-on-empty-results FAILED test-ob/commented-last-block-line-no-var FAILED test-ob/commented-last-block-line-with-var FAILED test-ob/org-babel-remove-result--results-default FAILED test-org-babel/combining-scalar-and-raw-result-types FAILED test-org-babel/elisp-in-header-arguments FAILED test-org-babel/inline-src-blocks FAILED test-org-babel/inline-src_blk-default-results-replace-line-1 FAILED test-org-babel/just-one-results-block FAILED test-org-babel/multi-line-header-arguments FAILED test-org-babel/parse-header-args FAILED test-org-babel/parse-header-args2 FAILED test-org-babel/simple-named-code-block FAILED test-org-babel/simple-variable-resolution FAILED test-org-footnote/normalize-outside-org FAILED test-org-table/simple-formula --8<---------------cut here---------------end--------------->8--- So, indeed, the second failing test appears. It should pass now (at least it does even on my compiled Org installation). I think the others come from a file-error ("Opening output file"). Thanks for your help. Regards, -- Nicolas Goaziou