summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-04 23:41:17 +0000
committerngie <ngie@FreeBSD.org>2015-01-04 23:41:17 +0000
commitae28ebd2f8679b1c68e982eb8729dea5256c194e (patch)
treeed30e5e87f2f05fe28badf8e37c52df98eb58666 /contrib/netbsd-tests
parent436ac49059d67a997849377ce07f1cef56018d8b (diff)
downloadFreeBSD-src-ae28ebd2f8679b1c68e982eb8729dea5256c194e.zip
FreeBSD-src-ae28ebd2f8679b1c68e982eb8729dea5256c194e.tar.gz
Expect :arithmetic_ops_body to fail with syntax errors on FreeBSD
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'contrib/netbsd-tests')
-rwxr-xr-xcontrib/netbsd-tests/bin/expr/t_expr.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/bin/expr/t_expr.sh b/contrib/netbsd-tests/bin/expr/t_expr.sh
index 4f9d596..97a559b 100755
--- a/contrib/netbsd-tests/bin/expr/t_expr.sh
+++ b/contrib/netbsd-tests/bin/expr/t_expr.sh
@@ -105,6 +105,9 @@ arithmetic_ops_head() {
atf_set "descr" "Dangling arithemtic operator"
}
arithmetic_ops_body() {
+ # Begin FreeBSD
+ atf_expect_fail "the following testcases fail with syntax errors on FreeBSD"
+ # End FreeBSD
test_expr '.java_wrapper : /' '0'
test_expr '4 : \*' '0'
test_expr '4 : +' '0'
OpenPOWER on IntegriCloud