summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-28 11:38:12 +0000
committerngie <ngie@FreeBSD.org>2015-01-28 11:38:12 +0000
commita109e385975169f6a5ec55a2999f1f70a6b1457d (patch)
tree384c450ba7456fe2fc89f71acc98bc6ac34c79a1 /contrib/netbsd-tests
parent19abfd469885b67c5047dba2d04b3dc3b921f0a3 (diff)
downloadFreeBSD-src-a109e385975169f6a5ec55a2999f1f70a6b1457d.zip
FreeBSD-src-a109e385975169f6a5ec55a2999f1f70a6b1457d.tar.gz
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