Re: [Toybox] sort tests broken?

2022-08-24 Thread enh via Toybox
huh, so the timeout bug wasn't anything i was expecting... patch sent! that just leaves the tar tests failing now. in the absence of any better plan, should we just go ahead and use one of the low-numbered gids that happens to match between Linux and macOS? On Tue, Aug 23, 2022 at 11:29 PM Rob La

Re: [Toybox] sort tests broken?

2022-08-23 Thread Rob Landley
On 8/23/22 11:55, enh wrote: > no, and (oddly?) neither does _reverting_ that change... > > ~$ git clone https://github.com/landley/toybox.git > toybox > Cloning into 'toybox'... > cdremote: Enumerating objects: 26019, done. > remote: Counting objects: 100

Re: [Toybox] sort tests broken?

2022-08-23 Thread enh via Toybox
yeah, the sort failures were caused by |&, so i've sent a patch that fixes that and fixes the seq issue (which was actually "there is no timeout(1) on macOS"). interestingly, there are still macos-specific _toybox_ timeout failures (plus the tar test failures we already knew about, and really shou

Re: [Toybox] sort tests broken?

2022-08-23 Thread enh via Toybox
note that that transcript is from macos, since it's more easily to hand. but the original failure i reported was on android. interestingly the github ci still seems to think that ubuntu is fine. but they're seeing the same macos error. (plus a seq segfault?! we really need to get the tar tests pass

Re: [Toybox] sort tests broken?

2022-08-23 Thread enh via Toybox
no, and (oddly?) neither does _reverting_ that change... ~$ git clone https://github.com/landley/toybox.git toybox Cloning into 'toybox'... cdremote: Enumerating objects: 26019, done. remote: Counting objects: 100% (137/137), done. remote: Compressing objects: 100% (62/62), done. remote: Total 260

Re: [Toybox] sort tests broken?

2022-08-22 Thread Rob Landley
On 8/22/22 11:09, enh via Toybox wrote: > > FAIL: sort -c > echo -ne 'a\nb\na\nc' | "/usr/bin/sort" -c |& grep -o [0-9]* > --- expected 2022-08-22 08:56:24.0 -0700 > +++ actual 2022-08-22 08:56:24.0 -0700 > @@ -1 +0,0 @@ > -3 > make: *** [test_sort] Error 1 Commit 529a25a2eea4 did

[Toybox] sort tests broken?

2022-08-22 Thread enh via Toybox
FAIL: sort -c echo -ne 'a\nb\na\nc' | "/usr/bin/sort" -c |& grep -o [0-9]* --- expected 2022-08-22 08:56:24.0 -0700 +++ actual 2022-08-22 08:56:24.0 -0700 @@ -1 +0,0 @@ -3 make: *** [test_sort] Error 1 ___ Toybox mailing list Toybox@lists.