0dfac7ee | 04-Nov-2017 |
Mariusz Zaborski <oshogbo@FreeBSD.org> |
The src.opts.mk sets default value for the SHLIBDIR, so our set was not respected.
Please notice that libcasper is already in ObsoleteFiles so we don't add it again.
Reported by: Herbert J. Skuhra
The src.opts.mk sets default value for the SHLIBDIR, so our set was not respected.
Please notice that libcasper is already in ObsoleteFiles so we don't add it again.
Reported by: Herbert J. Skuhra <herbert@mailbox.org> Reviewed by: bdrewery@ Differential Revision: https://reviews.freebsd.org/D12918
show more ...
|
38dd1759 | 13-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Integrate the tests moved in r305626 in to the FreeBSD test suite
The reachover Kyuafiles were never added, and thus the tests were installed as standalone tests, and not integrated into the full su
Integrate the tests moved in r305626 in to the FreeBSD test suite
The reachover Kyuafiles were never added, and thus the tests were installed as standalone tests, and not integrated into the full suite.
MFC after: 1 week MFC with: r305626, 305629, r307863, r322447, r322448, r322449
show more ...
|
191d976f | 13-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Use hardcoded IPv4/IPv6 addresses for google-public-dns-a.google.com instead of freefall.freebsd.org to unbreak the DNS tests
The address allocations for freefall.freebsd.org have changed in the pas
Use hardcoded IPv4/IPv6 addresses for google-public-dns-a.google.com instead of freefall.freebsd.org to unbreak the DNS tests
The address allocations for freefall.freebsd.org have changed in the past 4 years. Use a more stable set of hardcoded addresses for now to make the tests succeed reliably.
The hostname should be resolved dynamically instead of hardcoding the addresses in the future. This is just a bandaid.
MFC after: 1 week
show more ...
|
737fb907 | 13-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Make root-privileges a requirement for the test
Some of the testcases try to manipulate sysctls that require root privileges, e.g., "kern.sync_on_panic". Make root-privileges a hard requirement so t
Make root-privileges a requirement for the test
Some of the testcases try to manipulate sysctls that require root privileges, e.g., "kern.sync_on_panic". Make root-privileges a hard requirement so the tests don't raise false positives due to privilege issues when calling sysctlbyname(3) on writable sysctls.
MFC after: 1 week
show more ...
|