Date: Sun, 4 Jan 2015 23:41:18 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276671 - head/contrib/netbsd-tests/bin/expr Message-ID: <201501042341.t04NfI2G028157@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501042341.t04NfI2G028157>