summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-07-05 22:49:26 +0000
committermarkj <markj@FreeBSD.org>2015-07-05 22:49:26 +0000
commit1478ec09c6463ab66589fb402eeef3946fb6e3c4 (patch)
treed2968f2501351c90088bb2abd1c7693ddb73a9c4 /tests
parentf94d7a8603d94f28c2c67817a28a10f38aa7eea4 (diff)
downloadFreeBSD-src-1478ec09c6463ab66589fb402eeef3946fb6e3c4.zip
FreeBSD-src-1478ec09c6463ab66589fb402eeef3946fb6e3c4.tar.gz
The bug caught by flock's test 16 was fixed by r268384.
MFC after: 3 days
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sys/file/flock_test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sys/file/flock_test.sh b/tests/sys/file/flock_test.sh
index ac3e799..f963cde 100755
--- a/tests/sys/file/flock_test.sh
+++ b/tests/sys/file/flock_test.sh
@@ -32,7 +32,6 @@
# Testcase # 11 is racy; uses an undocumented kernel interface for testing
# locking
-# Testcase # 16 is racy/doesn't handle EINTR properly
last_testcase=16
echo "1..$last_testcase"
@@ -42,10 +41,6 @@ for n in `seq 1 $last_testcase`; do
if [ $n -eq 11 ]; then
todomsg=" # TODO: racy testcase"
- # Test 16 fails:
- # F_SETLKW on locked region by two threads: FAIL ((uintptr_t)res != 0)
- elif [ $n -eq 16 ]; then
- todomsg=" # TODO: racy testcase (doesn't handle EINTR properly)"
fi
$(dirname $0)/flock_helper . $n | grep -q SUCCEED
OpenPOWER on IntegriCloud