Submitter | Katsunori FUJIWARA |
---|---|
Date | June 12, 2017, 2:45 p.m. |
Message ID | <uo9tt8dtr.wl%foozy@lares.dti.ne.jp> |
Download | mbox | patch |
Permalink | /patch/21339/ |
State | Not Applicable |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@mercurial-scm.org Delivered-To: patchwork@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id B8A982C2FE; Mon, 12 Jun 2017 10:45:27 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7tOqSGyCtBY4; Mon, 12 Jun 2017 10:45:27 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial-scm.org (Postfix) with ESMTP id 2EA022C296; Mon, 12 Jun 2017 10:45:27 -0400 (EDT) X-Original-To: mercurial-devel@mercurial-scm.org Delivered-To: mercurial-devel@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id DBE652C296 for <mercurial-devel@mercurial-scm.org>; Mon, 12 Jun 2017 10:45:25 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id meIz8rOgS2sM for <mercurial-devel@mercurial-scm.org>; Mon, 12 Jun 2017 10:45:24 -0400 (EDT) Received: from smtp11.dti.ne.jp (smtp11.dti.ne.jp [202.216.231.186]) by mercurial-scm.org (Postfix) with ESMTP id B0ABD2C294 for <mercurial-devel@mercurial-scm.org>; Mon, 12 Jun 2017 10:45:23 -0400 (EDT) Received: from juju.dzone.foozy.private.lares.dti.ne.jp (35.13.232.153.ap.dti.ne.jp [153.232.13.35]) by smtp11.dti.ne.jp (3.11s) with ESMTP AUTH id v5CEjIpu009714; Mon, 12 Jun 2017 23:45:19 +0900 (JST) Date: Mon, 12 Jun 2017 23:45:20 +0900 Message-ID: <uo9tt8dtr.wl%foozy@lares.dti.ne.jp> From: FUJIWARA Katsunori <foozy@lares.dti.ne.jp> To: mercurial-devel@mercurial-scm.org Subject: Re: [PATCH 3 of 4] test-dirstate-race: ensure that a isn't in the lookup set at the end In-Reply-To: <CAESOdVCEA6d0AY2v+2sk7x=a6gRWL61Lci8KtGbV0nr-bYaFNA@mail.gmail.com> References: <af12ded5040ae8b5becf.1497129019@devvm31800.prn1.facebook.com> <212b4b3a41a4edf86cde.1497129021@devvm31800.prn1.facebook.com> <CAESOdVCfNezxZkd-CpdQpoXWMU+z-Dw3RqmBod2h_Xi8Tam0=A@mail.gmail.com> <6194d054-da0d-35ca-8e9c-e828c36462a4@less-broken.com> <uink1msib.wl%foozy@lares.dti.ne.jp> <u1sqpzeck.wl%foozy@lares.dti.ne.jp> <uziddxxw8.wl%foozy@lares.dti.ne.jp> <uy3sxxw32.wl%foozy@lares.dti.ne.jp> <CAESOdVDODj0MexcpbUfOmuFShO0Q64=NgUxSomfOf=4-9cHw=Q@mail.gmail.com> <CAESOdVCEA6d0AY2v+2sk7x=a6gRWL61Lci8KtGbV0nr-bYaFNA@mail.gmail.com> User-Agent: Wanderlust/2.15.7 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-msvc-nt6.1.7601) MULE/5.0 (SAKAKI) Meadow/3.02-dev (RINDOU) (2009-06-17 Rev.4261) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Cc: sid0@fb.com X-BeenThere: mercurial-devel@mercurial-scm.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <mercurial-devel.mercurial-scm.org> List-Unsubscribe: <https://www.mercurial-scm.org/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=unsubscribe> List-Archive: <http://www.mercurial-scm.org/pipermail/mercurial-devel/> List-Post: <mailto:mercurial-devel@mercurial-scm.org> List-Help: <mailto:mercurial-devel-request@mercurial-scm.org?subject=help> List-Subscribe: <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: mercurial-devel-bounces@mercurial-scm.org Sender: "Mercurial-devel" <mercurial-devel-bounces@mercurial-scm.org> |
Comments
Katsunori FUJIWARA - June 12, 2017, 2:45 p.m.
Patch
diff --git a/tests/test-dirstate-race.t b/tests/test-dirstate-race.t --- a/tests/test-dirstate-race.t +++ b/tests/test-dirstate-race.t @@ -156,4 +156,4 @@ treated differently in _checklookup() ac $ hg files a $ hg debugdirstate - n * * * a (glob) + n 644 2 unset a