From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 14 15:21:52 2017 Received: (at submit) by debbugs.gnu.org; 14 Dec 2017 20:21:52 +0000 Received: from localhost ([127.0.0.1]:34131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePa0u-0007J6-73 for submit@debbugs.gnu.org; Thu, 14 Dec 2017 15:21:52 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePa0r-0007Is-Ki for submit@debbugs.gnu.org; Thu, 14 Dec 2017 15:21:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePa0l-0005ph-Gy for submit@debbugs.gnu.org; Thu, 14 Dec 2017 15:21:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_05,DATE_IN_PAST_03_06, T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53910) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePa0l-0005pO-DR for submit@debbugs.gnu.org; Thu, 14 Dec 2017 15:21:43 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePa0k-0001nb-5p for bug-gnu-emacs@gnu.org; Thu, 14 Dec 2017 15:21:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePa0h-0005lg-HI for bug-gnu-emacs@gnu.org; Thu, 14 Dec 2017 15:21:42 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePa0h-0005lS-DI; Thu, 14 Dec 2017 15:21:39 -0500 Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:49559) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1ePa0h-0004IY-6J; Thu, 14 Dec 2017 15:21:39 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 5476220E33; Thu, 14 Dec 2017 15:21:38 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 14 Dec 2017 15:21:38 -0500 X-ME-Sender: Received: from localhost (76-234-69-149.lightspeed.frokca.sbcglobal.net [76.234.69.149]) by mail.messagingengine.com (Postfix) with ESMTPA id E1A627E17D; Thu, 14 Dec 2017 15:21:37 -0500 (EST) From: "John Wiegley" To: bug-gnu-emacs@gnu.org Subject: 26.0.90; Three emacs-26 elisp tests are failing on darwin Date: Thu, 14 Dec 2017 08:46:02 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (darwin) Mail-Followup-To: bug-gnu-emacs@gnu.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable In order to get the ERT tests to pass on my system, I need to disable the following three tests: =2D-- i/test/lisp/eshell/em-ls-tests.el +++ w/test/lisp/eshell/em-ls-tests.el @@ -77,6 +77,7 @@ (ert-deftest em-ls-test-bug27844 () "Test for https://debbugs.gnu.org/27844 ." + (skip-unless (not (eq system-type 'darwin))) (let ((orig eshell-ls-use-in-dired) (dired-use-ls-dired 'unspecified) buf insert-directory-program) =2D-- i/test/lisp/net/tramp-tests.el +++ w/test/lisp/net/tramp-tests.el @@ -3636,6 +3636,7 @@ tramp--test-shell-command-to-string-asynchronously ;; This test is inspired by Bug#27009. (ert-deftest tramp-test32-environment-variables-and-port-numbers () "Check that two connections with separate ports are different." + (skip-unless (not (eq system-type 'darwin))) (skip-unless (tramp--test-enabled)) ;; We test it only for the mock-up connection; otherwise there might ;; be problems with the used ports. =2D-- i/test/src/fileio-tests.el +++ w/test/src/fileio-tests.el @@ -48,7 +48,7 @@ fileio-tests--symlink-failure ;; Some Windows versions don't support symlinks, and those which do ;; will pop up UAC elevation prompts, so we disable this test on ;; MS-Windows. =2D (skip-unless (not (eq system-type 'windows-nt))) + (skip-unless (not (memq system-type '(darwin windows-nt)))) (should (equal nil (fileio-tests--symlink-failure)))) (ert-deftest fileio-tests--directory-file-name () =2D-=20 John Wiegley GPG fingerprint =3D 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAEBCgAdFiEE3lW3afxXihSlvlQwwUTY9PGf5jAFAloyqsoACgkQwUTY9PGf 5jBm4AwAtP2pt/CpZnLf2wobDqbFcdHe41tUrR0uOAmPVlYT6uwvzLWPE918fds6 x0Zrm0PEW+xFGzfgHHx16QWuqr5xYoGA5790so7QaTgPrJVu4WvCCoGQtjbXZY0i SWWg2YvNPmAYi9aREN4wwou+l9D79gC0QcLAbJZApUHFLMOhHXh2j5WNPPYWqNbQ TLcxQkKCICHGezC1630Az/NqJ8Ma0+7SGtOv0yfXkMRw7V3DpSzA60TsfBguaxV7 pCoSGaFXHeS57xx2liucawuJw8bJstnS3v2soZcQP7PWBFFRW7LjlTk2sy+4Gr+q Jy3Pa9dRL1hf6+vPCFaHh28cbO4bRjw6vWDYApaJW235viHkqOzr08rUIWhHnd4r PVEhXU+BDbK4ROS9YqYo5PC5Swq1QefMuC9MLyumvibWiR1nrxQv/GUf8jCU4BZV 5L4tssJSFO7xDktSxVKHb3PhMTPdkIVi59BaeABoEDMKkuWfBcanYsJGt0DvcE0+ Vk6T8cdS =8svw -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 14 15:54:21 2017 Received: (at control) by debbugs.gnu.org; 14 Dec 2017 20:54:21 +0000 Received: from localhost ([127.0.0.1]:34164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePaWK-0001Z8-PB for submit@debbugs.gnu.org; Thu, 14 Dec 2017 15:54:20 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:35832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePaWJ-0001Yv-UN for control@debbugs.gnu.org; Thu, 14 Dec 2017 15:54:20 -0500 Received: by mail-wm0-f49.google.com with SMTP id f9so13994761wmh.0 for ; Thu, 14 Dec 2017 12:54:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:message-id:to:from:subject; bh=Bs2RAkoVqRGN3MYpV9DlrszI9Xx2nCMYUFdUiwS0mcM=; b=p0EL2CJeYFfFPXuTBUI6NM3hZs4mQ2ZdmBcxk6gUeb2UFm/V8FiThcDChD/8S0O7HD EThH+pwsJqePZvJWTXkrqAm19FJ2LB5R0DMICy5DAeJLDtQ6f1Y1qOi2wFcpQijWr6Dw UAwWowQSK68babjkysvY4C4p2fZ2V5CVxZT4xoB5izkJPye2cHneiqcnkM4Bo6iBEpsL WreNeMKkfSHGRI/cKju/GMNIaWCuhmODlFlcB7e1xrBYy+P993jHyUMoclIRxuBad7Xg F/+PtaLa74cT22pOap2hpN417bI5o33Nsx+2TeMHfZULmZrNA5916l+DdYTA3/MIu4WL wmoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=Bs2RAkoVqRGN3MYpV9DlrszI9Xx2nCMYUFdUiwS0mcM=; b=uA01xo4l2Ib4wOX6HPpagAAoxSgtrIyXIMd3sdgOsbLxmCQoF1PLn98Ad0RILh7zLT Z3H4LDvMFGwEN5BnzTTX+97n26Ix3BzhvLAUy7scuYVk3cUZX6HSNy+g4ObQTAg4YS9Z o+YyTfNWv9uJG+3Tuizl+drnFLjpy/GkDqKu5NDvAvHTx5TTZfqGrCycx1/Vj/fS1SAV GVIoGOAi9nZTq5QXQ6wv+4EngQo6OllfJRhKAYB7pKEnsjF9mO5VDJhZkBLLnl8Y9Ndk 5Lu7bd/DGeLUJYWB8uHgivaBin3n2L7GN0fjTFjbRtRRNhPBVmrkAGzc5tl7ALyPj1x7 Roeg== X-Gm-Message-State: AKGB3mL9U8vPFc1lxuc5j4ZStPfF0mBT2qR6d2fZyEl54IFgZEF+vAi0 7i+2sffxk5uPeUQH6IfoXiV2aLFBWeA= X-Google-Smtp-Source: ACJfBos+B7ysxuTUAFBTDpS5OKpJTFaMY6SZx00NPAuyaKHH7HjOubLph/ejB7PDWGHY7IClZx3g6w== X-Received: by 10.28.203.197 with SMTP id b188mr3040003wmg.105.1513284853929; Thu, 14 Dec 2017 12:54:13 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id z37sm2297712wrc.31.2017.12.14.12.54.13 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Dec 2017 12:54:13 -0800 (PST) Date: Thu, 14 Dec 2017 20:54:12 +0000 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #29277 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) merge 29277 29712 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 15 03:39:45 2017 Received: (at submit) by debbugs.gnu.org; 15 Dec 2017 08:39:45 +0000 Received: from localhost ([127.0.0.1]:34541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePlWz-0001j6-6f for submit@debbugs.gnu.org; Fri, 15 Dec 2017 03:39:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePlWx-0001iu-CS for submit@debbugs.gnu.org; Fri, 15 Dec 2017 03:39:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePlWr-0008Ft-F4 for submit@debbugs.gnu.org; Fri, 15 Dec 2017 03:39:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePlWr-0008Fg-Bq for submit@debbugs.gnu.org; Fri, 15 Dec 2017 03:39:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePlWq-0002UW-8q for bug-gnu-emacs@gnu.org; Fri, 15 Dec 2017 03:39:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePlWn-00089V-6B for bug-gnu-emacs@gnu.org; Fri, 15 Dec 2017 03:39:36 -0500 Received: from mout.gmx.net ([212.227.17.20]:49562) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePlWm-00084A-TW for bug-gnu-emacs@gnu.org; Fri, 15 Dec 2017 03:39:33 -0500 Received: from detlef.gmx.de ([79.140.125.84]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MKYpv-1eQ2mE224N-001vbT for ; Fri, 15 Dec 2017 09:39:29 +0100 From: Michael Albinus To: bug-gnu-emacs@gnu.org Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: Date: Fri, 15 Dec 2017 09:39:28 +0100 In-Reply-To: (John Wiegley's message of "Thu, 14 Dec 2017 08:46:02 -0800") Message-ID: <87efnwmlkv.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:24zNor6feYBOKyF4v8E4YPb4n2VqdR28O5F5NJGnYju0RgXK6xk EugzKfCYVRex5eD6Zf9hx2vdDhrSW0g9VqGk5iNwdPB8ldQI9wiu4JjV13Wi/vsMcVdJhiu rJ5KnAlxE1wcPxhQ+9jIA7lG83/uhZj7SzJOcmQX1D2c1l7t4s1Q7KXVkpThdTPW0LIarH4 GqizVW8zhtSc6PTMJo31w== X-UI-Out-Filterresults: notjunk:1;V01:K0:m1m4Ee2/AY8=:1nUKJXsD5+6JMGRYOApIx/ 12ZMVjN9P8LVe6cZMQo/rYxDbzt/HmdMS1S64K/NpnBbTzyg6Z2O6v8tFD+1IDF4pGlyn4m2f ccDLzW3a3DCw9rsD40e3JHcG/c16iyndL4ITIDSlr037B0griLOlms3HKCuzLi00YHDSuIhBJ T+b9jwiqpDfG4dRnHVocTz0fbxY/w64rE0dNcYRBZfyBi1CEuwn/3tdsDQc9/4nmMm0bZ3H6R ASCbPg+ERet9LUNn+9pE+l2AozqUGV2e/gxLlCisdaYsdLdg/qk0i4x+wc3dfqyVZ08QKhn4i eGyGTtENADpO/X+btNREatz/Mnkk9SGh524qT51yYty/WlJcv3OfEJQUvA8yllv2VDHAeYt/L Qo+BtTAsMzUEBswx70k9M9lC/njhkO5AK81S40Kx0SOFp+x68bDIL5ytDfxhNce017NvPwP8W dggNALl3n4+2fIaqn6YmYSZGx27l4/M/UteqH/ZFdutNGClzogSbl+v6J6HDzYC2rhuzjgID+ NlO8y5F2o4XRSFgWLeDy/IfatVjFKH0PII4mbKmv0UVucBMNpk0zIc3wDbYtQHQW73hDawHbF dWLvesXLdsFSFhFRu0plM4rrn1Z7BjnDQQuA854d0ACJIdqNQhg6vy46ZO1jgqPEikN1aF342 6VrZ3cLPW4J5b5Jo5dgzviJKYezCVcukoR8b19nGTq2HaOAZMDZPVRyEqnzFBnhPTSNZlnXrq iYJ9Dg+SGWGrMCJ1gimK8cCkvw4Vw7tZiPDQw2nyGn4NK6hdXT8on8KYHolE5Y/Kz3RRkkTpK uIFe/boE7HEM3X9nc9Nn//kFOA9wf8tZOlZRuaPtjcFQX+txuA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) "John Wiegley" writes: > In order to get the ERT tests to pass on my system, I need to disable the > following three tests: > --- i/test/lisp/net/tramp-tests.el > +++ w/test/lisp/net/tramp-tests.el > @@ -3636,6 +3636,7 @@ tramp--test-shell-command-to-string-asynchronously > ;; This test is inspired by Bug#27009. > (ert-deftest tramp-test32-environment-variables-and-port-numbers () > "Check that two connections with separate ports are different." > + (skip-unless (not (eq system-type 'darwin))) > (skip-unless (tramp--test-enabled)) > ;; We test it only for the mock-up connection; otherwise there might > ;; be problems with the used ports. Committed to the emacs-26 branch. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 15 20:02:38 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 01:02:38 +0000 Received: from localhost ([127.0.0.1]:36264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ0s9-0007G9-Nl for submit@debbugs.gnu.org; Fri, 15 Dec 2017 20:02:37 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:37285) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ0s6-0007Fs-Ru for 29712@debbugs.gnu.org; Fri, 15 Dec 2017 20:02:36 -0500 Received: by mail-wm0-f42.google.com with SMTP id f140so20477536wmd.2 for <29712@debbugs.gnu.org>; Fri, 15 Dec 2017 17:02:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=e7bkbMnVrOZ70wE7Giknb3pX0+ASnc/X1AtAW4iYHsc=; b=M8bjfPyEL/XAoPG3sVguMwaUQ2ydXnKg1xhc1M7f8SXmB9C3R2zkoCgOsEvKnAZLY6 qHwnoQIMsCzXeiA1yNlMQigaIXPGxMTLa+0m6/6ZjtxZosveTtjC0TP2pXyJS+tMRF8i V+AzAULIlbCRanUKYxBSQaLAgh9oEtJH7lnhLywaqjnmawwp4JNNLN025YRCWeQsFixj qU30T3ER8ahW4ZpjW8jIiboWqVqmH2PTU8kaaDXYFEET5qihqyrGFXFdMOFI3D7E0lta k7obR9UTjKwPKtKhVCdWW+Ma3bNH9FxQ7I3MdBKLN/it394+n/L0bAtWqUD1atEoVIaS T6YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=e7bkbMnVrOZ70wE7Giknb3pX0+ASnc/X1AtAW4iYHsc=; b=gBcrp9Doj1pjeGrAOVP+XL2zYwjMABaE3WkanaTtI878phPfkWhzM9JzkyVJ3e0xLp kvKjwv3MvuopVBBOh/CXVu74gVaklnK1NfGCH6l8/RvBdla1VgbRVXzptyzTGJ7UrqD9 vXzMQFRH7IJZrJUdnUa9QXj6xY27fuK6u4PJS72HncfrSbK6MXcT+l96q/LOPBnqkA2Y AMirnWC25MCYekUbYqL+qH7NLY9Ad9NndFtoh4HhxVDxoYmP0dtD75SnWX2Cg1Bvs5yI gCi34snXtU+cvDUYYRa6nLV/BkOa40KYs8+VJUkklY+VMdHHziSO5UYUmUufx9UkfgPs BB2g== X-Gm-Message-State: AKGB3mJ/2K1b4lR38+GwUwD2Ffdriufv1q8H/wrhEXeELD7JZZUTN4qR AUKH/YvgZiEFPpGhOKb+USw= X-Google-Smtp-Source: ACJfBotKBlZzv8Gc9QMx5u78UKiF97nt7P2CpxkdLMVpD0pMCsN8e1FaxVv2E0KkRWJf0wExhTR7Tw== X-Received: by 10.28.2.198 with SMTP id 189mr6754142wmc.69.1513386148876; Fri, 15 Dec 2017 17:02:28 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id 19sm3348679wrz.80.2017.12.15.17.02.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Dec 2017 17:02:28 -0800 (PST) Date: Sat, 16 Dec 2017 01:02:25 +0000 From: Alan Third To: Michael Albinus Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216010225.GA16022@breton.holly.idiocy.org> References: <87efnwmlkv.fsf@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87efnwmlkv.fsf@gmx.de> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Fri, Dec 15, 2017 at 09:39:28AM +0100, Michael Albinus wrote: > "John Wiegley" writes: > > > In order to get the ERT tests to pass on my system, I need to disable the > > following three tests: > > > --- i/test/lisp/net/tramp-tests.el > > +++ w/test/lisp/net/tramp-tests.el > > @@ -3636,6 +3636,7 @@ tramp--test-shell-command-to-string-asynchronously > > ;; This test is inspired by Bug#27009. > > (ert-deftest tramp-test32-environment-variables-and-port-numbers () > > "Check that two connections with separate ports are different." > > + (skip-unless (not (eq system-type 'darwin))) > > (skip-unless (tramp--test-enabled)) > > ;; We test it only for the mock-up connection; otherwise there might > > ;; be problems with the used ports. > > Committed to the emacs-26 branch. This particular failure happens because echo under /bin/sh on macOS doesn’t recognise the -n flag: (string-equal "11111" "-n 11111 ") It claims to be: $ /bin/sh --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin16) Copyright (C) 2007 Free Software Foundation, Inc. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 15 20:10:20 2017 Received: (at submit) by debbugs.gnu.org; 16 Dec 2017 01:10:20 +0000 Received: from localhost ([127.0.0.1]:36268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ0zc-0007YX-I7 for submit@debbugs.gnu.org; Fri, 15 Dec 2017 20:10:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ0za-0007YF-G6 for submit@debbugs.gnu.org; Fri, 15 Dec 2017 20:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQ0zU-0006T5-5E for submit@debbugs.gnu.org; Fri, 15 Dec 2017 20:10:13 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43969) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eQ0zU-0006Sw-1D for submit@debbugs.gnu.org; Fri, 15 Dec 2017 20:10:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ0zS-0002rd-JP for bug-gnu-emacs@gnu.org; Fri, 15 Dec 2017 20:10:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQ0zR-0006OL-FA for bug-gnu-emacs@gnu.org; Fri, 15 Dec 2017 20:10:10 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:35990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQ0zR-0006My-7L for bug-gnu-emacs@gnu.org; Fri, 15 Dec 2017 20:10:09 -0500 Received: by mail-wm0-x235.google.com with SMTP id b76so20663497wmg.1 for ; Fri, 15 Dec 2017 17:10:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=HDdopGeGLsBEd2Tb0z+mgJMWusEcutd+QkuiAbp4nKk=; b=GlorK3Ox03krJvOEWIZdO7tnhfwEPbiSUE1dgUz2D3j0NY9IskZAQgKBzy+wSPM6bg rAgwbtZOxt9lovx2FkF0DsXqleLV5DpEUqEGScT4RfT7GnblNOdjOBtsDFxHd/ikxRR7 3g+Xl9mkA40Ie21Nm45wMtALSlSoQzBHjPhcuX1WIfkM5vwVVVAqIZGc/0oMaGVEDa3r YgK9F4l88tYt++HeNzjdFATZq7aRcbNZ0oz4KLt2vFP4gnET3+1xSqLhpjw4HWCdlocG aw1CeTscBMqlJLFNkvr7qmqNsg/vpP8z8RN6dksJV4lCEJCzRABrGJWAz6a8J+sN9yFk PD/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=HDdopGeGLsBEd2Tb0z+mgJMWusEcutd+QkuiAbp4nKk=; b=f0t2b+M91zHLALgmCoF9EtlSMUp1nIEVZrXln2a6oHx/WPN5vpQI4Ou0gRpltpo+fC 2NyM7lCWCCHog4QYq72rZKBqRrz0qQBCFqHrgyF6IY06ZE9LQj+oIx52xJqiTVSnzH6F 1B+17AgcvFtcNWL9Pzjea4VGbIwdyJ6FehHUpnypCGEqN3rXFVPAx8xEE/lyqK/fIuEV rFo7TOHAo0KCOFFxcxolTiMdSnPchNVd+5DV3IG/PfyVlHt0156MVjoJmz5KWXg4+Bpg rhHqFmJQ3aRdmapLZP6p/Y+BZnf5UfTdhRGAC/BhNEcgdtTobZGHhdMiqVl52V4RMsou EQjA== X-Gm-Message-State: AKGB3mJFTZQ0wfPoK5ICDlYfqMZPoEmJ6nBDlk7zBsoAZam6zD3iW5ck pjyfu50MlxsYg74TFpIdRPzrFnLJ X-Google-Smtp-Source: ACJfBotDLBowcvGnRHwHpd5pND8RxWX+RYm9XZjrHhyFcox3xnb3V2k9HfrMlTEJxwzxV5YRrYwb+w== X-Received: by 10.28.50.197 with SMTP id y188mr6347723wmy.159.1513386607788; Fri, 15 Dec 2017 17:10:07 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id j77sm23959077wmf.36.2017.12.15.17.10.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Dec 2017 17:10:07 -0800 (PST) Date: Sat, 16 Dec 2017 01:10:05 +0000 From: Alan Third To: bug-gnu-emacs@gnu.org Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216011005.GB16022@breton.holly.idiocy.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.5 (---) On Thu, Dec 14, 2017 at 08:46:02AM -0800, John Wiegley wrote: > In order to get the ERT tests to pass on my system, I need to disable the > following three tests: > > --- i/test/lisp/eshell/em-ls-tests.el > +++ w/test/lisp/eshell/em-ls-tests.el > @@ -77,6 +77,7 @@ > > (ert-deftest em-ls-test-bug27844 () > "Test for https://debbugs.gnu.org/27844 ." > + (skip-unless (not (eq system-type 'darwin))) > (let ((orig eshell-ls-use-in-dired) > (dired-use-ls-dired 'unspecified) > buf insert-directory-program) I can’t get this test to fail. Which version of macOS are you running? > --- i/test/src/fileio-tests.el > +++ w/test/src/fileio-tests.el > @@ -48,7 +48,7 @@ fileio-tests--symlink-failure > ;; Some Windows versions don't support symlinks, and those which do > ;; will pop up UAC elevation prompts, so we disable this test on > ;; MS-Windows. > - (skip-unless (not (eq system-type 'windows-nt))) > + (skip-unless (not (memq system-type '(darwin windows-nt)))) > (should (equal nil (fileio-tests--symlink-failure)))) > > (ert-deftest fileio-tests--directory-file-name () This one fails on the carriage return character. It appears to be getting converted to a newline character. I can’t work out why, but I’m sure it’s Emacs that’s doing it. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 03:34:11 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 08:34:11 +0000 Received: from localhost ([127.0.0.1]:36379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ7v9-000706-AZ for submit@debbugs.gnu.org; Sat, 16 Dec 2017 03:34:11 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ7v8-0006zv-9O for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 03:34:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQ7v0-0008Fx-3b for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 03:34:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ7uz-0008Fq-Vl; Sat, 16 Dec 2017 03:34:02 -0500 Received: from [176.228.60.248] (port=1901 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eQ7uy-0000je-Ur; Sat, 16 Dec 2017 03:34:01 -0500 Date: Sat, 16 Dec 2017 10:34:02 +0200 Message-Id: <83po7frs05.fsf@gnu.org> From: Eli Zaretskii To: Alan Third In-reply-to: <20171216011005.GB16022@breton.holly.idiocy.org> (message from Alan Third on Sat, 16 Dec 2017 01:10:05 +0000) Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <20171216011005.GB16022@breton.holly.idiocy.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 16 Dec 2017 01:10:05 +0000 > From: Alan Third > > > --- i/test/src/fileio-tests.el > > +++ w/test/src/fileio-tests.el > > @@ -48,7 +48,7 @@ fileio-tests--symlink-failure > > ;; Some Windows versions don't support symlinks, and those which do > > ;; will pop up UAC elevation prompts, so we disable this test on > > ;; MS-Windows. > > - (skip-unless (not (eq system-type 'windows-nt))) > > + (skip-unless (not (memq system-type '(darwin windows-nt)))) > > (should (equal nil (fileio-tests--symlink-failure)))) > > > > (ert-deftest fileio-tests--directory-file-name () > > This one fails on the carriage return character. It appears to be > getting converted to a newline character. I can’t work out why, but > I’m sure it’s Emacs that’s doing it. Does it help to bind coding-system-for-write to 'no-conversion in that test? From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 04:46:56 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 09:46:56 +0000 Received: from localhost ([127.0.0.1]:36428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ93Y-0000Df-7b for submit@debbugs.gnu.org; Sat, 16 Dec 2017 04:46:56 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:32867) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ93U-0000DQ-TB for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 04:46:54 -0500 Received: by mail-wm0-f53.google.com with SMTP id g130so1092139wme.0 for <29712@debbugs.gnu.org>; Sat, 16 Dec 2017 01:46:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=+fTXsnJnjPDdb0xwSe5j2etTAiB6Lpz66nQvFXlI9V0=; b=geU1Maj5max5FAYHobw+5bHirUUumYWfkr1rYZXTz4q9AfbYRuWIJfWV4IK3/LaFGW HotCayrJwFAbVhyvdswCq7EQ6OmojsRBhOvEjZSddVn39FDsPfBdjYgow8ifspgX3CZD Y55paYAKL34EIGF/iPvYk0H2yLDnomZ3CKXJ4cQ4O0kIv8cy+Qt777x3gjFkna7+Zibi YS1MxAaChO1geUNj1jM8Dz5gPBVZUkFCrQdDd1fpsrYf3E8oIE9rxgSqIY/pYXSH/RU2 ZE3TLNsorZbUrkr/CJQ8cSYmsi87LzEKKPbwq/2pC+EC53HgW2yuVKhMihqYIIIL7XgL EjeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=+fTXsnJnjPDdb0xwSe5j2etTAiB6Lpz66nQvFXlI9V0=; b=Cd4vnD0zqhLHeGj1y0nirGMfEO7QjExp+3eAORTsAcx/fyPoMfKmin8KR2WTzirEno lv0the+Em1AWLMbB7I4FNLBT1GBfWTH90rtso/anutUQo7PbJAH8tF+9ZPYO0y5QDdxx h5isJM+CmjzU/PH4TGvArkf9YRStphGHCjY/3nku4EDaXkBu1fYM+kHKOQlR4vN/WnIG AxVuhvZVQE78BUfmmlwudErIX6e3WZUoXsXFGjR2Ww+5SwLOdyNpZnqhnRpH9ip6KUj0 iB9361yk0n3ueczJ20HY5LEzpE6qDUu5xvVgL82Tel5675xiHmBDwp5P8GySIxUtxs7v 5xzQ== X-Gm-Message-State: AKGB3mI9a7PA0vJc2ePZh9OxL9sLFkg3s6ndZLyZBUuikQ/tHohGVJ0u MKrEutTCtH3YdcLEoHC4NRI= X-Google-Smtp-Source: ACJfBovaRfoO4HivHKXAdJvKV5VEZcN6HyEJbg5dnftAcD6zj7CkW+6y5gvYh2PhjRSJeNnCuS1n9Q== X-Received: by 10.28.20.131 with SMTP id 125mr7809254wmu.57.1513417606864; Sat, 16 Dec 2017 01:46:46 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id v62sm1915100wrc.13.2017.12.16.01.46.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Dec 2017 01:46:45 -0800 (PST) Date: Sat, 16 Dec 2017 09:46:43 +0000 From: Alan Third To: Eli Zaretskii Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216094643.GA23795@breton.holly.idiocy.org> References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <83po7frs05.fsf@gnu.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, Dec 16, 2017 at 10:34:02AM +0200, Eli Zaretskii wrote: > > Date: Sat, 16 Dec 2017 01:10:05 +0000 > > From: Alan Third > > > > > --- i/test/src/fileio-tests.el > > > +++ w/test/src/fileio-tests.el > > > @@ -48,7 +48,7 @@ fileio-tests--symlink-failure > > > ;; Some Windows versions don't support symlinks, and those which do > > > ;; will pop up UAC elevation prompts, so we disable this test on > > > ;; MS-Windows. > > > - (skip-unless (not (eq system-type 'windows-nt))) > > > + (skip-unless (not (memq system-type '(darwin windows-nt)))) > > > (should (equal nil (fileio-tests--symlink-failure)))) > > > > > > (ert-deftest fileio-tests--directory-file-name () > > > > This one fails on the carriage return character. It appears to be > > getting converted to a newline character. I can’t work out why, but > > I’m sure it’s Emacs that’s doing it. > > Does it help to bind coding-system-for-write to 'no-conversion in that > test? No, it makes no difference. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 05:24:16 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 10:24:16 +0000 Received: from localhost ([127.0.0.1]:36447 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ9dg-00014d-6s for submit@debbugs.gnu.org; Sat, 16 Dec 2017 05:24:16 -0500 Received: from mout.gmx.net ([212.227.15.15]:63125) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ9dd-00014P-U9 for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 05:24:15 -0500 Received: from detlef.gmx.de ([212.86.40.135]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0Mdafs-1eeN7v3HDA-00POOb; Sat, 16 Dec 2017 11:23:55 +0100 From: Michael Albinus To: Alan Third Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <87efnwmlkv.fsf@gmx.de> <20171216010225.GA16022@breton.holly.idiocy.org> Date: Sat, 16 Dec 2017 11:23:39 +0100 In-Reply-To: <20171216010225.GA16022@breton.holly.idiocy.org> (Alan Third's message of "Sat, 16 Dec 2017 01:02:25 +0000") Message-ID: <87h8srhsyc.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Provags-ID: V03:K0:UcxOLBfg9IBvz6L08H4kabxMnvU84pEpYYIPA1WlaWXf46c3car 2UIyPfdJHf3uPhR/hNxWAjICm59yBhPaLWg0GAWJo7/xG1E/kCNp5OG5rykRUgPVyWUDm/V htV8ZFCY/eJr0SYI8jHL3VpdgXGUbNaQeZ0wGY/0VC/TDombnwIxQnuAUUuWA6amdBEBLDg pqPVcxA8rBs+n8zwJRchw== X-UI-Out-Filterresults: notjunk:1;V01:K0:Oe7Tj4QEOig=:0SCDQFjQiKgDgleFNB0ziZ 84/HuZAmKXq9m+dWuJ1ohDkSO+PJCNiOH1RB73+4jKxDIqrojtNUcvwzAGmfWCK/IXlESmjV2 X8eLrCjI2bpA7oyAVqGMl2xCXD+yvN39BOJKJC+pV+nIPvKJcT+mbijEnSzdOZAiLSobNapFP mcov2wMlrKmJHLOH1QvV01EmaF/R4mX+/N26TDGA6QJ6UIAncD0kTN1YxxdKFvtXb90NkKTOW cskNF8He4cKkscDwMKvDiGNn5zEnUJw28P/ya8QZOcYoOugWofB4vf5KWqqyCH21F1+3BLI+5 TsgNdyiQ03W3OX5lXpnPMAPxfk/U3/gkUgzK502P6VOtCGQzG2XiPmzCkxGKlY9OiB5XGt7i2 G7Yj/FVwzZXeme01t+4ClHitV0pXea3I6GatVX5BJCozfHaDcHAqnw6s+tpEGxqlIO3Q7bxSC eoQ1xn4CA4PmUeNQoSDEQKRKnpXXdisgZe4hhwKK10Qo9w4ZHUb/LvphG+e/SLmbQ4DTPY8IM OT1k1c8LIDgmSG65RBTN8/M4bpJmdC/OilXUhg6ayE6Y9kkFYeYLG2KUwl+cBqg7uXFvuqGKE 90YUAbT/POoKZm2xNholVYOBmt2GTuzUqK/wbBUt03tqFe1LevjfkHWqb+6VKeYy0Zwg7HWBw QoHupUmcUhwVKPoUMLP4IgGUWZ2O5q8UEjVSPlcgCbVnWtn4Tsgn8MGHTyEeK2GrjOFmt/+o7 GRn6VuIMBoGngQl8wiOls4uHaCf7OaX//wJzqEPfUJ5g8ldvm2F3R3Cn77KpQ1oNEd/QXGDg9 aMH7DKWN/ml1RUwDs6ZTdNmSBoXUYGPCd+t+dHFQwqpk/OToeE= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Alan Third writes: > This particular failure happens because echo under /bin/sh on macOS > doesn=E2=80=99t recognise the -n flag: Does the appended patch fixes this? Best regards, Michael. --=-=-= Content-Type: text/plain Content-Disposition: attachment diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index c1577008d3..ff2ab31074 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -3638,7 +3638,7 @@ tramp--test-shell-command-to-string-asynchronously "Check that two connections with separate ports are different." (skip-unless (tramp--test-enabled)) ;; Bug#29712. - (skip-unless (not (eq system-type 'darwin))) + ;; (skip-unless (not (eq system-type 'darwin))) ;; We test it only for the mock-up connection; otherwise there might ;; be problems with the used ports. (skip-unless (and (eq tramp-syntax 'default) @@ -3663,7 +3663,7 @@ tramp--test-shell-command-to-string-asynchronously (format "%s=%d" envvar port) tramp-remote-process-environment))) (should - (string-equal + (string-match (number-to-string port) (shell-command-to-string (format "echo -n $%s" envvar)))))) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 05:36:01 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 10:36:01 +0000 Received: from localhost ([127.0.0.1]:36451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ9p3-0001Lb-Cc for submit@debbugs.gnu.org; Sat, 16 Dec 2017 05:36:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ9p2-0001LO-E8 for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 05:36:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQ9ot-0004PN-TI for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 05:35:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ9ot-0004PE-PP; Sat, 16 Dec 2017 05:35:51 -0500 Received: from [176.228.60.248] (port=2211 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eQ9ot-0006ji-7i; Sat, 16 Dec 2017 05:35:51 -0500 Date: Sat, 16 Dec 2017 12:35:53 +0200 Message-Id: <83ind7rmd2.fsf@gnu.org> From: Eli Zaretskii To: Alan Third In-reply-to: <20171216094643.GA23795@breton.holly.idiocy.org> (message from Alan Third on Sat, 16 Dec 2017 09:46:43 +0000) Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 16 Dec 2017 09:46:43 +0000 > From: Alan Third > Cc: 29712@debbugs.gnu.org > > > > > --- i/test/src/fileio-tests.el > > > > +++ w/test/src/fileio-tests.el > > > > @@ -48,7 +48,7 @@ fileio-tests--symlink-failure > > > > ;; Some Windows versions don't support symlinks, and those which do > > > > ;; will pop up UAC elevation prompts, so we disable this test on > > > > ;; MS-Windows. > > > > - (skip-unless (not (eq system-type 'windows-nt))) > > > > + (skip-unless (not (memq system-type '(darwin windows-nt)))) > > > > (should (equal nil (fileio-tests--symlink-failure)))) > > > > > > > > (ert-deftest fileio-tests--directory-file-name () > > > > > > This one fails on the carriage return character. It appears to be > > > getting converted to a newline character. I can’t work out why, but > > > I’m sure it’s Emacs that’s doing it. > > > > Does it help to bind coding-system-for-write to 'no-conversion in that > > test? > > No, it makes no difference. What is the value of file-name-coding-system and default-file-name-coding-system? From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 08:42:21 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 13:42:21 +0000 Received: from localhost ([127.0.0.1]:36510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQCjM-0007af-U6 for submit@debbugs.gnu.org; Sat, 16 Dec 2017 08:42:21 -0500 Received: from mail-wr0-f181.google.com ([209.85.128.181]:43238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQCjL-0007aS-Ds for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 08:42:19 -0500 Received: by mail-wr0-f181.google.com with SMTP id z34so10277528wrz.10 for <29712@debbugs.gnu.org>; Sat, 16 Dec 2017 05:42:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=ElmV66ipSs0qKhR4LELvv9TwXEnvkuEcdu+Lsvjm/S0=; b=EofYYqYzd3XT66OGDet2i+IWR4IzOyQy373LS5mmGZJLTyaYTfEdaI1HKd6toPaspN bnL9wvwJ9mHrEFou6qIhMXOmKY9a211rZOqTnLcoA07cDOWPSYvL4Kthby84zVBfbnei xQbyTNT2l9eiyYJn/ZnpFhsZGVoSHyj25T5dRZoKr2oX0r3RZ/DMcJi2MTGloNz69M3d f8juNOCcOeAF3eXSkeIcDEUmKnuFEFpranXlsK1cLZkzdoLPBWZYGqCX17bOcrinIXN+ u9FjJfxen17eR/oFdnCc65m/r16fxRLat5NoUYNTeHH12WhAj84lKkECAZUW0t1ipEM+ X21g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=ElmV66ipSs0qKhR4LELvv9TwXEnvkuEcdu+Lsvjm/S0=; b=T9EtBnQhWevL7DSl/CUWSkcky2R09Fdm2zIMbVPHBKMsCJyV7RHgVAmLbxlUUw1jZj OoqKB1HjWtDmOfpuY91Mxm0H0C3wXffmABMiGV2PBtM5qb0A7GyRXCyl4OjirPZ+XC9k RYCjJniBEk/gnVZMw1aLkqxMxNIdDnjyGiJdQ/15+8Anm0/u3sxjSQiy6GEeFjtQJ5qj AJtF9N0CeqSDwWFf/hjgrmpE9eKgl3hU6mEKOqcU1X6IkngQ3+JKbo+OmGtqh76KI4Jo 2o6EQe/ui5I0XztKwiNxbBP94HEaSVnqY4JnFvcTDL/GnF1JHiwH4hUWiyviZYYUKiTs Lg+g== X-Gm-Message-State: AKGB3mLmUG/JQoZiYU03NQxdt65D+HaYPRYzFoFJXMmkOmuLipK+8/5+ m8X4GJRIS7s9RvnYGfu3/SU= X-Google-Smtp-Source: ACJfBourYXya2tRt4yIbkHd5iv84usO5AH3Bl3WQN+8jlPQSKdlmpjUrzpelhWgdrBgfvbdR1xV+gA== X-Received: by 10.223.176.141 with SMTP id i13mr4083847wra.257.1513431733318; Sat, 16 Dec 2017 05:42:13 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id f42sm3558235wrf.46.2017.12.16.05.42.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Dec 2017 05:42:12 -0800 (PST) Date: Sat, 16 Dec 2017 13:42:10 +0000 From: Alan Third To: Eli Zaretskii Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216134210.GA25371@breton.holly.idiocy.org> References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <83ind7rmd2.fsf@gnu.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, Dec 16, 2017 at 12:35:53PM +0200, Eli Zaretskii wrote: > > Date: Sat, 16 Dec 2017 09:46:43 +0000 > > From: Alan Third > > Cc: 29712@debbugs.gnu.org > > > > > > > --- i/test/src/fileio-tests.el > > > > > +++ w/test/src/fileio-tests.el > > > > > @@ -48,7 +48,7 @@ fileio-tests--symlink-failure > > > > > ;; Some Windows versions don't support symlinks, and those which do > > > > > ;; will pop up UAC elevation prompts, so we disable this test on > > > > > ;; MS-Windows. > > > > > - (skip-unless (not (eq system-type 'windows-nt))) > > > > > + (skip-unless (not (memq system-type '(darwin windows-nt)))) > > > > > (should (equal nil (fileio-tests--symlink-failure)))) > > > > > > > > > > (ert-deftest fileio-tests--directory-file-name () > > > > > > > > This one fails on the carriage return character. It appears to be > > > > getting converted to a newline character. I can’t work out why, but > > > > I’m sure it’s Emacs that’s doing it. > > > > > > Does it help to bind coding-system-for-write to 'no-conversion in that > > > test? > > > > No, it makes no difference. > > What is the value of file-name-coding-system and > default-file-name-coding-system? file-name-coding-system: utf-8-hfs default-file-name-coding-system: utf-8-unix -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 08:48:02 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 13:48:02 +0000 Received: from localhost ([127.0.0.1]:36516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQCos-0007j6-Jm for submit@debbugs.gnu.org; Sat, 16 Dec 2017 08:48:02 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:40903) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQCoq-0007id-U6 for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 08:48:01 -0500 Received: by mail-wm0-f43.google.com with SMTP id f206so22082062wmf.5 for <29712@debbugs.gnu.org>; Sat, 16 Dec 2017 05:48:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=k/2gGrCSZ0oDLZbfkNjHLk1lpOjrTUOYowyFSQ16jcw=; b=Dss6TewsByo4QwbC3zOyJ8zl5pUKGXgZTSpR8BWVj4g8oTC/gaXi4dhtkZJKYKY0k/ HvxA5gitpw4LE3DWty7gF002S3ixpJX9E6p7PxecRn1aOsCyaj6eUmS2zUH5VTXWCHkb BZhyNe4cw12CrwBZwdrzpYUvxip25l2Wi1XV4sefeLHIOx4KkJXhDCq/WgvPT2M4uzJA npPloK4RA89/LeV6UYO5QXxxQ+pbjb4rS1KA2ChuXH3eFU3fSnJQVVDxqolx4r6cMofK jueBubYoocXfgwNkaGN2g/kWWFBMk9WrYqst5u6Oj2SpyjxZL0ZapN++AB4spj9WIkSb lg+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=k/2gGrCSZ0oDLZbfkNjHLk1lpOjrTUOYowyFSQ16jcw=; b=Wr8duj1N+ShP1c9UWAl3hPqzfM6cQJlHR5pjkp1UHFKU3ZQNCGAdCOXZmbzQO2avNW 1vkFm/7qIrIrBpv3LxY0JZ/bTUxk0DEX7l47ocaERi+iYL03M+4FtR0ofmbe1hnWaALA HjOZGk2hfFtZbxkEL1HNYebXYvH4Lq5zT24zAk36X19cO2J/yyrnmFQdOwuHiQdvS3VK DvCVCfGRshqCQ8wbAedpf2lfPk1GrBQ8/VqPZtZnjsUgUwxanjqNnRBt6baCnxg3GPMS Pq/tn9y56xOfUaDu5wzsZiT0gYKVbQmYDk1J/U2QHkH1q+2a7+Xsf3gHdd8Fm3zO9L/O 8MJw== X-Gm-Message-State: AKGB3mKEFtr3qL+UharzYMw3D88Gmm9IejeakNvDCxWNpsc9ggBspJI8 cAV2xIivvWRw6HXY9s6YOUc= X-Google-Smtp-Source: ACJfBovUDc8PgizeNAa4qlV1PsVkeTga8cy7l/vlZEvqnomnI7VkEJSTjeuVcMU4mn0Xk+dLtYkvFg== X-Received: by 10.28.91.74 with SMTP id p71mr8386748wmb.61.1513432075167; Sat, 16 Dec 2017 05:47:55 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id v195sm4075654wmf.25.2017.12.16.05.47.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Dec 2017 05:47:54 -0800 (PST) Date: Sat, 16 Dec 2017 13:47:52 +0000 From: Alan Third To: Michael Albinus Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216134752.GB25371@breton.holly.idiocy.org> References: <87efnwmlkv.fsf@gmx.de> <20171216010225.GA16022@breton.holly.idiocy.org> <87h8srhsyc.fsf@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87h8srhsyc.fsf@gmx.de> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, Dec 16, 2017 at 11:23:39AM +0100, Michael Albinus wrote: > Alan Third writes: > > > This particular failure happens because echo under /bin/sh on macOS > > doesn’t recognise the -n flag: > > Does the appended patch fixes this? Yes, thank you. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 09:15:17 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 14:15:17 +0000 Received: from localhost ([127.0.0.1]:36525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQDFF-0008Lo-DC for submit@debbugs.gnu.org; Sat, 16 Dec 2017 09:15:17 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36881) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQDFB-0008LZ-IZ for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 09:15:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQDF1-0003yD-UQ for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 09:15:08 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQDF1-0003y4-RN; Sat, 16 Dec 2017 09:15:03 -0500 Received: from [176.228.60.248] (port=3446 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eQDF1-0005cq-7d; Sat, 16 Dec 2017 09:15:03 -0500 Date: Sat, 16 Dec 2017 16:15:06 +0200 Message-Id: <83fu8asqs5.fsf@gnu.org> From: Eli Zaretskii To: Alan Third In-reply-to: <20171216134210.GA25371@breton.holly.idiocy.org> (message from Alan Third on Sat, 16 Dec 2017 13:42:10 +0000) Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 16 Dec 2017 13:42:10 +0000 > From: Alan Third > Cc: 29712@debbugs.gnu.org > > > What is the value of file-name-coding-system and > > default-file-name-coding-system? > > file-name-coding-system: utf-8-hfs > default-file-name-coding-system: utf-8-unix Does it help to bind file-name-coding-system to utf-8-hfs-unix in that test? From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 10:07:44 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 15:07:44 +0000 Received: from localhost ([127.0.0.1]:37491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQE40-0001My-ML for submit@debbugs.gnu.org; Sat, 16 Dec 2017 10:07:44 -0500 Received: from mail-wr0-f177.google.com ([209.85.128.177]:42950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQE3x-0001Mj-65 for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 10:07:41 -0500 Received: by mail-wr0-f177.google.com with SMTP id s66so10391759wrc.9 for <29712@debbugs.gnu.org>; Sat, 16 Dec 2017 07:07:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4pfMXZwM/yR9j44DPuZLuDMzQXF5XLZpzcLWAL8PdWM=; b=BsZgxaU6khBN1CKEEB7I+qD/KUM+O44qMllVcEjsZwrPT9YJeW8d/NdFRNj80Q4/BF PL+dkyQK+H+Iqjqmyx/v5DqCejEVgLdNVvE7FCP+Lql34eOvXjBDAjoMgUdq1bghu4m4 XOBkFTBKWFjs1h8jvh3lung5aIszCz8eFRQ/HqL+Gplfnvf++wsQADpGZoCEw9vHXFDN HGihZnV7oRKr2TzLTfSuVS83LlQ4P7/Zp5F8MTzMy68eoyCTR9JF6F+SmBLmEuSMhKDY /5VrAQNE9XTOpQA3Zq3eJcEgdtxyV9EbffneY1/u0y3wAsJciXRiJJJfNPYf6DourK3w ZQbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=4pfMXZwM/yR9j44DPuZLuDMzQXF5XLZpzcLWAL8PdWM=; b=Sof7OHhNV90pe51tThVI3wC8lhFkALw0auF+J3JdptJLLKNDD2brM7J6zbjbk0KVDV 8RmaXZk6ULKWSJXP6wXSf1pCMpF6NU2rYbAy0Aua2Uy0acwzmYJSIhXS7ti683r33uzF +70B8Qta9rUW7/qsTCFL/KkFN5LeC/j5cjzz0/z9jnH6r4GuyCN64PXTFYukrqM33Xwu cY2wz0iE+lqbHOGcmeEXOdpWxXb8E/gO6q1KpIsvlxxsIJ0SVrl5VpN+5mcQIQWJufk+ M+qeTxN8Jq8cZcrDgVE8IURHaGHundg+dD4DlE21V5KZWDFdnomGRTfWuGieWgons+Ct q0Ow== X-Gm-Message-State: AKGB3mLO0AlNY2JZBS6jaOBCd2ZFxOYr8OCIRKcWaXx80/cbim0Gke5H Dddh2N7ohPDChXUHwwAgQcA= X-Google-Smtp-Source: ACJfBosx3R/8AQQGiLplZ+ZAiy874GcuzJUqJ8ImIza8PvK5Yydp+VcjZDX34qL6fXg5B8MZKzxZqQ== X-Received: by 10.223.168.33 with SMTP id l30mr2261311wrc.15.1513436855462; Sat, 16 Dec 2017 07:07:35 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id y99sm9209037wmh.0.2017.12.16.07.07.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Dec 2017 07:07:34 -0800 (PST) Date: Sat, 16 Dec 2017 15:07:32 +0000 From: Alan Third To: Eli Zaretskii Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216150732.GA40689@breton.holly.idiocy.org> References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83fu8asqs5.fsf@gnu.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, Dec 16, 2017 at 04:15:06PM +0200, Eli Zaretskii wrote: > > Date: Sat, 16 Dec 2017 13:42:10 +0000 > > From: Alan Third > > Cc: 29712@debbugs.gnu.org > > > > > What is the value of file-name-coding-system and > > > default-file-name-coding-system? > > > > file-name-coding-system: utf-8-hfs > > default-file-name-coding-system: utf-8-unix > > Does it help to bind file-name-coding-system to utf-8-hfs-unix in that > test? Yes, the test passes. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 10:55:58 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 15:55:58 +0000 Received: from localhost ([127.0.0.1]:37525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQEog-0004Ot-1q for submit@debbugs.gnu.org; Sat, 16 Dec 2017 10:55:58 -0500 Received: from mout.gmx.net ([212.227.17.20]:58595) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQEoe-0004Of-0w for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 10:55:56 -0500 Received: from detlef.gmx.de ([212.86.40.135]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LpPg1-1etonV17Mj-00f7z6; Sat, 16 Dec 2017 16:55:36 +0100 From: Michael Albinus To: Alan Third Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <87efnwmlkv.fsf@gmx.de> <20171216010225.GA16022@breton.holly.idiocy.org> <87h8srhsyc.fsf@gmx.de> <20171216134752.GB25371@breton.holly.idiocy.org> Date: Sat, 16 Dec 2017 16:55:20 +0100 In-Reply-To: <20171216134752.GB25371@breton.holly.idiocy.org> (Alan Third's message of "Sat, 16 Dec 2017 13:47:52 +0000") Message-ID: <878te2is5z.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K0:OF7LzvKvnk1q2HuYm8ulptG4qql1917Xj/fd4umQZ9cciu8G5Rd lNYDqf4JMQyAPg4I8TChbR9fO9ShlSFya4tYuxKszQShtrpSE9PXBQoxnezEWU1i7r9Tt21 wGB5SDaJhWzswnV4W/j9tQuAe7zZmEMRjAmx1n+xXwSulx4MgTgGTinHH6ur2h38kTEbGTb C7JcORbAGJJY3e0O5HhVQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:2EYAUjUaC54=:uGwHHAs55SuLeiKJYOHyCF aMB9oJ53nhMMc2jeY8WXGZhY/WuXDivOQjCueQlQd3HJt3v7kvvJtZfxXwZBIT/2FCyr1fa60 ZnUfenPCZrWk7hIQFl/yAL5Lq3XrnkihGB5kVeI1uipzgToIqGnHsbpLBQr15hSF2BmB1f1en 3rMVfLsgI9rRE6fVr1adTUCphjoiso+HulS4V55Xeksksa5cDhlcCDKmgFVfX6sjVRBFtnnRI lAVjwHCpDLr/xMmk9c0QI6uwXopV+eZDFfewIVECEeGwaXvkLxGkQMfSdVmjMQfU6Jge09mCW /mrbwCsLxJbDHd1+1sYJJ88N4/vgFVD884v4rM50nR7X9qtSrLATw/8fBMU9gEqfwflzqQvwD YgyDkjAF/16J8Tbz3rNhjv+nIl9va6FsW8yPuffca0EqbOtSZCHVZXVNJnkRIbWA66FxATc75 FC4RhIZxT0orGml0G22OsscpEoCmxJQbK8ix9DVl/V8dinKBfT77ahIvpzVlpYyTfPLzvWZB/ D08bjuQIhyn7khKT0cFFhqvfwenWCScLibqM3yfLypzxY+mbYRFQorOOw3JraAGspxB/KCCxw PF5av5+FHB8c6u9pJ5izQPUfUxqnQwG3MH/lR1mvYNOESwPHm2tIQq8oxK3FKeUDyQShyrmoJ C+TmYIjOFjWrUClMCWiL1sLWJ6ls0mXmdLAWVCXBNqipz5KPy0pmD6veJKnIhYGZR0NBsTUS5 YWwd7RBzm36fZWNVssDqONzbXtMIvT0OMZK9bJ19rwlsXwyAwqM7G+Nz2GvdTq7cCprjESuXj dn7vKE6jdoSy28FUs2mM77qTXNwgank8zppCCYblFkGts/8eM4O1e0zlk7OI3ewxm7k3AZ+ X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Alan Third writes: Hi Alan, > On Sat, Dec 16, 2017 at 11:23:39AM +0100, Michael Albinus wrote: >> Alan Third writes: >>=20 >> > This particular failure happens because echo under /bin/sh on macOS >> > doesn=E2=80=99t recognise the -n flag: >>=20 >> Does the appended patch fixes this? > > Yes, thank you. Thanks for checking, I've pushed it to the emacs-26 branch. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 11:20:12 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 16:20:12 +0000 Received: from localhost ([127.0.0.1]:37533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFC8-0004x7-2w for submit@debbugs.gnu.org; Sat, 16 Dec 2017 11:20:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFC6-0004wv-Bf for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 11:20:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQFBw-0002Hs-Jf for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 11:20:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQFBw-0002Hc-GY; Sat, 16 Dec 2017 11:20:00 -0500 Received: from [176.228.60.248] (port=3523 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eQFBu-00058V-JX; Sat, 16 Dec 2017 11:20:00 -0500 Date: Sat, 16 Dec 2017 18:19:54 +0200 Message-Id: <838te2sl05.fsf@gnu.org> From: Eli Zaretskii To: Alan Third In-reply-to: <20171216150732.GA40689@breton.holly.idiocy.org> (message from Alan Third on Sat, 16 Dec 2017 15:07:32 +0000) Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 16 Dec 2017 15:07:32 +0000 > From: Alan Third > Cc: 29712@debbugs.gnu.org > > > Does it help to bind file-name-coding-system to utf-8-hfs-unix in that > > test? > > Yes, the test passes. Then I think this is the right fix. Maybe we should do that by default on Darwin, as it makes little sense to convert EOLs in file names? Did the changeset in 83f0d60 on master did that for Darwin as well? From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 11:42:32 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 16:42:32 +0000 Received: from localhost ([127.0.0.1]:37556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFXj-0005Tf-2I for submit@debbugs.gnu.org; Sat, 16 Dec 2017 11:42:32 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34991) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFXf-0005TP-W7 for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 11:42:28 -0500 Received: by mail-wm0-f41.google.com with SMTP id f9so22762724wmh.0 for <29712@debbugs.gnu.org>; Sat, 16 Dec 2017 08:42:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=qFw3pUr/+hAV0/c4J/AbC0/lhg7dOZo4BFFGdMl0fBw=; b=l8IWFlRVrqhs9wUTaufmi9RLYPVBGflT4KnpBYnEf4/HZ0n7lK6yrI0j1ClQgcbqy1 vxI1HgStTIDZ1S1hJkrXi2L7bnA0+ZGIScKkWAS8DhldKfSdWUkL8vinhFtGW5yD8l0e 9bAZbAndibfe3bRjsjkgdGRkysSrXb6Z9zybNBMkWwajyveIcbmVKPi4w9d5z2ndxXah QXkVBI581cy0lcmGidE6n7eK4ZJzOaCUHj3O6XTRqo7ZLW0l/aJIYZB14nWJJMsqlhrI pXOf11hyy/w0cR2OLmn8Ej2x2X8HENTHeE5eSFJgIqjkfSdhT0NqkgUsZUlW9mczsWUM AVjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=qFw3pUr/+hAV0/c4J/AbC0/lhg7dOZo4BFFGdMl0fBw=; b=H0t2RjmXAD5Tx4rs4IM+QcaZXYSQwRlYZlPx+F8nXJlHl7fKTVpkpZsO6bhUqvVoKU ekuLE4m2ReJeg8nefuQX7NgTxPM/WJnckPBP1F+sUY60askamm1vduSNlEtamrBHtTTk KaRE9HJMc91qOkqy/mwk788BVtUaEE2fgs0tLkBzGpAEIdFlHYjDqUaZHpnKIJZawkUr CaxQ7UvKram5UCSbRax+8mwOs73Sqyeqx5IqH102qNlJbNzSFIjZBe0IQNW5YCRYj9Mf Tc3xygxj/ni4KDAdzmCkd7wCv2IuqVpBxmv6Z9Y+/1vNpCd+jcZWj+yYxlN3l3sp7uNM oTzA== X-Gm-Message-State: AKGB3mJ3GNSYtUTm3NMkI6x+7kv3i/ZHhXex8Q4FkYa0YGz4O4xzJ0mN fek/MgyZTwOv/Qq3cZfV1Sw= X-Google-Smtp-Source: ACJfBous8R26jyxGKAv1t1nk4YgkEBU2g+Mp/ehqQx3hXdYenkORZRywoET1B7xIBTBCg71MtJo+9A== X-Received: by 10.28.68.65 with SMTP id r62mr8729562wma.42.1513442542143; Sat, 16 Dec 2017 08:42:22 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id h7sm8012284wrb.35.2017.12.16.08.42.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Dec 2017 08:42:21 -0800 (PST) Date: Sat, 16 Dec 2017 16:42:18 +0000 From: Alan Third To: Eli Zaretskii Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216164218.GA57819@breton.holly.idiocy.org> References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <838te2sl05.fsf@gnu.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, Dec 16, 2017 at 06:19:54PM +0200, Eli Zaretskii wrote: > > Date: Sat, 16 Dec 2017 15:07:32 +0000 > > From: Alan Third > > Cc: 29712@debbugs.gnu.org > > > > > Does it help to bind file-name-coding-system to utf-8-hfs-unix in that > > > test? > > > > Yes, the test passes. > > Then I think this is the right fix. > > Maybe we should do that by default on Darwin, as it makes little sense > to convert EOLs in file names? Did the changeset in 83f0d60 on master > did that for Darwin as well? No, it’s set in ns-win.el: modified lisp/term/ns-win.el @@ -354,7 +354,7 @@ ns-delete-working-text ;; Used prior to Emacs 25. (define-coding-system-alias 'utf-8-nfd 'utf-8-hfs) - (set-file-name-coding-system 'utf-8-hfs)) + (set-file-name-coding-system 'utf-8-hfs-unix)) ;;;; Inter-app communications support. I made the change and everything looks ok; the other tests still pass. I don’t know anything about coding systems, though, so I could be missing something. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 11:47:19 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 16:47:19 +0000 Received: from localhost ([127.0.0.1]:37563 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFcM-0005b3-Rr for submit@debbugs.gnu.org; Sat, 16 Dec 2017 11:47:19 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42817) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFcK-0005ar-U5 for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 11:47:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQFcA-0004O0-QQ for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 11:47:11 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQFcA-0004Nn-Mw; Sat, 16 Dec 2017 11:47:06 -0500 Received: from [176.228.60.248] (port=3537 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eQFc8-0005gr-Po; Sat, 16 Dec 2017 11:47:06 -0500 Date: Sat, 16 Dec 2017 18:47:00 +0200 Message-Id: <831sjusjqz.fsf@gnu.org> From: Eli Zaretskii To: Alan Third In-reply-to: <20171216164218.GA57819@breton.holly.idiocy.org> (message from Alan Third on Sat, 16 Dec 2017 16:42:18 +0000) Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 16 Dec 2017 16:42:18 +0000 > From: Alan Third > Cc: 29712@debbugs.gnu.org > > modified lisp/term/ns-win.el > @@ -354,7 +354,7 @@ ns-delete-working-text > ;; Used prior to Emacs 25. > (define-coding-system-alias 'utf-8-nfd 'utf-8-hfs) > > - (set-file-name-coding-system 'utf-8-hfs)) > + (set-file-name-coding-system 'utf-8-hfs-unix)) > > ;;;; Inter-app communications support. Such a change is OK for master (assuming I understood you correctly, and the current master doesn't have anything equivalent to the above). On the release branch, I'd suggest to bind file-name-coding-system to utf-8-hfs-unix, and tell in the commit log message not to merge to master. > I made the change and everything looks ok; the other tests still pass. > I don’t know anything about coding systems, though, so I could be > missing something. I don't think you need to fear anything. It's the right thing to do on systems that allow CR in file names. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 12:01:43 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 17:01:43 +0000 Received: from localhost ([127.0.0.1]:37571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFqJ-0005ve-EQ for submit@debbugs.gnu.org; Sat, 16 Dec 2017 12:01:43 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:37635) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQFqG-0005vQ-UX for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 12:01:41 -0500 Received: by mail-wm0-f44.google.com with SMTP id f140so22641228wmd.2 for <29712@debbugs.gnu.org>; Sat, 16 Dec 2017 09:01:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ADEEowMmAdSyPJLuMYgPW9eUA0thk731Zh2aMTpNQQY=; b=QpdiqYLqHGtbLvRhmx6i6djiuhkomomV/oEkB/WlKftbT5nrh+4i9qP3KFAM/qIpjB tAhVQBVbriP9cOLMANroHFcM7s9OW/jLVQppJtsB7/Oinwlg+ei6fEKNKCN3E8128OhK Q/s1GBMIMaOXzdZgTu2iYMxwGnFRzBHd90djH83UB1zgrksy1J70Fj5AO59efpwAZDnR Md3g/64okIBCx9bxfyVieHSaf7HgCNPAJCvVU8pR/B3ZspIwhqHj+RgY+2m51TQhEIox XKyKkzDbHFDO2cU5qxpFEBCzxFgsyUkd0kjr4PIFuFYglou2zbcKs+0nFZ/fKGdyZt1k 88XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=ADEEowMmAdSyPJLuMYgPW9eUA0thk731Zh2aMTpNQQY=; b=eZ17NHMhAyWn6cWWITQ0i767BHcpWdeOkDAx+svwHKou4MU2eOPpiSwwsVe6I/hubh oyZvRV7nlDal9w4liezUNTbh6Xhrm7ALVOMLSLD1rsKKzmgbRjscfn9cPeDzksFWNYFJ tjod4VtMey9W/yi4pFA8bv/7A9fCI+e/exkasX0JddCME3F+m9VEDHgxg+hrob4Fpjrw bxEG5pWe2XwgvHcveJHSKp/VKoO5cXHHAMwNfankbtcpjVYAaCUrNfSGf7RrJkvIm+TC cG8Dcd05gngc5h+nbZ7t3l4rBk7JcXmL52rB8X7XpLO5a4KvcK/FLVEbHbW2u/y/YjXa Ym5A== X-Gm-Message-State: AKGB3mKRdVQQZVh98hOzraL0Yh3GvuwURWKcTGIHD3mvM94YQ6CSM7lN yW8/9tL2yw8SB4NUctHOI9k= X-Google-Smtp-Source: ACJfBotev1V0myv8xUGRL1bK7gynPxi+GDg96D2ErUlS0lmbmFXdUXIUNfqXlyczl+CQmo+LMpJjHw== X-Received: by 10.28.196.70 with SMTP id u67mr9059953wmf.100.1513443695178; Sat, 16 Dec 2017 09:01:35 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-f9b9-51e6-17ae-73d0.holly.idiocy.org. [2001:8b0:3f8:8129:f9b9:51e6:17ae:73d0]) by smtp.gmail.com with ESMTPSA id 26sm15331555wrw.19.2017.12.16.09.01.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Dec 2017 09:01:34 -0800 (PST) Date: Sat, 16 Dec 2017 17:01:30 +0000 From: Alan Third To: Eli Zaretskii Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20171216170130.GA85149@breton.holly.idiocy.org> References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <831sjusjqz.fsf@gnu.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, Dec 16, 2017 at 06:47:00PM +0200, Eli Zaretskii wrote: > On the release branch, I'd suggest to bind file-name-coding-system to > utf-8-hfs-unix, and tell in the commit log message not to merge to > master. Do you mean bind it in the test? -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 12:19:52 2017 Received: (at 29712) by debbugs.gnu.org; 16 Dec 2017 17:19:52 +0000 Received: from localhost ([127.0.0.1]:37580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQG7s-0006KI-7Q for submit@debbugs.gnu.org; Sat, 16 Dec 2017 12:19:52 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49921) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQG7q-0006K6-JY for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 12:19:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQG7i-0000Fl-Ef for 29712@debbugs.gnu.org; Sat, 16 Dec 2017 12:19:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQG7i-0000Fb-B7; Sat, 16 Dec 2017 12:19:42 -0500 Received: from [176.228.60.248] (port=3570 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eQG7g-0006sV-Hn; Sat, 16 Dec 2017 12:19:42 -0500 Date: Sat, 16 Dec 2017 19:19:36 +0200 Message-Id: <83y3m2r3o7.fsf@gnu.org> From: Eli Zaretskii To: Alan Third In-reply-to: <20171216170130.GA85149@breton.holly.idiocy.org> (message from Alan Third on Sat, 16 Dec 2017 17:01:30 +0000) Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 16 Dec 2017 17:01:30 +0000 > From: Alan Third > Cc: 29712@debbugs.gnu.org > > On Sat, Dec 16, 2017 at 06:47:00PM +0200, Eli Zaretskii wrote: > > On the release branch, I'd suggest to bind file-name-coding-system to > > utf-8-hfs-unix, and tell in the commit log message not to merge to > > master. > > Do you mean bind it in the test? Yes, for the release branch only. From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 07 15:49:34 2018 Received: (at control) by debbugs.gnu.org; 7 Jan 2018 20:49:34 +0000 Received: from localhost ([127.0.0.1]:39883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYHss-0000ic-A7 for submit@debbugs.gnu.org; Sun, 07 Jan 2018 15:49:34 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:46986) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYHsq-0000iQ-Hl for control@debbugs.gnu.org; Sun, 07 Jan 2018 15:49:32 -0500 Received: by mail-wm0-f41.google.com with SMTP id r78so10867245wme.5 for ; Sun, 07 Jan 2018 12:49:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:message-id:to:from:subject; bh=n+SUxRaRPa7JPuGzMcFwAMlK1fGHtNJ4kvMU0918L7Q=; b=Y5wB32K1LyUA2xxQLSrbFy/K5pJHdb2g1D3kaZNSVc7D2p5uWaMYNKpmQ9oyM/VS7m quRJLNBNyhRppsLh69w6xmkWD7muXK0Q7oevCMIRSL8LLqvoix2ZVvzvUCKtKUouSazI /0K1OTjSBzT4wGOCrtWDlMaRSiCtLm4bhbS9D2PXKURSN6u+WzvJilG74ukEm13f59mZ uATK08Suh18FIXCywHxFiUTCGVA3VSDqBiskSXZ8nTL0VvRU88olnezhrJvHamrl3xu5 Ptyq86WPdUYNXjfk3cxIo8E7rbDRIMqvNoNI31q4+piBMhxRflScluzcRqli6pgGT3A+ EF+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=n+SUxRaRPa7JPuGzMcFwAMlK1fGHtNJ4kvMU0918L7Q=; b=O5I29Gw7ao4mjai6yYPBpdzx8UKcBysKGKnMrXVEAEFq+kcsygE5wwrRRuCn3w2pCp JMMSdSifWwBcy07uSI1dLCFg4XNRJO3tS35bXZ0YLJhj+jroKmqcOFkOE+pnMGIk5mP0 8WrvSvRMLDQkvC1RzAoZ36mi8GDqJvXPvRB+7xv2l1aNNADoz4K21uQVc+a110u1+nx5 UbrAMc7xVt7G8nAEO8qTuQok/CXdM6LJIz8gWMXSkZAK/dJB7g4y7G40cPmd6XkRz/gh r0UOA0GwqCvl2kApsvL27DKxchSdPZtHJEFfwaA4MtZDDO1yQcMgB6/R/DOGtFhjfoOJ OCjQ== X-Gm-Message-State: AKGB3mI0hei6vQkKBB4CodMteNcrVCZilo+v5YiHvEWxSKq0GD2QYXu/ t1aMSzkF/39oL51AchG/9xukwD7Z X-Google-Smtp-Source: ACJfBovKYm5xZ8LQbUPNA4kmsdJhS8P7gTMfuv+88ZpLuz8cmJ0LgL9TxHwo+XcUFxZ2bmZ3AYj4Dg== X-Received: by 10.28.183.8 with SMTP id h8mr6562700wmf.62.1515358166666; Sun, 07 Jan 2018 12:49:26 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-0c9f-d078-0073-e913.holly.idiocy.org. [2001:8b0:3f8:8129:c9f:d078:73:e913]) by smtp.gmail.com with ESMTPSA id u54sm11414113wrf.77.2018.01.07.12.49.25 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 07 Jan 2018 12:49:26 -0800 (PST) Date: Sun, 07 Jan 2018 20:49:25 +0000 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #29277 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) tags 29277 fixed close 29277 26.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 08 16:16:45 2018 Received: (at 29712) by debbugs.gnu.org; 8 Jan 2018 21:16:45 +0000 Received: from localhost ([127.0.0.1]:41796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYemi-0008D5-Q8 for submit@debbugs.gnu.org; Mon, 08 Jan 2018 16:16:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43047) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYemg-0008Cr-EI for 29712@debbugs.gnu.org; Mon, 08 Jan 2018 16:16:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYemY-0006gN-FU for 29712@debbugs.gnu.org; Mon, 08 Jan 2018 16:16:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYemY-0006g7-9a; Mon, 08 Jan 2018 16:16:34 -0500 Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:34461) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1eYemX-0003gC-Sv; Mon, 08 Jan 2018 16:16:34 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 4E82C20D3C; Mon, 8 Jan 2018 16:16:33 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Mon, 08 Jan 2018 16:16:33 -0500 X-ME-Sender: Received: from localhost (76-234-69-149.lightspeed.frokca.sbcglobal.net [76.234.69.149]) by mail.messagingengine.com (Postfix) with ESMTPA id DA490247FF; Mon, 8 Jan 2018 16:16:32 -0500 (EST) From: "John Wiegley" To: Eli Zaretskii Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin In-Reply-To: <83y3m2r3o7.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 16 Dec 2017 19:19:36 +0200") Date: Mon, 08 Jan 2018 13:16:29 -0800 Message-ID: References: <20171216011005.GB16022@breton.holly.idiocy.org> <83po7frs05.fsf@gnu.org> <20171216094643.GA23795@breton.holly.idiocy.org> <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> <83y3m2r3o7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org, Alan Third X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) >>>>> "EZ" == Eli Zaretskii writes: EZ> Yes, for the release branch only. I'm still seeing one failure with the current emacs-26: --8<---------------cut here---------------start------------->8--- ELC lisp/eshell/em-ls-tests.elc In end of data: lisp/eshell/em-ls-tests.el:99:1:Warning: the following functions are not known to be defined: dired-toggle-marks, dired-get-marked-files GEN lisp/eshell/em-ls-tests.log Running 4 tests (2018-01-08 21:05:14+0000) passed 1/4 em-ls-test-bug27631 passed 2/4 em-ls-test-bug27817 passed 3/4 em-ls-test-bug27843 Test em-ls-test-bug27844 backtrace: signal(ert-test-failed (((should (looking-at "subr\\.el")) :form (lo ert-fail(((should (looking-at "subr\\.el")) :form (looking-at "subr\ (if (unwind-protect (setq value-19 (apply fn-17 args-18)) (setq form (let (form-description-21) (if (unwind-protect (setq value-19 (apply (let ((value-19 'ert-form-evaluation-aborted-20)) (let (form-descrip (let* ((fn-17 (function looking-at)) (args-18 (condition-case err (l (progn (customize-set-variable 'eshell-ls-use-in-dired t) (setq buf (unwind-protect (progn (customize-set-variable 'eshell-ls-use-in-dir (let ((orig eshell-ls-use-in-dired) (dired-use-ls-dired 'unspecified (lambda nil (let ((orig eshell-ls-use-in-dired) (dired-use-ls-dired ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test ert-run-test(#s(ert-test :name em-ls-test-bug27844 :documentation "T ert-run-or-rerun-test(#s(ert--stats :selector (not (tag :expensive-t ert-run-tests((not (tag :expensive-test)) #f(compiled-function (even ert-run-tests-batch((not (tag :expensive-test))) ert-run-tests-batch-and-exit((not (tag :expensive-test))) eval((ert-run-tests-batch-and-exit '(not (tag :expensive-test)))) command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/eshell/em-ls-tests.e command-line() normal-top-level() Test em-ls-test-bug27844 condition: (ert-test-failed ((should (looking-at "subr\\.el")) :form (looking-at "subr\\.el") :value nil)) FAILED 4/4 em-ls-test-bug27844 Ran 4 tests, 3 results as expected, 1 unexpected (2018-01-08 21:05:15+0000) 1 unexpected results: FAILED em-ls-test-bug27844 make[3]: *** [Makefile:159: lisp/eshell/em-ls-tests.log] Error 1 --8<---------------cut here---------------end--------------->8--- -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 09 19:12:32 2018 Received: (at 29712) by debbugs.gnu.org; 10 Jan 2018 00:12:32 +0000 Received: from localhost ([127.0.0.1]:50075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eZ40O-0007BN-Kr for submit@debbugs.gnu.org; Tue, 09 Jan 2018 19:12:32 -0500 Received: from mail-wr0-f174.google.com ([209.85.128.174]:35086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eZ40N-0007BA-5d for 29712@debbugs.gnu.org; Tue, 09 Jan 2018 19:12:31 -0500 Received: by mail-wr0-f174.google.com with SMTP id n9so5959824wrg.2 for <29712@debbugs.gnu.org>; Tue, 09 Jan 2018 16:12:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=WlkvfPLgmZ7y4HQfG2Fv1QQZi6lrnrwS8a3Ju/OFs3o=; b=cAKAafZhL0aYdjzRV+9A1ULW6j5dL8OiEG0X6ZXzzp4scfMU2fphxLNYWE9QC9RmM3 bL8jHSc/9d3BqWOEIRWrfhWhrSwnMK23099T5RB5y7He52y7Tt1FS/y7P6m2kqQcZs+S kJmp6KA/zoBt5LfhEsDuJTRlLFMmyEJ5FWV7ssDV3fGB19nAoL45l0pVbcqtZsyadyrl f45WrRMVkSMVh70chp58cd3Mw7uJBHibvc3LXqSXKKiPwfT58tkEiGaE0b5SAPZBXVfv mKJxzD+JBZjgdI+T3CzdtO+6rgFH3gpWA5arQMc7+XSNyFH399wgmFKZXj4uXxRdFkdv boJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=WlkvfPLgmZ7y4HQfG2Fv1QQZi6lrnrwS8a3Ju/OFs3o=; b=VbbIIdxviEV8REF83bMKnT4l9LFICXnhs9MPVcZEp8s6mVVRQ0jjqrQxPRDZbmWv71 ipO9J8jdgr2nCIQ8jfEi3JSins8NAnVQUusJijXRMd5kJs8uQNsO9ryU+Lvk58w++a/l 8R9EbSsslszdT5YoPq113risf0Szd+H6EQBR43rqmK60ynIbdt1XpdbV1Ec7C7npQ4OZ flHRCNtJ73ZdyRCfHXZ+S/Ce5f5528hxCk6YlJVEgCyH0ufu0Q/X4fRKvR4Hpz0P3C1l ktpdl/zSYuHwxEdZVDsT37EbTiC8CK159Y/g3T8zfN//FactsKJlq60egwt/QiSDSkD8 w74Q== X-Gm-Message-State: AKGB3mLy7yB4ZwgFS2KI3XOrkmKi1KC3gQ7vw11BILagxI+4zPLapbuc +JS8Fmrh4kUeXQMmnPOCGlg= X-Google-Smtp-Source: ACJfBos/hVSE8RJz24HRPtu8TiGcsXopSwDmpxF+Eq7GWc/dbKig/phG9va+P3jqHqKQfRbPhDgV+A== X-Received: by 10.223.199.78 with SMTP id b14mr14856490wrh.279.1515543145327; Tue, 09 Jan 2018 16:12:25 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-0c9f-d078-0073-e913.holly.idiocy.org. [2001:8b0:3f8:8129:c9f:d078:73:e913]) by smtp.gmail.com with ESMTPSA id o65sm16915570wmi.42.2018.01.09.16.12.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jan 2018 16:12:20 -0800 (PST) Date: Wed, 10 Jan 2018 00:12:19 +0000 From: Alan Third To: John Wiegley Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20180110001219.GA46158@breton.holly.idiocy.org> References: <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> <83y3m2r3o7.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org, Eli Zaretskii X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Mon, Jan 08, 2018 at 01:16:29PM -0800, John Wiegley wrote: > >>>>> "EZ" == Eli Zaretskii writes: > > EZ> Yes, for the release branch only. > > I'm still seeing one failure with the current emacs-26: > > --8<---------------cut here---------------start------------->8--- > ELC lisp/eshell/em-ls-tests.elc I can’t replicate this failure at all: Running 4 tests (2018-01-09 23:55:30+0000) passed 1/4 em-ls-test-bug27631 passed 2/4 em-ls-test-bug27817 passed 3/4 em-ls-test-bug27843 passed 4/4 em-ls-test-bug27844 Ran 4 tests, 4 results as expected (2018-01-09 23:55:30+0000) Does (dired (expand-file-name "lisp/subr.el" source-directory)) work? -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 13:48:34 2018 Received: (at 29712) by debbugs.gnu.org; 29 Jan 2018 18:48:34 +0000 Received: from localhost ([127.0.0.1]:48194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egETo-0002BF-Qj for submit@debbugs.gnu.org; Mon, 29 Jan 2018 13:48:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egETm-0002B1-4u for 29712@debbugs.gnu.org; Mon, 29 Jan 2018 13:48:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egETc-0004sv-Qm for 29712@debbugs.gnu.org; Mon, 29 Jan 2018 13:48:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egETc-0004sk-NJ; Mon, 29 Jan 2018 13:48:20 -0500 Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:39051) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1egETc-0000io-Ex; Mon, 29 Jan 2018 13:48:20 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id C5F3D20D8B; Mon, 29 Jan 2018 13:48:19 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Mon, 29 Jan 2018 13:48:19 -0500 X-ME-Sender: Received: from localhost (76-234-69-149.lightspeed.frokca.sbcglobal.net [76.234.69.149]) by mail.messagingengine.com (Postfix) with ESMTPA id 60F0C7E3DF; Mon, 29 Jan 2018 13:48:19 -0500 (EST) From: John Wiegley To: Alan Third Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin In-Reply-To: <20180110001219.GA46158@breton.holly.idiocy.org> (Alan Third's message of "Wed, 10 Jan 2018 00:12:19 +0000") Date: Mon, 29 Jan 2018 10:43:15 -0800 Message-ID: References: <83ind7rmd2.fsf@gnu.org> <20171216134210.GA25371@breton.holly.idiocy.org> <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> <83y3m2r3o7.fsf@gnu.org> <20180110001219.GA46158@breton.holly.idiocy.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) >>>>> "AT" == Alan Third writes: AT> Does AT> (dired (expand-file-name "lisp/subr.el" source-directory)) AT> work? No, I get: dired-readin-insert: Directory /private/tmp/nix-build-emacs-26.0.90.drv-0/emacs-8d45000/lisp/subr.el inaccessible or nonexistent -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 16:44:27 2018 Received: (at 29712) by debbugs.gnu.org; 30 Jan 2018 21:44:28 +0000 Received: from localhost ([127.0.0.1]:49910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egdhb-0006fx-LJ for submit@debbugs.gnu.org; Tue, 30 Jan 2018 16:44:27 -0500 Received: from mail-wr0-f173.google.com ([209.85.128.173]:43689) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egdhZ-0006fj-Hw for 29712@debbugs.gnu.org; Tue, 30 Jan 2018 16:44:26 -0500 Received: by mail-wr0-f173.google.com with SMTP id 39so4125450wrb.10 for <29712@debbugs.gnu.org>; Tue, 30 Jan 2018 13:44:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=JYGpV6JkCkZljeH2hd2N8tKHeovhwl3z16v72KBrHUQ=; b=ATVPX7m2KxddS/LmVTDSHEV2/Oh9TLVZI5z1iagOLvtAhx58FfR8Dpb9DO1sI7NG1n GSbXdHR5kSUOD3exgijAb9IAk6/8xGpFB4DA3SqLllO0DU7ppF8bcCiRt4PqHE/Pp227 rlKdZmudXSrJqbci6tjL7in3vR/lH/0bXa3DuDJg8JIe0mY9iNwsZR95n1GyOuGbEYIt qvLfAnGCp9PwkngFiMgIjTTnENptg9nDaaZ8/UBxgiWDNLfaDVH1j4nbzWvXkYcQ5EfD 21bBoXKCKnAqw78jFPD1UqlWwnIAc8LbiZEYxqV+ADwiNzuUgAcjGTQr0aIMPOTsgr71 Gs9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=JYGpV6JkCkZljeH2hd2N8tKHeovhwl3z16v72KBrHUQ=; b=EAfzArF92l/yLIGAKT/R+WkLqm3QkWwYtFSXXqGpV3WPf8HDIx9hgLMW2tkCH5KjoH 4pHuRmBHGHaR9Y4VlCFkb37xHKhR5XnB/Z1PxVeqtSPpoppWV1DLK2Ncs6RejfpTZsla JcMONPPuqXveqnN6KPhBs0AUhL37wVTWeGp5DQD1+tktM1ZdZJZQdju9GOionAGlBG9u C6bCK4HtdMewQFfUmDitN7z4qLuRDXufZkMYAZL5tmOai3H0el/jARXVOqnHiEzD61VH FbINV8Hl8/+cCaSzleVXtMP5M9eReF5GP2qEfe8Nrh7HZ4VUzc/25Qf6aDk4xSpbytwg KLDg== X-Gm-Message-State: AKwxytehDe8EryUIxudRvDGo4Qfkm1K+qGHDMO+c40VEHQ0sCnKWvFMq sFLReoQXhBgTEcb1fd9deIM= X-Google-Smtp-Source: AH8x2260NCbA9tuwtGe/Ym8JsN4ohcglLJ/quUcNmXr8UHN9k/HleNqcHOyM3e74raoQ3GBiPHHrXw== X-Received: by 10.223.150.113 with SMTP id c46mr16290548wra.16.1517348659733; Tue, 30 Jan 2018 13:44:19 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-c11a-0dde-7e09-1b0e.holly.idiocy.org. [2001:8b0:3f8:8129:c11a:dde:7e09:1b0e]) by smtp.gmail.com with ESMTPSA id k20sm21488460wmh.20.2018.01.30.13.44.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jan 2018 13:44:18 -0800 (PST) Date: Tue, 30 Jan 2018 21:44:19 +0000 From: Alan Third To: John Wiegley Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20180130214419.GA96869@breton.holly.idiocy.org> References: <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> <83y3m2r3o7.fsf@gnu.org> <20180110001219.GA46158@breton.holly.idiocy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Mon, Jan 29, 2018 at 10:43:15AM -0800, John Wiegley wrote: > >>>>> "AT" == Alan Third writes: > > AT> Does > AT> (dired (expand-file-name "lisp/subr.el" source-directory)) > AT> work? > > No, I get: > > dired-readin-insert: Directory > /private/tmp/nix-build-emacs-26.0.90.drv-0/emacs-8d45000/lisp/subr.el > inaccessible or nonexistent How are you running the tests? Is it from this nix build location? -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 30 17:42:59 2018 Received: (at 29712) by debbugs.gnu.org; 30 Jan 2018 22:42:59 +0000 Received: from localhost ([127.0.0.1]:49926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egecF-00081R-Fr for submit@debbugs.gnu.org; Tue, 30 Jan 2018 17:42:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52247) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egecC-000818-DD for 29712@debbugs.gnu.org; Tue, 30 Jan 2018 17:42:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egeb0-00066T-4a for 29712@debbugs.gnu.org; Tue, 30 Jan 2018 17:42:51 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egeaz-00065l-RS; Tue, 30 Jan 2018 17:41:41 -0500 Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:39291) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1egeaz-0007HZ-Gi; Tue, 30 Jan 2018 17:41:41 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id C46EC21221; Tue, 30 Jan 2018 17:41:40 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 30 Jan 2018 17:41:40 -0500 X-ME-Sender: Received: from localhost (76-234-69-149.lightspeed.frokca.sbcglobal.net [76.234.69.149]) by mail.messagingengine.com (Postfix) with ESMTPA id 4B84D7E585; Tue, 30 Jan 2018 17:41:40 -0500 (EST) From: John Wiegley To: Alan Third Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin In-Reply-To: <20180130214419.GA96869@breton.holly.idiocy.org> (Alan Third's message of "Tue, 30 Jan 2018 21:44:19 +0000") Date: Tue, 30 Jan 2018 14:40:08 -0800 Message-ID: References: <83fu8asqs5.fsf@gnu.org> <20171216150732.GA40689@breton.holly.idiocy.org> <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> <83y3m2r3o7.fsf@gnu.org> <20180110001219.GA46158@breton.holly.idiocy.org> <20180130214419.GA96869@breton.holly.idiocy.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) >>>>> "AT" == Alan Third writes: AT> How are you running the tests? Is it from this nix build location? I run the test using this expression: emacs26 = with pkgs; stdenv.lib.overrideDerivation (emacs25.override { srcRepo = true; }) (attrs: rec { name = "emacs-${version}${versionModifier}"; version = "26.0"; versionModifier = ".90"; buildInputs = emacs25.buildInputs ++ [ git ]; patches = lib.optionals stdenv.isDarwin [ ./emacs/patches/at-fdcwd.patch ./emacs/patches/emacs-26.patch ]; CFLAGS = "-Ofast -momit-leaf-frame-pointer"; src = fetchgit { url = https://git.savannah.gnu.org/git/emacs.git; rev = "8d4500087f547e203cfba03f61dcbe641bf650de"; sha256 = "1zk9xm01v4chnxf9ns9c3kx2jal3lj88hadv5vp0zb8xr9vz4f31"; }; postPatch = '' rm -fr .git ''; postInstall = '' mkdir -p $out/share/emacs/site-lisp cp ${./emacs/site-start.el} $out/share/emacs/site-lisp/site-start.el $out/bin/emacs --batch -f batch-byte-compile $out/share/emacs/site-lisp/site-start.el rm -rf $out/var rm -rf $out/share/emacs/${version}/site-lisp for srcdir in src lisp lwlib ; do dstdir=$out/share/emacs/${version}/$srcdir mkdir -p $dstdir find $srcdir -name "*.[chm]" -exec cp {} $dstdir \; cp $srcdir/TAGS $dstdir echo '((nil . ((tags-file-name . "TAGS"))))' > $dstdir/.dir-locals.el done '' + lib.optionalString stdenv.isDarwin '' mkdir -p $out/Applications mv nextstep/Emacs.app $out/Applications ''; }); emacs26debug = pkgs.stdenv.lib.overrideDerivation emacs26 (attrs: rec { name = "emacs-26.0.90-debug"; doCheck = true; CFLAGS = "-O0 -g3"; configureFlags = [ "--with-modules" ] ++ [ "--with-ns" "--disable-ns-self-contained" "--enable-checking=yes,glyphs" "--enable-check-lisp-object-type" ]; }); This is in my Nix overlays. I think just build nixpkgs.emacs26debug. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 31 15:03:23 2018 Received: (at 29712) by debbugs.gnu.org; 31 Jan 2018 20:03:24 +0000 Received: from localhost ([127.0.0.1]:51524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egybL-0004cv-Eh for submit@debbugs.gnu.org; Wed, 31 Jan 2018 15:03:23 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:40682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egybK-0004ci-Bj for 29712@debbugs.gnu.org; Wed, 31 Jan 2018 15:03:22 -0500 Received: by mail-wm0-f41.google.com with SMTP id v123so1368051wmd.5 for <29712@debbugs.gnu.org>; Wed, 31 Jan 2018 12:03:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=4a9R5tAI+wSNUfb9s47Y7xBwR0Dh1k/VVXKW1ptb44A=; b=lKGkFhzyojZGuQ9sp+vpLyIjiM6xdiOg2f1jM3EL9sXmb1Edo+3e+KkkwqHgx3Ptri pUuOi5FJv3LXcoPBhbXukqDGzKzWYIhUcLM08FZEPcnWL9WvMx4WjdK5GBG6a1srSoVM Z65cdAifKTxqd1raKSBj1km/fgYwu0HjcJyoRwLb/EfCoQuxz5uUmVvZxpJQXvNfZnWW B31nslUE7/O+fG5sYCc5E2w2MtkdrKqv6k/tIpWCawrxCqsoHpr3uNnK9pv81AavlAvj Kx9MLvzjhGtQTbEnuP9e41s4JI7TwgXYqojyieYwSRobvFM7U8o/dkPFybUPy80vgZmY 8dDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=4a9R5tAI+wSNUfb9s47Y7xBwR0Dh1k/VVXKW1ptb44A=; b=YXmRpDxGhAn67QHBvrX4CFPCxygkx0assux3jz8fe+wtqe1ep0DOYPSajERP9tE4wF qmGBLysuKKitUZLyicdnekQ+QvKlCvzrkaMjIZDAnHCBCw1KCVFv63eZkKF2hCA21kuF 0HI//fEpdxL1uvQfa0wEN6EPe2kXkRkHpEFjP4rae4BLhVfqcG68hp5EGb+Cj0sFIegT cDSrN2WIENkWHtp+2jWACM4DtkmjwIrF7vczhE9xkfsPmqyW/7wXIaOZY6n63Z0WljoY TiS86ZYZHaQCkR8kbqqR0wMkQRfr/LrPE3KLiB3PuHmtjmKDBnq9VLJC06G6S13NiT/I WqEg== X-Gm-Message-State: AKwxytf0QA9qsBA4hL18VTX/zfwCQU8PQlE1ET4CbXFLmOQj5a4sEzsE sjwDxCLabVAxdvtl++MdDnM= X-Google-Smtp-Source: AH8x225EWaASydD5LSn8+WVtuwcvNjnwMPTNjC0vxkovbr49dzGgF3aFyvNkkRFYczAaKryRckDUkw== X-Received: by 10.28.138.146 with SMTP id m140mr19911447wmd.85.1517428996676; Wed, 31 Jan 2018 12:03:16 -0800 (PST) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-c11a-0dde-7e09-1b0e.holly.idiocy.org. [2001:8b0:3f8:8129:c11a:dde:7e09:1b0e]) by smtp.gmail.com with ESMTPSA id g205sm478425wme.43.2018.01.31.12.03.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 Jan 2018 12:03:15 -0800 (PST) Date: Wed, 31 Jan 2018 20:03:15 +0000 From: Alan Third To: John Wiegley Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin Message-ID: <20180131200315.GA97337@breton.holly.idiocy.org> References: <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> <83y3m2r3o7.fsf@gnu.org> <20180110001219.GA46158@breton.holly.idiocy.org> <20180130214419.GA96869@breton.holly.idiocy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Tue, Jan 30, 2018 at 02:40:08PM -0800, John Wiegley wrote: > >>>>> "AT" == Alan Third writes: > > AT> How are you running the tests? Is it from this nix build location? > > I run the test using this expression: > > > This is in my Nix overlays. I think just build nixpkgs.emacs26debug. I don’t know anything about nix, but I suspect it’s running make check from a different location than it built emacs from. Basically this test just checks whether a file exists and it uses the built‐in variable source-directory, which must be set at compile time, as the root. Presumably nix builds in a temporary location which it removes before running make check. If that’s true I can think of two ways round it: 1. Create a temporary file and then check for its existence (e.g. in /tmp). 2. Skip the test if the source directory doesn’t exist. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 01 13:05:47 2018 Received: (at 29712) by debbugs.gnu.org; 1 Feb 2018 18:05:47 +0000 Received: from localhost ([127.0.0.1]:52667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ehJF5-0004XN-6x for submit@debbugs.gnu.org; Thu, 01 Feb 2018 13:05:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ehJF3-0004X9-0o for 29712@debbugs.gnu.org; Thu, 01 Feb 2018 13:05:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehJEx-0007xJ-8N for 29712@debbugs.gnu.org; Thu, 01 Feb 2018 13:05:40 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehJEd-0007ju-AQ; Thu, 01 Feb 2018 13:05:19 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ehJEc-0005s5-KW; Thu, 01 Feb 2018 13:05:18 -0500 From: Glenn Morris To: Alan Third Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin References: <838te2sl05.fsf@gnu.org> <20171216164218.GA57819@breton.holly.idiocy.org> <831sjusjqz.fsf@gnu.org> <20171216170130.GA85149@breton.holly.idiocy.org> <83y3m2r3o7.fsf@gnu.org> <20180110001219.GA46158@breton.holly.idiocy.org> <20180130214419.GA96869@breton.holly.idiocy.org> <20180131200315.GA97337@breton.holly.idiocy.org> X-Spook: Domestic nuclear detection Agro Terror terrorist X-Ran: FJ:3+Zp6=H$[?,O?^L(Z+8i3^^IrH;4x-%ejF%1R05]u#,kZGB^|kW0/"S#?U X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 01 Feb 2018 13:05:18 -0500 In-Reply-To: <20180131200315.GA97337@breton.holly.idiocy.org> (Alan Third's message of "Wed, 31 Jan 2018 20:03:15 +0000") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29712 Cc: 29712@debbugs.gnu.org, John Wiegley X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Alan Third wrote: > If that's true I can think of two ways round it: > > 1. Create a temporary file and then check for its existence (e.g. in > /tmp). > 2. Skip the test if the source directory doesn't exist. 3. Use a file that will exist, like doc-directory/DOC. (Seems odd that none of the other tests using source-directory fail.) From unknown Tue Aug 19 01:58:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Mar 2018 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator