Expect :arithmetic_ops_body to fail with syntax errors on FreeBSD

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-01-04 23:41:17 +00:00
parent 2499610b9a
commit a812392203
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276671

View File

@ -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'