summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-02 05:40:02 +0000
committerngie <ngie@FreeBSD.org>2015-01-02 05:40:02 +0000
commit3d2a537705eca33db3c523f4f92290d382aa7ab1 (patch)
tree06ab08d87655ab0caab6cf37e88b7b9e4b0be77b /contrib/netbsd-tests
parent445e8d91edc50978571dd8bff752e46840455569 (diff)
downloadFreeBSD-src-3d2a537705eca33db3c523f4f92290d382aa7ab1.zip
FreeBSD-src-3d2a537705eca33db3c523f4f92290d382aa7ab1.tar.gz
Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 Jenkins
job The h_raw application doesn't do proper bounds checking without the option being supplied via the build, which means that it doesn't throw signals and fail as expected PR: 196430 X-MFC with: r276479
Diffstat (limited to 'contrib/netbsd-tests')
-rwxr-xr-xcontrib/netbsd-tests/lib/libc/ssp/t_ssp.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh b/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh
index 04adc67..362178f 100755
--- a/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh
+++ b/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh
@@ -360,6 +360,9 @@ raw_head()
raw_body()
{
prog="$(atf_get_srcdir)/h_raw"
+ # Begin FreeBSD
+ [ -x $prog ] || atf_skip "$prog is missing; skipping testcase"
+ # End FreeBSD
h_pass "$prog 9"
# Begin FreeBSD
OpenPOWER on IntegriCloud