From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: running tests on macOS: 4 unexpected results Date: Tue, 19 Sep 2017 23:53:03 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duROA-0000aK-PP for emacs-orgmode@gnu.org; Tue, 19 Sep 2017 18:53:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duRO7-0007k0-Lj for emacs-orgmode@gnu.org; Tue, 19 Sep 2017 18:53:10 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:50272) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1duRO7-0007fJ-FE for emacs-orgmode@gnu.org; Tue, 19 Sep 2017 18:53:07 -0400 Received: from localhost (host31-53-232-73.range31-53.btcentralplus.com [31.53.232.73]) (Authenticated sender: mailbox@brautaset.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 30E36FB8A7 for ; Wed, 20 Sep 2017 00:53:04 +0200 (CEST) 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: emacs-org list Running tests using the following script: ,---- | #!/bin/sh | emacs -Q --batch \ | -L lisp/ -L testing/ -L testing/lisp -l lisp/org.el \ | -l lisp/org-id.el -l testing/org-test.el \ | --eval "(progn (org-reload) (setq org-confirm-babel-evaluate nil) \ | (org-babel-do-load-languages 'org-babel-load-languages \ | '((emacs-lisp . t) (shell . t) (org . t))))" \ | -f org-test-run-batch-tests `---- I get this result: ,---- | Ran 578 tests, 574 results as expected, 4 unexpected (2017-09-19 23:39:11+0100) | 19 expected failures | | 4 unexpected results: | FAILED ob-exp/evaluate-all-executables-in-order | FAILED ob-exp/export-call-line-information | FAILED ob-shell/bash-uses-assoc-arrays | FAILED test-org-publish/resolve-external-link `---- I'm on macOS Sierra, and using : GNU Emacs 26.0.50 (build 2, x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G29)) of 2017-09-07 I've tried to figure out what the issue was myself, but couldn't make head or tails of it :-/ Stig -- ; GNU Emacs 26.0.50, Org mode version 9.1