all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs-26, make check failures, mingw64
@ 2017-09-19 19:08 Fabrice Popineau
  2017-09-19 19:38 ` Paul Eggert
  2017-09-20  7:18 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Popineau @ 2017-09-19 19:08 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

I still get a couples of failures while running tests :

- test/src/editfns-tests.log

Test format-time-string-with-zone condition:
    (ert-test-failed
     ((should
       (string-equal
        (format-time-string format look -28800)
        "1972-06-30 15:59:59.999 -0800 (-08)"))
      :form
      (string-equal "1972-06-30 15:59:59.999 -0800 (ZZZ)" "1972-06-30
15:59:59.999 -0800 (-08)")
      :value nil))

It is a new failure for a new test introduced by:
commit 541006c53623cb5fb7dfae475baae5d64fc6e9d0

Clearly, the timezone is wrongly formatted.

- test/lisp/ibuffer-tests.log

Test ibuffer-filter-inclusion-8 condition:
    (file-error "Creating file with prefix" "Invalid argument"
"c:/Users/Fabrice/AppData/Roaming/Local/Temp/ibuf-test8c")
   FAILED  11/19  ibuffer-filter-inclusion-8

I don't see how create-file-buffer in this test can ever create a temp file
ending with
an '*'. But I am probably overlooking something. Does it pass on other
platforms ?

Fabrice

[-- Attachment #2: Type: text/html, Size: 1447 bytes --]

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

end of thread, other threads:[~2017-09-20  7:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 19:08 emacs-26, make check failures, mingw64 Fabrice Popineau
2017-09-19 19:38 ` Paul Eggert
2017-09-20  7:21   ` Eli Zaretskii
2017-09-20  7:18 ` Eli Zaretskii

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.