From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Two unexpected failures in `make test' Date: Mon, 01 Apr 2019 16:46:10 -0400 Message-ID: <871s2lqwrx.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hB3p0-0004Lw-CJ for emacs-orgmode@gnu.org; Mon, 01 Apr 2019 16:46:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hB3oy-00033P-OS for emacs-orgmode@gnu.org; Mon, 01 Apr 2019 16:46:22 -0400 Received: from [195.159.176.226] (port=57776 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hB3oy-00030e-DI for emacs-orgmode@gnu.org; Mon, 01 Apr 2019 16:46:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hB3ov-0004zQ-SP for emacs-orgmode@gnu.org; Mon, 01 Apr 2019 22:46:17 +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" To: emacs-orgmode@gnu.org Running `make test' on the current git version () showed two unexpected failures: ============== Ran 816 tests, 814 results as expected, 2 unexpected (2019-04-01 16:35:17-0400, 22.330179 sec) 11 expected failures 2 unexpected results: FAILED ob-emacs-lisp/dynamic-lexical-edit FAILED test-ob-shell/session make: *** [mk/targets.mk:105: test] Error 1 ============== The first one: Test ob-emacs-lisp/dynamic-lexical-edit backtrace: signal(user-error ("Cannot modify an area being edited in a dedicate apply(signal (user-error ("Cannot modify an area being edited in a d (setq value-188 (apply fn-186 args-187)) (unwind-protect (setq value-188 (apply fn-186 args-187)) (setq form- (if (unwind-protect (setq value-188 (apply fn-186 args-187)) (setq f (let (form-description-190) (if (unwind-protect (setq value-188 (app (let ((value-188 'ert-form-evaluation-aborted-189)) (let (form-descr (let* ((fn-186 #'eq) (args-187 (condition-case err (let ((signal-hoo (progn (let* ((fn-171 #'eq) (args-172 (condition-case err (let ((sig (let* ((--cl-execute-- #'(lambda (text) (let ((file ...) (kill-buffe (lambda nil (let* ((--cl-execute-- #'(lambda (text) (let (... ... .. ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name ob-emacs-lisp/dynamic-lexical-edit :d ert-run-or-rerun-test(#s(ert--stats :selector "\\(org\\|ob\\)" :test ert-run-tests("\\(org\\|ob\\)" #f(compiled-function (event-type &res 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 ob-emacs-lisp/dynamic-lexical-edit condition: (user-error "Cannot modify an area being edited in a dedicated buffer") FAILED 28/816 ob-emacs-lisp/dynamic-lexical-edit (0.019215 sec) =========== The second: Test test-ob-shell/session condition: (wrong-type-argument markerp nil) FAILED 177/816 test-ob-shell/session (0.004367 sec) -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler