svn commit: r276671 - head/contrib/netbsd-tests/bin/expr

Garrett Cooper ngie at FreeBSD.org
Sun Jan 4 23:41:18 UTC 2015


Author: ngie
Date: Sun Jan  4 23:41:17 2015
New Revision: 276671
URL: https://svnweb.freebsd.org/changeset/base/276671

Log:
  Expect :arithmetic_ops_body to fail with syntax errors on FreeBSD
  
  MFC after: 2 weeks
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/contrib/netbsd-tests/bin/expr/t_expr.sh

Modified: head/contrib/netbsd-tests/bin/expr/t_expr.sh
==============================================================================
--- head/contrib/netbsd-tests/bin/expr/t_expr.sh	Sun Jan  4 23:14:04 2015	(r276670)
+++ head/contrib/netbsd-tests/bin/expr/t_expr.sh	Sun Jan  4 23:41:17 2015	(r276671)
@@ -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'


More information about the svn-src-all mailing list