emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Compilation warnings and a test failure


From: Nick Dokos
Subject: [O] Compilation warnings and a test failure
Date: Wed, 19 Dec 2012 11:46:36 -0500

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!q\210\310\216\311 \312\216\313\314\315\316\3
|   ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc
|   byte-code("\306\307!\211\211r\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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]