Re: [Toybox] toybox tar test failure

2024-07-23 Thread enh via Toybox
(see debugging on http://github.com/landley/toybox/issues/512.) On Thu, Jul 18, 2024 at 5:53 PM Rob Landley wrote: > > On 7/17/24 07:56, enh wrote: > >> > FAIL: tar honor umask > >> > echo -ne '' | umask 0022 && rm -rf dir && mkdir dir && tar xf > >> > $FILES/tar/dir.tar && stat -c%A dir dir/file

Re: [Toybox] toybox tar test failure

2024-07-18 Thread Rob Landley
On 7/17/24 07:56, enh wrote: >> > FAIL: tar honor umask >> > echo -ne '' | umask 0022 && rm -rf dir && mkdir dir && tar xf >> > $FILES/tar/dir.tar && stat -c%A dir dir/file >> > --- expected 2024-07-15 16:20:47.217287424 + >> > +++ actual 2024-07-15 16:20:47.257287423 + >> > @@ -1,2 +1,2 @@

Re: [Toybox] toybox tar test failure

2024-07-17 Thread enh via Toybox
On Wed, Jul 17, 2024 at 3:07 AM Rob Landley wrote: > > On 7/15/24 12:11, enh via Toybox wrote: > > tried to sync this morning, but i'm getting a new tar test failure: > > Saw this yesterday but didn't have the email laptop with me. (I need to move > that over...) > > > FAIL: tar honor umask > > ec

Re: [Toybox] toybox tar test failure

2024-07-17 Thread Rob Landley
On 7/15/24 12:11, enh via Toybox wrote: > tried to sync this morning, but i'm getting a new tar test failure: Saw this yesterday but didn't have the email laptop with me. (I need to move that over...) > FAIL: tar honor umask > echo -ne '' | umask 0022 && rm -rf dir && mkdir dir && tar xf > $FILES

Re: [Toybox] toybox tar test failure

2024-07-16 Thread enh via Toybox
On Mon, Jul 15, 2024 at 7:03 PM Ray Gardner wrote: > > On Mon, Jul 15, 2024 at 11:12 AM enh via Toybox > wrote: > > [snip] > > also (since possibly WAI, and not a blocker because we ignore toybox > > failures in tests if we're not using the toybox implementation), one > > of the awk tests fails a

Re: [Toybox] toybox tar test failure

2024-07-15 Thread Ray Gardner
On Mon, Jul 15, 2024 at 11:12 AM enh via Toybox wrote: > [snip] > also (since possibly WAI, and not a blocker because we ignore toybox > failures in tests if we're not using the toybox implementation), one > of the awk tests fails against Android's "one true awk": > > PASS: awk -f test11.awk > /sy

[Toybox] toybox tar test failure

2024-07-15 Thread enh via Toybox
tried to sync this morning, but i'm getting a new tar test failure: FAIL: tar honor umask echo -ne '' | umask 0022 && rm -rf dir && mkdir dir && tar xf $FILES/tar/dir.tar && stat -c%A dir dir/file --- expected 2024-07-15 16:20:47.217287424 + +++ actual 2024-07-15 16:20:47.257287423 + @@ -1