* Test fails ons OSX
@ 2012-11-03 9:38 Neuwirth Erich
2012-11-03 10:12 ` Neuwirth Erich
0 siblings, 1 reply; 3+ messages in thread
From: Neuwirth Erich @ 2012-11-03 9:38 UTC (permalink / raw)
To: emacs-orgmode
OSX 10.8.2 Emacs 24.2.1
SInce a few days now I get errors when I run
make update2
Ran 330 tests, 329 results as expected, 1 unexpected (2012-11-03 10:35:01+0100)
4 expected failures
1 unexpected results:
FAILED test-org/end-of-line
make[1]: *** [test-dirty] Error 1
make: *** [up2] Error 2
And during the tests I see:
Test test-org/end-of-line backtrace:
signal(ert-test-failed (((should-not (org-test-with-temp-text "#+BEG
ert-fail(((should-not (org-test-with-temp-text "#+BEGIN_CENTER\nCont
(if (not (unwind-protect (setq value-4865 (let ((temp-buffer (genera
(unless (not (unwind-protect (setq value-4865 (let ((temp-buffer (ge
(let (form-description-4866) (unless (not (unwind-protect (setq valu
(let ((value-4865 (ert--gensym "ert-form-evaluation-aborted-"))) (le
(should-not (org-test-with-temp-text "#+BEGIN_CENTER\nContents\n#+EN
(lambda nil (should (org-test-with-temp-text "Some text\nSome other
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!\211r\310\311!q\210\312 d\313\223)L\210\314\216
ert-run-test([cl-struct-ert-test test-org/end-of-line "Test `org-end
ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st
ert-run-tests("\\(org\\|ob\\)" #[(event-type &rest event-args) \30
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 test-org/end-of-line condition:
(ert-test-failed
((should-not
(org-test-with-temp-text "#+BEGIN_CENTER\nContents\n#+END_CENTER"
(progn ... ... ...)))
:form
(let
((temp-buffer ...))
(with-current-buffer temp-buffer
(unwind-protect ... ...)))
:value t))
FAILED 313/330 test-org/end-of-line
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Test fails ons OSX
2012-11-03 9:38 Test fails ons OSX Neuwirth Erich
@ 2012-11-03 10:12 ` Neuwirth Erich
2012-11-05 20:49 ` Neuwirth Erich
0 siblings, 1 reply; 3+ messages in thread
From: Neuwirth Erich @ 2012-11-03 10:12 UTC (permalink / raw)
To: emacs-orgmode
Sorry,
this is when running
make up2
(not make update2)
On Nov 3, 2012, at 10:38 AM, Neuwirth Erich <erich.neuwirth@univie.ac.at> wrote:
> OSX 10.8.2 Emacs 24.2.1
>
> SInce a few days now I get errors when I run
> make update2
>
>
> Ran 330 tests, 329 results as expected, 1 unexpected (2012-11-03 10:35:01+0100)
> 4 expected failures
>
> 1 unexpected results:
> FAILED test-org/end-of-line
>
> make[1]: *** [test-dirty] Error 1
> make: *** [up2] Error 2
>
>
> And during the tests I see:
>
> Test test-org/end-of-line backtrace:
> signal(ert-test-failed (((should-not (org-test-with-temp-text "#+BEG
> ert-fail(((should-not (org-test-with-temp-text "#+BEGIN_CENTER\nCont
> (if (not (unwind-protect (setq value-4865 (let ((temp-buffer (genera
> (unless (not (unwind-protect (setq value-4865 (let ((temp-buffer (ge
> (let (form-description-4866) (unless (not (unwind-protect (setq valu
> (let ((value-4865 (ert--gensym "ert-form-evaluation-aborted-"))) (le
> (should-not (org-test-with-temp-text "#+BEGIN_CENTER\nContents\n#+EN
> (lambda nil (should (org-test-with-temp-text "Some text\nSome other
> 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!\211r\310\311!q\210\312 d\313\223)L\210\314\216
> ert-run-test([cl-struct-ert-test test-org/end-of-line "Test `org-end
> ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st
> ert-run-tests("\\(org\\|ob\\)" #[(event-type &rest event-args) \30
> 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 test-org/end-of-line condition:
> (ert-test-failed
> ((should-not
> (org-test-with-temp-text "#+BEGIN_CENTER\nContents\n#+END_CENTER"
> (progn ... ... ...)))
> :form
> (let
> ((temp-buffer ...))
> (with-current-buffer temp-buffer
> (unwind-protect ... ...)))
> :value t))
> FAILED 313/330 test-org/end-of-line
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Test fails ons OSX
2012-11-03 10:12 ` Neuwirth Erich
@ 2012-11-05 20:49 ` Neuwirth Erich
0 siblings, 0 replies; 3+ messages in thread
From: Neuwirth Erich @ 2012-11-05 20:49 UTC (permalink / raw)
To: emacs-orgmode
Now i can build again!
On Nov 3, 2012, at 11:12 AM, Neuwirth Erich <erich.neuwirth@univie.ac.at> wrote:
> Sorry,
> this is when running
> make up2
>
> (not make update2)
>
> On Nov 3, 2012, at 10:38 AM, Neuwirth Erich <erich.neuwirth@univie.ac.at> wrote:
>
>> OSX 10.8.2 Emacs 24.2.1
>>
>> SInce a few days now I get errors when I run
>> make update2
>>
>>
>> Ran 330 tests, 329 results as expected, 1 unexpected (2012-11-03 10:35:01+0100)
>> 4 expected failures
>>
>> 1 unexpected results:
>> FAILED test-org/end-of-line
>>
>> make[1]: *** [test-dirty] Error 1
>> make: *** [up2] Error 2
>>
>>
>> And during the tests I see:
>>
>> Test test-org/end-of-line backtrace:
>> signal(ert-test-failed (((should-not (org-test-with-temp-text "#+BEG
>> ert-fail(((should-not (org-test-with-temp-text "#+BEGIN_CENTER\nCont
>> (if (not (unwind-protect (setq value-4865 (let ((temp-buffer (genera
>> (unless (not (unwind-protect (setq value-4865 (let ((temp-buffer (ge
>> (let (form-description-4866) (unless (not (unwind-protect (setq valu
>> (let ((value-4865 (ert--gensym "ert-form-evaluation-aborted-"))) (le
>> (should-not (org-test-with-temp-text "#+BEGIN_CENTER\nContents\n#+EN
>> (lambda nil (should (org-test-with-temp-text "Some text\nSome other
>> 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!\211r\310\311!q\210\312 d\313\223)L\210\314\216
>> ert-run-test([cl-struct-ert-test test-org/end-of-line "Test `org-end
>> ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st
>> ert-run-tests("\\(org\\|ob\\)" #[(event-type &rest event-args) \30
>> 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 test-org/end-of-line condition:
>> (ert-test-failed
>> ((should-not
>> (org-test-with-temp-text "#+BEGIN_CENTER\nContents\n#+END_CENTER"
>> (progn ... ... ...)))
>> :form
>> (let
>> ((temp-buffer ...))
>> (with-current-buffer temp-buffer
>> (unwind-protect ... ...)))
>> :value t))
>> FAILED 313/330 test-org/end-of-line
>>
>>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-05 20:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-03 9:38 Test fails ons OSX Neuwirth Erich
2012-11-03 10:12 ` Neuwirth Erich
2012-11-05 20:49 ` Neuwirth Erich
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.