From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Release 9.0 test failed: test-ob/indented-cached-org-bracket-link Date: Fri, 18 Nov 2016 09:44:15 +0100 Message-ID: <8737ipnpnk.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7emO-0002XD-Rp for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 03:44:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7emN-0008Oc-Uz for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 03:44:16 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:43116) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7emN-0008ON-Om for emacs-orgmode@gnu.org; Fri, 18 Nov 2016 03:44:15 -0500 In-Reply-To: (David Talmage's message of "Mon, 14 Nov 2016 11:37:57 -0500") 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" To: David Talmage Cc: emacs-orgmode@gnu.org Hello, David Talmage writes: > I built org 9.0 on my Mac today. 'make test' reported one failed test. I > don't know if it is important or not. Please advise me. > > 'make test' said: > > 1 unexpected results: > FAILED test-ob/indented-cached-org-bracket-link Our build bot doesn't report this error and I cannot reproduce it either. None of us is using a Mac, though. > Test test-ob/indented-cached-org-bracket-link condition: > (ert-test-failed > ((should > (let > (...) > (org-test-with-temp-text " > * Test > #+BEGIN_SRC emacs-lisp :file test.txt :cache yes > (message \"test\") > #+END_SRC" ... ...))) > :form > (let > ((default-directory temporary-file-directory)) > (org-test-with-temp-text " > * Test > #+BEGIN_SRC emacs-lisp :file test.txt :cache yes > (message \"test\") > #+END_SRC" > (org-babel-execute-src-block) > (string= ... ...))) > :value nil)) > FAILED 166/670 test-ob/indented-cached-org-bracket-link Unfortunately, the backtrace is missing important information. It might be enlightening to know why (string= ... ...) returns nil, i.e., what strings are compared. Regards, -- Nicolas Goaziou