CVS commit: src/tests/lib/libarchive

2024-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 21 20:14:07 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: tests/lib/libarchive: Link against libarchive statically. The tests reach into libarchive guts, so they don't work with only the publ

CVS commit: src/tests/lib/libarchive

2024-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 21 20:14:07 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: tests/lib/libarchive: Link against libarchive statically. The tests reach into libarchive guts, so they don't work with only the publ

CVS commit: src/tests/lib/libarchive

2024-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 16:51:21 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: Add more files, sort To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libarchive/Makefile Please note tha

CVS commit: src/tests/lib/libarchive

2024-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 16:51:21 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: Add more files, sort To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libarchive/Makefile Please note tha

CVS commit: src/tests/lib/libarchive

2024-06-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 10 10:51:36 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: One more no-longer-existing file we cannot install To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libarchive/

CVS commit: src/tests/lib/libarchive

2024-06-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 10 10:51:36 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: One more no-longer-existing file we cannot install To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libarchive/

CVS commit: src/tests/lib/libarchive

2024-06-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 10 10:09:34 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: More libarchive update fallout. There are no _2x files any more. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/

CVS commit: src/tests/lib/libarchive

2024-06-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 10 10:09:34 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: More libarchive update fallout. There are no _2x files any more. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/

CVS commit: src/tests/lib/libarchive

2024-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 10 00:35:38 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: make it build (should add more tests) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libarchive/Makefile

CVS commit: src/tests/lib/libarchive

2024-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 10 00:35:38 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: make it build (should add more tests) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libarchive/Makefile

CVS commit: src/tests/lib/libarchive

2024-06-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 9 22:12:46 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: Don't try to build test_compat_pax_libarchive_2x or test_read_pax_schily_xattr Both of those were removed in the recent libarchive update:

CVS commit: src/tests/lib/libarchive

2024-06-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 9 22:12:46 UTC 2024 Modified Files: src/tests/lib/libarchive: Makefile Log Message: Don't try to build test_compat_pax_libarchive_2x or test_read_pax_schily_xattr Both of those were removed in the recent libarchive update:

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Paul Goyette
On Tue, 16 Jun 2020, Martin Husemann wrote: On Tue, Jun 16, 2020 at 09:12:40AM -0700, Paul Goyette wrote: It might be better to run the test in a rump-kernel rather than in a "live" environment The test this is about is a plain userland test: it extracts/compresses/decompresses various a

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Martin Husemann
On Tue, Jun 16, 2020 at 09:12:40AM -0700, Paul Goyette wrote: > It might be better to run the test in a rump-kernel rather than in a > "live" environment The test this is about is a plain userland test: it extracts/compresses/decompresses various archive formats and compares results. Only th

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Paul Goyette
On Tue, 16 Jun 2020, Greg Troxel wrote: Jason Thorpe writes: On Jun 16, 2020, at 8:43 AM, Martin Husemann wrote: No, that is definitively not OK, which is what the PR is about. It is not OK for a regular atf run to cause a reboot of the test machine though, so this is a temporary hack arou

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Greg Troxel
Jason Thorpe writes: >> On Jun 16, 2020, at 8:43 AM, Martin Husemann wrote: >> >> No, that is definitively not OK, which is what the PR is about. >> >> It is not OK for a regular atf run to cause a reboot of the test machine >> though, so this is a temporary hack around the issue (and admitedl

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Jason Thorpe
> On Jun 16, 2020, at 8:43 AM, Martin Husemann wrote: > > No, that is definitively not OK, which is what the PR is about. > > It is not OK for a regular atf run to cause a reboot of the test machine > though, so this is a temporary hack around the issue (and admitedly a very > ugly hack). At

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Martin Husemann
On Tue, Jun 16, 2020 at 03:38:26PM -, Christos Zoulas wrote: > So we are saying that it is ok for process running with regular priority, > to be able to starve another process at the same priority from getting > any runtime for 21 seconds in a uniprocessor kernel, and this does not > indicate a

Re: CVS commit: src/tests/lib/libarchive

2020-06-16 Thread Christos Zoulas
In article <20200616075907.ecafcf...@cvs.netbsd.org>, Martin Husemann wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: martin >Date: Tue Jun 16 07:59:07 UTC 2020 > >Modified Files: > src/tests/lib/libarchive: t_libarchive.sh > >Log Message: >PR kern/55272: skip this test on

re: CVS commit: src/tests/lib/libarchive

2020-01-28 Thread matthew green
"Martin Husemann" writes: > Module Name: src > Committed By: martin > Date: Tue Jan 28 18:18:32 UTC 2020 > > Modified Files: > src/tests/lib/libarchive: t_libarchive.sh > > Log Message: > Bump timeout to 3600 - the libarchive tests take quite a while to > complete (on a nearly 1 GH