From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: make test - two unexpected failures Date: Wed, 12 Apr 2017 14:37:23 -0400 Message-ID: <87fuhdfp5o.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyN95-0001Ty-Dy for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 14:37:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyN92-000688-Ae for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 14:37:35 -0400 Received: from [195.159.176.226] (port=49111 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyN92-00067w-3o for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 14:37:32 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cyN8t-0006ps-6L for emacs-orgmode@gnu.org; Wed, 12 Apr 2017 20:37:23 +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 Just pulled and did make test - I get: ,---- | Ran 731 tests, 729 results as expected, 2 unexpected (2017-04-12 14:30:29-0400) | 7 expected failures | | 2 unexpected results: | FAILED test-org/custom-properties | FAILED test-org/forward-paragraph | | mk/targets.mk:103: recipe for target 'test' failed | make: *** [test] Error 1 `---- and the two failing tests report: ,---- | Test test-org/custom-properties backtrace: | (if (unwind-protect (setq value-10992 (let ((org-custom-properties ( | (let (form-description-10993) (if (unwind-protect (setq value-10992 | (let ((value-10992 (cl-gensym "ert-form-evaluation-aborted-"))) (let | (lambda nil (let ((value-10992 (cl-gensym "ert-form-evaluation-abort | ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc | ert-run-test([cl-struct-ert-test test-org/custom-properties "Test cu | ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st | ert-run-tests("\\(org\\|ob\\)" #[385 "\306\307\"\203G\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/custom-properties condition: | (ert-test-failed | ((should | (let | (...) | (org-test-with-temp-text "* H | :PROPERTIES: | :FOO: val | :END: | " ... ...))) | :form | (let | ((org-custom-properties ...)) | (org-test-with-temp-text "* H | :PROPERTIES: | :FOO: val | :END: | " | (org-toggle-custom-properties-visibility) | (org-invisible-p2))) | :value nil)) | FAILED 646/731 test-org/custom-properties `---- ,---- | Test test-org/forward-paragraph backtrace: | (if (unwind-protect (setq value-11183 (let ((inside-text (if (string | (let (form-description-11184) (if (unwind-protect (setq value-11183 | (let ((value-11183 (cl-gensym "ert-form-evaluation-aborted-"))) (let | (lambda nil (let ((value-11175 (cl-gensym "ert-form-evaluation-abort | ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc | ert-run-test([cl-struct-ert-test test-org/forward-paragraph "Test `o | ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st | ert-run-tests("\\(org\\|ob\\)" #[385 "\306\307\"\203G\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/forward-paragraph condition: | (ert-test-failed | ((should | (org-test-with-temp-text "#+BEGIN_CENTER | P1 | | P2 | #+END_CENTER | P3" | (org-hide-block-toggle) | (org-forward-paragraph) | (looking-at "P3"))) | :form | (let | ((inside-text ...) | (org-mode-hook nil)) | (with-temp-buffer | (org-mode) | (let ... ...) | (org-hide-block-toggle) | (org-forward-paragraph) | (looking-at "P3"))) | :value nil)) | FAILED 667/731 test-org/forward-paragraph `---- -- Nick