From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Test failure Date: Tue, 22 Jul 2014 23:50:12 +0200 Message-ID: <87k375jc6j.fsf@gmx.us> References: <87zjg19j1d.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9hxA-0006Dp-1k for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 17:50:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9hx3-0000zH-1V for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 17:50:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:48086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9hx2-0000zD-RF for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 17:50:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X9hx1-0007TQ-Nh for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 23:50:23 +0200 Received: from e179077141.adsl.alicedsl.de ([85.179.77.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2014 23:50:23 +0200 Received: from rasmus by e179077141.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2014 23:50:23 +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 Nick, Nick Dokos writes: > I just pulled (HEAD is 02f2d5b42aabe9e272a5967ad0483b38750a8392) > and got this test failure: > > ,---- > | Test test-org-element/latex-environment-parser backtrace: > | (if (not (unwind-protect (setq value-102202 (apply fn-102200 args-10 > | (let (form-description-102204) (if (not (unwind-protect (setq value- > | (let ((value-102202 (quote ert-form-evaluation-aborted-102203))) (le > | (let ((fn-102200 (function eq)) (args-102201 (list (quote latex-envi > | (lambda nil (let ((value-102183 (cl-gensym "ert-form-evaluation-abor > | #[0 "\306\307!r\211q\210\310\311\312\313\314\315!\316\"\317\320%DC > | funcall(#[0 "\306\307!r\211q\210\310\311\312\313\314\315!\316\"\31 > | ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc > | #[0 "r\304 q\210\305 )\306\307\310\311\312\313!\314\"\315\316%DC\2 > | funcall(#[0 "r\304 q\210\305 )\306\307\310\311\312\313!\314\"\315\ > | ert-run-test([cl-struct-ert-test test-org-element/latex-environment- > | ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st > | ert-run-tests("\\(org\\|ob\\)" #[385 "\306\307\"\203D\211\211G\310 > | ert-run-tests-batch("\\(org\\|ob\\)") > | ert-run-tests-batch-and-exit("\\(org\\|ob\\)") > | (let ((org-id-track-globally t) (org-test-selector (if org-test-sele > | org-test-run-batch-tests("\\(org\\|ob\\)") > | eval((org-test-run-batch-tests org-test-select-re)) > | command-line-1(("--eval" "(setq vc-handled-backends nil org-startup- > | command-line() > | normal-top-level() > | Test test-org-element/latex-environment-parser condition: > | (ert-test-failed > | ((should-not > | (eq 'latex-environment > | (org-test-with-temp-text "\\begin{env}{arg} something\nvalue\n\\end{env}" ...))) > | :form > | (eq latex-environment latex-environment) > | :value t)) > | FAILED 282/523 test-org-element/latex-environment-parser > `---- Nicolas removed the "$" at the end of the regexps identifying LaTeX environments here: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=ec0e3cf70ba353ea59a5e662353333462f659c99 There a current thread discussion of this behavior on this list called something like: [bug?, org-element] latex-environment delimiters... I think tests are corrected in the patch in that thread. —Rasmus -- Hooray!