emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs for pure Gtk3


From: Yuuki Harano
Subject: Re: emacs for pure Gtk3
Date: Wed, 29 Apr 2020 17:34:40 +0900 (JST)

On Tue, 28 Apr 2020 17:34:17 +0300,
        Eli Zaretskii <address@hidden> wrote:
> Probably.  But instead of running the tests blind, it is better to do
> this:
> 
>   % cd test
>   % make src/thread-tests
> 
> This will display the summary of the tests, and say explicitly whether
> all of the passed.

Thank you for the procedure.

I tested again.

----------------
luna:emacs % cd test
luna:test % LANG=C make src/thread-tests
make[1]: Entering directory '/home/masm/src/emacs/test'
  GEN      src/thread-tests.log
Running 31 tests (2020-04-29 17:30:51+0900, selector `(not (tag :unstable))')
   passed   1/31  threads-all-threads (0.000074 sec)
   passed   2/31  threads-basic (0.000217 sec)
   passed   3/31  threads-condvar-mutex (0.000076 sec)
   passed   4/31  threads-condvar-name (0.000070 sec)
   passed   5/31  threads-condvar-name-2 (0.000050 sec)
   passed   6/31  threads-condvar-type (0.000089 sec)
   passed   7/31  threads-condvar-wait (0.200882 sec)
   passed   8/31  threads-condvarp (0.000312 sec)
   passed   9/31  threads-condvarp-2 (0.000237 sec)
   passed  10/31  threads-errors (0.000661 sec)
   passed  11/31  threads-io-switch (1.001562 sec)
   passed  12/31  threads-is-one (0.000309 sec)
   passed  13/31  threads-join (0.000579 sec)
   passed  14/31  threads-join-self (0.030799 sec)
   passed  15/31  threads-let-binding (0.000226 sec)
   passed  16/31  threads-live (0.000135 sec)
   passed  17/31  threads-main-thread (0.000095 sec)
   passed  18/31  threads-mutex-contention (0.000342 sec)
   passed  19/31  threads-mutex-lock-unlock (0.000110 sec)
   passed  20/31  threads-mutex-recursive (0.000063 sec)
   passed  21/31  threads-mutex-signal (0.000168 sec)
   passed  22/31  threads-mutex-type (0.000096 sec)
   passed  23/31  threads-mutexp (0.000101 sec)
   passed  24/31  threads-mutexp-2 (0.000073 sec)
   passed  25/31  threads-name (0.000117 sec)
   passed  26/31  threads-signal-early (1.001414 sec)
Error #<thread 0x564c963d6a00>: (error nil)
   passed  27/31  threads-signal-main-thread (0.100847 sec)
   passed  28/31  threads-sticky-point (1.001586 sec)
   passed  29/31  threads-test-bug33073 (0.000348 sec)
   passed  30/31  threads-threadp (0.000265 sec)
   passed  31/31  threads-type (0.000259 sec)

Ran 31 tests, 31 results as expected, 0 unexpected (2020-04-29 17:30:54+0900, 
3.345098 sec)

make[1]: Leaving directory '/home/masm/src/emacs/test'
luna:test % 
----------------

All tests passed.

-- 
Yuuki Harano



reply via email to

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