bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#27598: MacOS: thread-signal-early fails


From: Charles A. Roelli
Subject: bug#27598: MacOS: thread-signal-early fails
Date: Thu, 6 Jul 2017 19:08:10 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Following on from bug #25265 (make-thread crashes in OS X 10.6):

From:
$ nextstep/Emacs.app/Contents/MacOS/Emacs -Q -l ert -l test/src/thread-tests.el

M-x ert RET RET

Selector: t
Passed:  27
Failed:  1 (1 unexpected)
Skipped: 0
Total:   28/28

Started at:   2017-07-06 18:53:01+0200
Finished.
Finished at:  2017-07-06 18:53:02+0200

.F..........................

F thread-signal-early
    Test signaling a thread as soon as it is started by the OS.
    (ert-test-failed
     ((should-not
       (thread-alive-p thread))
      :form
      (thread-alive-p #<thread 0x1059645d8>)
      :value t))

It seems to only happen when input is arriving while running the test
(as when you keep on hitting RET after starting the tests).







reply via email to

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