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'
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to