summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-05-23 09:16:35 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-05-23 09:16:35 +0000
commitddc334e56fabe6cb2ff75cf1c293c38eb7e68146 (patch)
tree1d79764118fb53675c0f786484211f85920b1600 /contrib/netbsd-tests
parent09f1502b693cf27aaf4e8510864396fdb5cdccd7 (diff)
downloadFreeBSD-src-ddc334e56fabe6cb2ff75cf1c293c38eb7e68146.zip
FreeBSD-src-ddc334e56fabe6cb2ff75cf1c293c38eb7e68146.tar.gz
Merge: r277829
Revert r277357 as expr has been enhanced to better detect overflow conditions, and now the tests pass PR: 196867 X-MFC with: r277798 MFC after: 1 week 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, 0 insertions, 3 deletions
diff --git a/contrib/netbsd-tests/bin/expr/t_expr.sh b/contrib/netbsd-tests/bin/expr/t_expr.sh
index ef99b02..97a559b 100755
--- a/contrib/netbsd-tests/bin/expr/t_expr.sh
+++ b/contrib/netbsd-tests/bin/expr/t_expr.sh
@@ -54,9 +54,6 @@ overflow_head() {
atf_set "descr" "Test overflow cases"
}
overflow_body() {
- # Begin FreeBSD
- atf_expect_fail "FreeBSD's expr does not check overflow to the same degree NetBSD's expr does; see bug 196867 for more details"
- # End FreeBSD
test_expr '4611686018427387904 + 4611686018427387903' \
'9223372036854775807'
test_expr '4611686018427387904 + 4611686018427387904' \
OpenPOWER on IntegriCloud