/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | missing-precision.err | 517e52b6c21ccff22c46df0dcd15c19baee3d86c Thu Nov 04 17:09:16 CET 2021 Warner Losh <imp@FreeBSD.org> awk: Move to using two sets of tests
Upstream one-true-awk has two sets of tests. These are in addition to NetBSD's tests we're using. The 'bugs-fixed' tests from upstream are ready to use as-is (more or less). However, the 'tests' from upstream are not, so for now we'll just use the netbsd and bugs-fixed tests. They provide an OK workout and are better than nothing, though the tests themselves are for specific esoteric things.
The upstream bugs-fixed tests are *ALMOST* a drop in. However, 3 test for errors and the upstream test jig mashes stdout and stderr together, which atf doesn't do, so make a tiny tweak to the upstream tests that I hope to upstream. Plus upstream has ../a.out: instead of awk: in the output. Not sure how to deal with this yet, so I've not proposed anything upstream and have changed the test locally.
In addition, the system-status.awk test is not suitable to run in ATF. It wants to force sh to dump core, but kyua doesn't seem to allow that sometimes so the test will fail or pass based on whether or not a core dump can be created. Since it's unstable, remove it.
This required moving the netbsd tests to a new direcotry, so update mtree files as well. The change is useless for 'make check' without it.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31376
|
H A D | negative-nf.err | 517e52b6c21ccff22c46df0dcd15c19baee3d86c Thu Nov 04 17:09:16 CET 2021 Warner Losh <imp@FreeBSD.org> awk: Move to using two sets of tests
Upstream one-true-awk has two sets of tests. These are in addition to NetBSD's tests we're using. The 'bugs-fixed' tests from upstream are ready to use as-is (more or less). However, the 'tests' from upstream are not, so for now we'll just use the netbsd and bugs-fixed tests. They provide an OK workout and are better than nothing, though the tests themselves are for specific esoteric things.
The upstream bugs-fixed tests are *ALMOST* a drop in. However, 3 test for errors and the upstream test jig mashes stdout and stderr together, which atf doesn't do, so make a tiny tweak to the upstream tests that I hope to upstream. Plus upstream has ../a.out: instead of awk: in the output. Not sure how to deal with this yet, so I've not proposed anything upstream and have changed the test locally.
In addition, the system-status.awk test is not suitable to run in ATF. It wants to force sh to dump core, but kyua doesn't seem to allow that sometimes so the test will fail or pass based on whether or not a core dump can be created. Since it's unstable, remove it.
This required moving the netbsd tests to a new direcotry, so update mtree files as well. The change is useless for 'make check' without it.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31376
|
/freebsd/usr.bin/awk/tests/netbsd/ |
H A D | Makefile | 517e52b6c21ccff22c46df0dcd15c19baee3d86c Thu Nov 04 17:09:16 CET 2021 Warner Losh <imp@FreeBSD.org> awk: Move to using two sets of tests
Upstream one-true-awk has two sets of tests. These are in addition to NetBSD's tests we're using. The 'bugs-fixed' tests from upstream are ready to use as-is (more or less). However, the 'tests' from upstream are not, so for now we'll just use the netbsd and bugs-fixed tests. They provide an OK workout and are better than nothing, though the tests themselves are for specific esoteric things.
The upstream bugs-fixed tests are *ALMOST* a drop in. However, 3 test for errors and the upstream test jig mashes stdout and stderr together, which atf doesn't do, so make a tiny tweak to the upstream tests that I hope to upstream. Plus upstream has ../a.out: instead of awk: in the output. Not sure how to deal with this yet, so I've not proposed anything upstream and have changed the test locally.
In addition, the system-status.awk test is not suitable to run in ATF. It wants to force sh to dump core, but kyua doesn't seem to allow that sometimes so the test will fail or pass based on whether or not a core dump can be created. Since it's unstable, remove it.
This required moving the netbsd tests to a new direcotry, so update mtree files as well. The change is useless for 'make check' without it.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31376
|
/freebsd/usr.bin/awk/tests/bugs-fixed/ |
H A D | Makefile | 517e52b6c21ccff22c46df0dcd15c19baee3d86c Thu Nov 04 17:09:16 CET 2021 Warner Losh <imp@FreeBSD.org> awk: Move to using two sets of tests
Upstream one-true-awk has two sets of tests. These are in addition to NetBSD's tests we're using. The 'bugs-fixed' tests from upstream are ready to use as-is (more or less). However, the 'tests' from upstream are not, so for now we'll just use the netbsd and bugs-fixed tests. They provide an OK workout and are better than nothing, though the tests themselves are for specific esoteric things.
The upstream bugs-fixed tests are *ALMOST* a drop in. However, 3 test for errors and the upstream test jig mashes stdout and stderr together, which atf doesn't do, so make a tiny tweak to the upstream tests that I hope to upstream. Plus upstream has ../a.out: instead of awk: in the output. Not sure how to deal with this yet, so I've not proposed anything upstream and have changed the test locally.
In addition, the system-status.awk test is not suitable to run in ATF. It wants to force sh to dump core, but kyua doesn't seem to allow that sometimes so the test will fail or pass based on whether or not a core dump can be created. Since it's unstable, remove it.
This required moving the netbsd tests to a new direcotry, so update mtree files as well. The change is useless for 'make check' without it.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31376
|
H A D | bug_fix_test.sh | 517e52b6c21ccff22c46df0dcd15c19baee3d86c Thu Nov 04 17:09:16 CET 2021 Warner Losh <imp@FreeBSD.org> awk: Move to using two sets of tests
Upstream one-true-awk has two sets of tests. These are in addition to NetBSD's tests we're using. The 'bugs-fixed' tests from upstream are ready to use as-is (more or less). However, the 'tests' from upstream are not, so for now we'll just use the netbsd and bugs-fixed tests. They provide an OK workout and are better than nothing, though the tests themselves are for specific esoteric things.
The upstream bugs-fixed tests are *ALMOST* a drop in. However, 3 test for errors and the upstream test jig mashes stdout and stderr together, which atf doesn't do, so make a tiny tweak to the upstream tests that I hope to upstream. Plus upstream has ../a.out: instead of awk: in the output. Not sure how to deal with this yet, so I've not proposed anything upstream and have changed the test locally.
In addition, the system-status.awk test is not suitable to run in ATF. It wants to force sh to dump core, but kyua doesn't seem to allow that sometimes so the test will fail or pass based on whether or not a core dump can be created. Since it's unstable, remove it.
This required moving the netbsd tests to a new direcotry, so update mtree files as well. The change is useless for 'make check' without it.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31376
|
/freebsd/usr.bin/awk/tests/ |
H A D | Makefile | diff 517e52b6c21ccff22c46df0dcd15c19baee3d86c Thu Nov 04 17:09:16 CET 2021 Warner Losh <imp@FreeBSD.org> awk: Move to using two sets of tests
Upstream one-true-awk has two sets of tests. These are in addition to NetBSD's tests we're using. The 'bugs-fixed' tests from upstream are ready to use as-is (more or less). However, the 'tests' from upstream are not, so for now we'll just use the netbsd and bugs-fixed tests. They provide an OK workout and are better than nothing, though the tests themselves are for specific esoteric things.
The upstream bugs-fixed tests are *ALMOST* a drop in. However, 3 test for errors and the upstream test jig mashes stdout and stderr together, which atf doesn't do, so make a tiny tweak to the upstream tests that I hope to upstream. Plus upstream has ../a.out: instead of awk: in the output. Not sure how to deal with this yet, so I've not proposed anything upstream and have changed the test locally.
In addition, the system-status.awk test is not suitable to run in ATF. It wants to force sh to dump core, but kyua doesn't seem to allow that sometimes so the test will fail or pass based on whether or not a core dump can be created. Since it's unstable, remove it.
This required moving the netbsd tests to a new direcotry, so update mtree files as well. The change is useless for 'make check' without it.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31376
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | diff 517e52b6c21ccff22c46df0dcd15c19baee3d86c Thu Nov 04 17:09:16 CET 2021 Warner Losh <imp@FreeBSD.org> awk: Move to using two sets of tests
Upstream one-true-awk has two sets of tests. These are in addition to NetBSD's tests we're using. The 'bugs-fixed' tests from upstream are ready to use as-is (more or less). However, the 'tests' from upstream are not, so for now we'll just use the netbsd and bugs-fixed tests. They provide an OK workout and are better than nothing, though the tests themselves are for specific esoteric things.
The upstream bugs-fixed tests are *ALMOST* a drop in. However, 3 test for errors and the upstream test jig mashes stdout and stderr together, which atf doesn't do, so make a tiny tweak to the upstream tests that I hope to upstream. Plus upstream has ../a.out: instead of awk: in the output. Not sure how to deal with this yet, so I've not proposed anything upstream and have changed the test locally.
In addition, the system-status.awk test is not suitable to run in ATF. It wants to force sh to dump core, but kyua doesn't seem to allow that sometimes so the test will fail or pass based on whether or not a core dump can be created. Since it's unstable, remove it.
This required moving the netbsd tests to a new direcotry, so update mtree files as well. The change is useless for 'make check' without it.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31376
|
/freebsd/ |
H A D | ObsoleteFiles.inc | diff 504b998defe7305a1a70a2102f70b05e90761659 Thu Aug 25 05:28:57 CEST 2022 Li-Wen Hsu <lwhsu@FreeBSD.org> ObsoleteFiles: Follow awk test files move
Fixes: 517e52b6c21ccff22c46df0dcd15c19baee3d86c Sponsored by: The FreeBSD Foundation
|