emacs-devel
[Top][All Lists]
Advanced

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

Bytecompiler test fails


From: Fabrice Popineau
Subject: Bytecompiler test fails
Date: Tue, 2 Jun 2015 13:49:20 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

When I run `make check', I get a couple of failures (Win64)
but I worry a little bit about this one:

Testing ../../../emacs/test/automated/bytecomp-tests.el
Running 10 tests (2015-06-02 15:34:24+0200)
Warning: `/' called with 0 args, but requires 2 or more
Warning: / called with 0 arguments, but requires 1+
Warning: `/' called with 0 args, but requires 2 or more
Warning: / called with 0 arguments, but requires 1+
Warning: `/' called with 1 arg, but requires 2 or more
Warning: `/' called with 1 arg, but requires 2 or more
   passed   1/10  bytecomp-tests

In my--test11:
c:/Users/Fabrice/AppData/Local/Temp/test-
bytecomp17448gDb.el:2:83:Warning:
    macro `my--test11' defined too late

In my--test12:
c:/Users/Fabrice/AppData/Local/Temp/test-
bytecomp17448gDb.el:2:139:Warning:
    macro `my--test12' defined too late
Loading c:/Users/Fabrice/AppData/Local/Temp/test-bytecomp17448KSY.elc...
Test bytecomp-tests--warnings backtrace:
  (if (unwind-protect (setq value-79227 (apply fn-79225 args-79226)) (
  (let (form-description-79229) (if (unwind-protect (setq value-79227
  (let ((value-79227 (quote ert-form-evaluation-aborted-79228))) (let
  (let ((fn-79225 (function re-search-forward)) (args-79226 (list "my-
  (save-current-buffer (set-buffer (get-buffer-create "*Compile-Log*")
  (lambda nil (save-current-buffer (set-buffer (get-buffer-create "*Co
  ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc
  ert-run-test([cl-struct-ert-test bytecomp-tests--warnings nil (lambd
  ert-run-or-rerun-test([cl-struct-ert--stats t [[cl-struct-ert-test b
  ert-run-tests(t #[385 "\306\307\"address@hidden
  ert-run-tests-batch(nil)
  ert-run-tests-batch-and-exit()
  command-line-1(("-L" ";../../../emacs/test/automated" "-l" "ert" "-l
  command-line()
  normal-top-level()
Test bytecomp-tests--warnings condition:
    (ert-test-failed
     ((should
       (re-search-forward "my--test11:\n.*macro" nil t))
      :form
      (re-search-forward "my--test11:\n.*macro" nil t)
      :value nil))
   FAILED   2/10  bytecomp-tests--warnings
Loading c:/Users/Fabrice/AppData/Local/Temp/test-bytecomp17448xwq.elc...
   passed   3/10  test-byte-comp-macro-expand-lexical-override
Loading c:/Users/Fabrice/AppData/Local/Temp/test-bytecomp174489OG.elc...
   passed   4/10  test-byte-comp-macro-expansion
Loading c:/Users/Fabrice/AppData/Local/Temp/test-bytecomp17448ktY.elc...
   passed   5/10  test-byte-comp-macro-expansion-eval-and-compile
Loading c:/Users/Fabrice/AppData/Local/Temp/test-bytecomp17448LMr.elc...
   passed   6/10  test-byte-comp-macro-expansion-eval-when-compile
   passed   7/10  test-eager-load-macro-expand-lexical-override
   passed   8/10  test-eager-load-macro-expansion
   passed   9/10  test-eager-load-macro-expansion-eval-and-compile
   passed  10/10  test-eager-load-macro-expansion-eval-when-compile

Is this to be expected? I pulled the git master this morning.
Thanks,

Fabrice





reply via email to

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