From: Nick Dokos <nicholas.dokos@hp.com>
To: emacs-orgmode@gnu.org
Cc: nicholas.dokos@hp.com
Subject: Compilation warnings and a test failure
Date: Wed, 19 Dec 2012 11:46:36 -0500 [thread overview]
Message-ID: <5589.1355935596@alphaville> (raw)
Just pulled
Org-mode version 7.9.2 (release_7.9.2-762-gc74c62 @ /home/nick/elisp/org-mode/lisp/)
and running under
GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of 2012-09-21
I get compilation warnings:
,----
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org.el...
|
| In org-get-location:
| org.el:6989:10:Warning: `special-display-function' is an obsolete variable (as
| of 24.3); use `display-buffer-alist' instead.
| org.el:6988:10:Warning: `special-display-regexps' is an obsolete variable (as
| of 24.3); use `display-buffer-alist' instead.
| org.el:6987:10:Warning: `special-display-buffer-names' is an obsolete variable
| (as of 24.3); use `display-buffer-alist' instead.
|
| In org-shiftcontrolup:
| org.el:19234:11:Warning: org-clock-timestamps-up called with 1 argument, but
| accepts only 0
|
| In org-shiftcontroldown:
| org.el:19244:11:Warning: org-clock-timestamps-down called with 1 argument, but
| accepts only 0
|
| In org-switch-to-buffer-other-window:
| org.el:20957:23:Warning: `special-display-function' is an obsolete variable
| (as of 24.3); use `display-buffer-alist' instead.
| org.el:20956:52:Warning: `special-display-regexps' is an obsolete variable (as
| of 24.3); use `display-buffer-alist' instead.
| org.el:20956:23:Warning: `special-display-buffer-names' is an obsolete
| variable (as of 24.3); use `display-buffer-alist' instead.
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org.elc
`----
and a test failure:
,----
| Test ob-exp/mixed-blocks-with-exports-both backtrace:
| <(149 nil)
| apply(< (149 nil))
| (setq value-4627 (apply fn-4625 args-4626))
| (unwind-protect (setq value-4627 (apply fn-4625 args-4626)) (setq fo
| (if (unwind-protect (setq value-4627 (apply fn-4625 args-4626)) (set
| (unless (unwind-protect (setq value-4627 (apply fn-4625 args-4626))
| (let (form-description-4629) (unless (unwind-protect (setq value-462
| (let ((value-4627 (quote ert-form-evaluation-aborted-4628))) (let (f
| (let ((fn-4625 (function <)) (args-4626 (list test-point (re-search-
| (should (< test-point (re-search-forward x nil t)))
| (lambda (x) (should (< test-point (re-search-forward x nil t))) (set
| mapcar((lambda (x) (should (< test-point (re-search-forward x nil t)
| (progn (mapcar (lambda (x) (should (< test-point (re-search-forward
| (setq G48327 (progn (mapcar (lambda (x) (should (< test-point (re-se
| (let ((kill-buffer-query-functions nil) G48327) (with-temp-file "/tm
| (org-test-with-temp-text-in-file exported-html (mapcar (lambda (x) (
| (let ((exported-html (org-export-as-html nil nil nil (quote string)
| (save-restriction (org-narrow-to-subtree) (let ((exported-html (org-
| (progn (org-id-goto "5daa4d03-e3ea-46b7-b093-62c1b7632df3") (setq to
| (unwind-protect (progn (org-id-goto "5daa4d03-e3ea-46b7-b093-62c1b76
| (let ((save-match-data-internal (match-data))) (unwind-protect (prog
| (save-match-data (org-id-goto "5daa4d03-e3ea-46b7-b093-62c1b7632df3"
| (progn (save-match-data (org-id-goto "5daa4d03-e3ea-46b7-b093-62c1b7
| (unwind-protect (progn (save-match-data (org-id-goto "5daa4d03-e3ea-
| (let ((wconfig (current-window-configuration))) (unwind-protect (pro
| (save-window-excursion (save-match-data (org-id-goto "5daa4d03-e3ea-
| (let* ((id-location (org-id-find "5daa4d03-e3ea-46b7-b093-62c1b7632d
| (org-test-at-id "5daa4d03-e3ea-46b7-b093-62c1b7632df3" (org-narrow-t
| (lambda nil (org-test-at-id "5daa4d03-e3ea-46b7-b093-62c1b7632df3" (
| byte-code("\306\307!\x18q\210\310\216\311 \x19\312\216\313\314\315\316\3
| ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc
| byte-code("\306\307!\211\x18\211\x19r\310\311!q\210\312 d\313\223)L\210)\3
| ert-run-test([cl-struct-ert-test ob-exp/mixed-blocks-with-exports-bo
| ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st
| ert-run-tests("\\(org\\|ob\\)" #[(event-type &rest event-args) "\306
| ert-run-tests-batch("\\(org\\|ob\\)")
| ert-run-tests-batch-and-exit("\\(org\\|ob\\)")
| (let ((org-id-track-globally t) (org-id-locations-file (convert-stan
| org-test-run-batch-tests()
| call-interactively(org-test-run-batch-tests nil nil)
| command-execute(org-test-run-batch-tests)
| command-line-1(("--eval" "(add-to-list 'load-path \"./lisp\")" "--ev
| command-line()
| normal-top-level()
| Test ob-exp/mixed-blocks-with-exports-both condition:
| (wrong-type-argument number-or-marker-p nil)
| FAILED 19/334 ob-exp/mixed-blocks-with-exports-both
`----
Thanks,
Nick
next reply other threads:[~2012-12-19 19:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-19 16:46 Nick Dokos [this message]
2012-12-20 0:33 ` Compilation warnings and a test failure Bastien
2012-12-20 9:23 ` Achim Gratz
2012-12-20 10:41 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5589.1355935596@alphaville \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).