Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
D04 and W02 test oddities.
- X-seq: zsh-workers 54907
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: D04 and W02 test oddities.
- Date: Fri, 3 Jul 2026 19:28:32 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20260327; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=P64ezuYCwsqQEFFvYRzQBIE1Vs6nEI2o0zuoir345go=; fh=BgAYDYpL6Ne/A5nWEMVJiHiBtrz8Imz3uf26RDwgQX4=; b=hL2djkzh7JcwQYOJpq0hsDbVlTy8QUS3/hgX+MRbL0Z7wtJy4V34CCmewgkY619e0e /Gc1uBlabXHteOd8YpGtn3ibc8uL7FJnaiZDD9keTskWHZ0mI4xmhkL4e0fCxT881f+0 2Hk91XbyHutx1o72mjAd1SJkYVZU/fOrtTOBZCFusPHuep316RCv3Ofgkz8/IQZUpXDa p5u9X6RVTn0gQz+l0rMQ0vuAaBlTqEB6bim2AnF82C3njA1k2RcgAL64EdbdYLqrBhWF 6Kfqd4/Q0U0tMpTrliwLHVbbiwX9YFVuc8qbEF5iDt8PtlsmLxz3bNjbelWrNYtazCbe iKmw==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1783132123; cv=none; d=google.com; s=arc-20260327; b=d1aKOVsidL7fsRidTqZ9DdtWTBQCkIboXQt0Xe+Dt6hUnJLJCQP0a39A0WOGts7kdE 6CdMYUOnAvge+vikJ+MWqAK/uBbnUtW+GYstXZhbO22d2jQMkUTgA1Tb2ItES3cbGFVs syd69G1UyhM9ZEChrf6GD3jMtPAcHkRZRz90iBk9sw2CvG0DSeup7mxsATagJppIPuTG O/FQCwoLzYLWWgE7y/IclcmGZI2KzeUb1lIMiI2E1YpBDIGSsXIN5gw0445vSnhER+2e PB1wqIXrP12MYRwA2VEJ3kHSSRRAlTp9d5qVmK1ZSh0jrQz9VsuS5oqqUgcj+HCGlrX/ uYQw==
- Archived-at: <https://zsh.org/workers/54907>
- In-reply-to: <CAH+w=7bc+xafUK91yuULOef0qDwVjRjyhtc3+v0gSKGzLiv9Cg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <61C9F431-C8C5-4606-8CCB-08DA53999784@kba.biglobe.ne.jp> <CAHYJk3TxXtUsrWKKtSfiDOy3v7NAtnqJstNdtLdp+iOijZ4xJA@mail.gmail.com> <CAH+w=7ZDf5X6gU2qmujhNfm2uvOPQ0W9Tm7LuQHHuytVgFsy8Q@mail.gmail.com> <CAHYJk3Sue=3Fm7ToVf3GiAYsn8iGShPavnUOBBoKkHxXdeiWDQ@mail.gmail.com> <CAH+w=7bc+xafUK91yuULOef0qDwVjRjyhtc3+v0gSKGzLiv9Cg@mail.gmail.com>
On Fri, Jul 3, 2026 at 6:40 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> Something in the test kept hold of the tty process group.
This seems (?) to be tied to the colorization of the make output. If
I change the zpty_stop commands in W02 and forget to update the
expected output, a test fails and I get garbled output with a lot of
stray color control sequences from the attempted pretty markup.
On Fri, Jul 3, 2026 at 6:53 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> One other thing ... all the "sleep" started under zpty appear to stay running
This one is odd. Several of the tests start multiple sleeps, then
expect exactly one SIGHUP warning. I played a bit but don't find an
obvious way to kill them off.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author