From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: emacs for pure Gtk3 Date: Wed, 29 Apr 2020 17:34:40 +0900 (JST) Organization: Ingage Inc. Message-ID: <20200429.173440.974175919510972933.masm@luna.pink.masm11.me> References: <83o8rd3r8l.fsf@gnu.org> <20200428.224253.781145536690351960.masm@luna.pink.masm11.me> <835zdj3cie.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="8625"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 29 10:41:28 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jTiHY-00028D-Ja for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 10:41:28 +0200 Original-Received: from localhost ([::1]:60592 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTiHX-0002dj-Ls for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 04:41:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55412) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTiDo-0000eK-OE for emacs-devel@gnu.org; Wed, 29 Apr 2020 04:40:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTiCV-0006Jz-NV for emacs-devel@gnu.org; Wed, 29 Apr 2020 04:37:36 -0400 Original-Received: from shiro.masm11.me ([150.95.182.25]:40112) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTiB5-0004kb-9p; Wed, 29 Apr 2020 04:34:48 -0400 Original-Received: from luna.pink.masm11.me (224.232.12.61.ap.yournet.ne.jp [61.12.232.224]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id B2503C0134; Wed, 29 Apr 2020 17:34:40 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1588149280; bh=RkK7zSxVKkHnCwjF1XtJl6jXKrrX5gpryPd1dGtnt+w=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=XZaJq94BiG0T908+Sf1sVXz5V8cgHuqbpVzxeGxxaH9bgDqXx+3ij8CcCHbwI6AuE pmJfiyYev76WdJv9Vh8zlK5CnAdBWEWI/NnFODsTGKQ8Az4dApHMNQrSgRuNk/e43a eQwsRnymuAouGX2Gh7YAE3H56wTY3Jr2e0+dD5oc= In-Reply-To: <835zdj3cie.fsf@gnu.org> X-Mailer: Mew version 6.8 on Emacs 28.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/29 03:46:40 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 150.95.182.25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:248099 Archived-At: On Tue, 28 Apr 2020 17:34:17 +0300, Eli Zaretskii 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 #: (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