emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* make test - two unexpected failures
@ 2017-04-12 18:37 Nick Dokos
  2017-04-12 19:59 ` Colin Baxter
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Dokos @ 2017-04-12 18:37 UTC (permalink / raw)
  To: emacs-orgmode

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:
| <point>:FOO: val
| :END:
| " ... ...)))
|       :form
|       (let
| 	  ((org-custom-properties ...))
| 	(org-test-with-temp-text "* H
| :PROPERTIES:
| <point>: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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make test - two unexpected failures
  2017-04-12 18:37 make test - two unexpected failures Nick Dokos
@ 2017-04-12 19:59 ` Colin Baxter
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Baxter @ 2017-04-12 19:59 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

Hi Nick,

On Wed, Apr 12 2017, Nick Dokos wrote:

> 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:
> | <point>:FOO: val
> | :END:
> | " ... ...)))
> |       :form
> |       (let
> | 	  ((org-custom-properties ...))
> | 	(org-test-with-temp-text "* H
> | :PROPERTIES:
> | <point>: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
> `----

1. Using emacs-26, I get:

Ran 724 tests, 721 results as expected, 3 unexpected (2017-04-12 20:54:36+0100)
8 expected failures

3 unexpected results:
   FAILED  test-org-export/file-uri
   FAILED  test-org/custom-properties
   FAILED  test-org/forward-paragraph

2. Using emacs-25.1 - Only expected failures.

Platform: 3.2.0-4-686-pae #1 SMP Debian 3.2.86-1 i686 GNU/Linux

Best wishes,

-- 
--
Colin Baxter
m43cap@yandex.com
Key fingerprint = 68A8 799C 0230 16E7 BF68  2A27 BBFA 2492 91F5 41C8

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-12 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12 18:37 make test - two unexpected failures Nick Dokos
2017-04-12 19:59 ` Colin Baxter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).