Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
#
2682a155 |
| 31-Jul-2023 |
Mark Johnston <markj@FreeBSD.org> |
xargs tests: Disable the test added in commit eab91d008165
This test has been triggering OOM kills in CI runs since it triggers an allocation of 16GB. Temporarily disable the test until the problem
xargs tests: Disable the test added in commit eab91d008165
This test has been triggering OOM kills in CI runs since it triggers an allocation of 16GB. Temporarily disable the test until the problem is solved one way or another.
show more ...
|
#
d234c822 |
| 14-Jul-2023 |
Jose Luis Duran <jlduran@gmail.com> |
xargs: Install missing test output.
Fixes: eab91d008165e7bbf8ca7b87eabe4dc8bf3da191 MFC after: 1 week Reviewed by: des Differential Revision: https://reviews.freebsd.org/D41033
|
#
c65845d0 |
| 13-Jul-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
xargs: Fix test case count.
MFC after: 1 week Sponsored by: Klara, Inc.
|
#
eab91d00 |
| 13-Jul-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
xargs: Prevent overflow in linelen calculation if nargs is large.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D41023
|
#
202adb22 |
| 13-Jul-2023 |
Daniel Tameling <tamelingdaniel@gmail.com> |
xargs: fix -R so that it accepts negative numbers again
fbc445addf9 converted the parsing of arguments to strtonum but made the accepted range for -R too restrictive. As documented in the man page,
xargs: fix -R so that it accepts negative numbers again
fbc445addf9 converted the parsing of arguments to strtonum but made the accepted range for -R too restrictive. As documented in the man page, it should accept negative numbers.
Added a test for this, which was provided by Jose Luis Duran.
Fixes: fbc445addf9 MFC after: 1 week Reviewed by: des, kevans Differential Revision: https://reviews.freebsd.org/D41021
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
0ca740d9 |
| 16-Oct-2022 |
liu-du <duliujimmy@hotmail.com> |
xargs: fix exit code when using -P
currently when xargs runs in parallel mode (e.g. -P2), it somtimes incorrectly returns zero exit code. this commit fix it and also adds tests.
Reviewed by: mjg P
xargs: fix exit code when using -P
currently when xargs runs in parallel mode (e.g. -P2), it somtimes incorrectly returns zero exit code. this commit fix it and also adds tests.
Reviewed by: mjg PR: 267110
show more ...
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
b5ff185e |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
00176600 |
| 09-Sep-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Merge r286744-r287584 from head.
|
#
d9442b10 |
| 05-Sep-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r286858 through r287489.
|
#
23a32822 |
| 25-Aug-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
#
46e352ca |
| 21-Aug-2015 |
Enji Cooper <ngie@FreeBSD.org> |
Fix the racy xargs -P0 -n2 test added in r286289
Sort the output obtained from xargs and the expected output to ensure the end result versus the input file is stable
Differential Revision: D3432 Su
Fix the racy xargs -P0 -n2 test added in r286289
Sort the output obtained from xargs and the expected output to ensure the end result versus the input file is stable
Differential Revision: D3432 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
show more ...
|
#
3cfe7824 |
| 21-Aug-2015 |
Enji Cooper <ngie@FreeBSD.org> |
Disable the -P0 test
It's unreliable (sometimes it passes, sometimes it fails)
Reported by: Jenkins (many times over the past few weeks)
|
#
ab875b71 |
| 14-Aug-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head, primarily for the 1.14.4.0 firmware.
|
#
f98ee844 |
| 12-Aug-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r286422 through r286684.
|
Revision tags: release/10.2.0 |
|
#
764a768e |
| 09-Aug-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
#
c782f6f0 |
| 08-Aug-2015 |
Allan Jude <allanjude@FreeBSD.org> |
fix regression in xargs -Px (introduced in r286289) and add regression tests
PR: 202152 Submitted by: jbeich (original), Nikolai Lifanov (final) Reviewed by: jbeich Approved by: bapt (mentor) Diff
fix regression in xargs -Px (introduced in r286289) and add regression tests
PR: 202152 Submitted by: jbeich (original), Nikolai Lifanov (final) Reviewed by: jbeich Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D3330
show more ...
|
Revision tags: release/10.1.0, release/9.3.0 |
|
#
6cec9cad |
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
#
3b8f0845 |
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
#
84e51a1b |
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
#
1709ccf9 |
| 29-Mar-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r263906.
|
#
3a92d97f |
| 16-Mar-2014 |
Julio Merino <jmmv@FreeBSD.org> |
Migrate most of tools/regression/usr.bin/ to the new tests layout.
I'm starting with the easy cases. The leftovers need to be looked at a bit more closely.
Note that this change _does_ modify the
Migrate most of tools/regression/usr.bin/ to the new tests layout.
I'm starting with the easy cases. The leftovers need to be looked at a bit more closely.
Note that this change _does_ modify the code of the old tests. This is required in order to allow the code to locate the data files in the source directory instead of the current directory, because Kyua automatically changes the latter to a temporary directory.
Also note that at least one test is known to be broken here. Actually, the test is not really broken: it's marked as a TODO but unfortunately Kyua's TAP parser currently does not understand that. Will have to be fixed separately.
show more ...
|