From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: error while upgrading to 8.3.5 Date: Wed, 27 Jul 2016 09:03:32 -0400 Message-ID: References: <4FD287AC-306C-437C-A27E-0383205AD12A@gmail.com> <87invuw159.fsf@saiph.selenimh> <87oa5lvhn4.fsf@saiph.selenimh> <24047775-283C-4349-B235-9AC2C70966FB@gmail.com> <87vazsu6k5.fsf@saiph.selenimh> 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]:34074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSOUz-0006kV-W4 for emacs-orgmode@gnu.org; Wed, 27 Jul 2016 09:03:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSOUu-0000ay-1k for emacs-orgmode@gnu.org; Wed, 27 Jul 2016 09:03:44 -0400 Received: from mail-io0-x232.google.com ([2607:f8b0:4001:c06::232]:35564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSOUt-0000am-SZ for emacs-orgmode@gnu.org; Wed, 27 Jul 2016 09:03:39 -0400 Received: by mail-io0-x232.google.com with SMTP id m101so69278130ioi.2 for ; Wed, 27 Jul 2016 06:03:39 -0700 (PDT) In-reply-to: <87vazsu6k5.fsf@saiph.selenimh> 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: Nicolas Goaziou Cc: Vikas Rawal , org-mode mailing list With the most current master, I get these two failed tests: 2 unexpected results: FAILED ob-shell/bash-uses-assoc-arrays FAILED test-ob/indented-cached-org-bracket-link This is with a Mac, and GNU Emacs 25.1.50.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1808)) of 2016-07-11 There seem to be two identically named tests (both fail for me). (ert-deftest ob-shell/bash-uses-assoc-arrays () "Bash associative arrays" (org-test-at-id "bec1a5b0-4619-4450-a8c0-2a746b44bf8d" (org-babel-next-src-block 2) (should (equal "two" (org-babel-execute-src-block))))) (ert-deftest ob-shell/bash-uses-assoc-arrays () "Bash associative arrays as strings for the row" (org-test-at-id "82320a48-3409-49d7-85c9-5de1c6d3ff87" (org-babel-next-src-block 2) (should (equal "20 cm" (org-babel-execute-src-block))))) The code in the should macro in this test: test-ob/indented-cached-org-bracket-link evaluates to true for me, but still fails in make test. Nicolas Goaziou writes: > Hello, > > Vikas Rawal writes: > >> * Output of BTEST_RE=indented-cached-org-bracket-link make test >> >> Test test-ob/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 1/1 test-ob/indented-cached-org-bracket-link > > This doesn't ring a bell. It would help to know what is hidden behind > the ellipsis. > >> Ran 1 tests, 0 results as expected, 1 unexpected (2016-07-26 05:06:12+0530) >> >> 1 unexpected results: >> FAILED test-ob/indented-cached-org-bracket-link >> >> * (org-parse-time-string "<2014-03-04 Tue>”) >> (apply #'encode-time (org-parse-time-string "<2014-03-04 Tue>")) >> >> Evaluating these in emacs does not seem to do anything. No message. > > The return value is displayed in the minibuffer. Use C-x C-e right after > the closing parens of each form. > > Also, did you set some weird variable like `org-extend-today-until'? > > Regards, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu