Remove the EXFAIL annotation for tests which pass as of r309596.

Reported by:	bdrewery
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Mark Johnston 2017-05-19 00:25:09 +00:00
parent 29717eb029
commit 9ebaf5f802
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318508

View File

@ -139,11 +139,6 @@ exclude EXFAIL common/pid/tst.newprobes.ksh
exclude EXFAIL common/pid/tst.provregex2.ksh
exclude EXFAIL common/pid/tst.provregex4.ksh
# libproc doesn't properly handle probe sites that correspond to multiple
# symbols.
exclude EXFAIL common/pid/tst.weak1.d
exclude EXFAIL common/pid/tst.weak2.d
# This test checks for a leading tab on a line before #define. That is illegal
# on Solaris, but the clang pre-processor on FreeBSD is happy with code like
# that.