From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: failed tests Date: Thu, 10 Sep 2015 21:40:47 +0200 Message-ID: <87zj0uqczk.fsf@nicolasgoaziou.fr> References: <878u8esbcr.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za7ge-0004YB-65 for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 15:39:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za7gd-0003Tc-1s for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 15:39:12 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:40073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za7gc-0003TL-QD for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 15:39:10 -0400 In-Reply-To: (Alan Schmitt's message of "Thu, 10 Sep 2015 15:31:10 +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: Alan Schmitt Cc: emacs-orgmode Alan Schmitt writes: > The babel one is new. Here is the output on my terminal: > > "/var/folders/68/fvntfrw92y50gkk_67rkhsfw0000gn/T/tmp-orgtest/test.txt" > Test test-org-babel/indented-cached-org-bracket-link backtrace: > (if (unwind-protect (setq value-50001 (let ((default-directory tempo > (let (form-description-50002) (if (unwind-protect (setq value-50001 > (let ((value-50001 (cl-gensym "ert-form-evaluation-aborted-"))) (let > (lambda nil (let ((value-50001 (cl-gensym "ert-form-evaluation-abort > #[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-babel/indented-cached-org- > 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-babel/indented-cached-org-bracket-link condition: > (ert-test-failed > ((should > (let > (...) > (org-test-with-temp-text "\n* Test\n #+BEGIN_SRC emacs-lisp :file test.txt :cache yes\n (message \"test\")\n #+END_SRC" ... ...))) > :form > (let > ((default-directory temporary-file-directory)) > (org-test-with-temp-text "\n* Test\n #+BEGIN_SRC emacs-lisp :file test.txt :cache yes\n (message \"test\")\n #+END_SRC" > (org-babel-execute-src-block) > (string= ... ...))) > :value nil)) > FAILED 190/581 test-org-babel/indented-cached-org-bracket-link > > Should I try to run it interactively? If so, are there instructions on > how to do it? The test is self contained, i.e., no `org-test-at-id' insanity. You can reproduce the steps in a temp Org buffer and see what is wrong, possibly debugging `org-babel-execute-src-block' in the process. Thanks for looking into it. Regards,