svn commit: r283311 - stable/10/contrib/netbsd-tests/bin/expr

Craig Rodrigues rodrigc at FreeBSD.org
Sat May 23 09:16:36 UTC 2015


Author: rodrigc
Date: Sat May 23 09:16:35 2015
New Revision: 283311
URL: https://svnweb.freebsd.org/changeset/base/283311

Log:
  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

Modified:
  stable/10/contrib/netbsd-tests/bin/expr/t_expr.sh
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/netbsd-tests/bin/expr/t_expr.sh
==============================================================================
--- stable/10/contrib/netbsd-tests/bin/expr/t_expr.sh	Sat May 23 09:14:29 2015	(r283310)
+++ stable/10/contrib/netbsd-tests/bin/expr/t_expr.sh	Sat May 23 09:16:35 2015	(r283311)
@@ -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' \


More information about the svn-src-all mailing list