Skip to content

Commit

Permalink
testsuite: drop record locking kernel tests
Browse files Browse the repository at this point in the history
Problem: tests/kern/t19 and tests/kern/t23 both test POSIX
record locking through diod, but diod doesn't support it.

Now that there is a unit test that demostrates diod's inability to
handle record locks, these tests are not needed.  Drop them.

Fixes chaos#102.
  • Loading branch information
garlick committed Jan 17, 2025
1 parent 86d0382 commit 534c371
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 778 deletions.
8 changes: 3 additions & 5 deletions tests/kern/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ check_PROGRAMS = \
tstat \
tflock \
tflock2 \
tfcntl2 \
tfcntl3 \
tfsgid \
tcreate \
tatomic \
Expand All @@ -25,11 +23,11 @@ AM_TESTS_ENVIRONMENT = \

LOG_COMPILER = ${srcdir}/runtest

TESTS = t05 t06 t07 t12 t13 t14 t15 t16 t17 t18 t19 t22 \
t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 t33 \
TESTS = t05 t06 t07 t12 t13 t14 t15 t16 t17 t18 t22 \
t24 t25 t26 t27 t28 t29 t30 t31 t32 t33 \
t35 t36 t37 t38 t39 t40 t41 t42 t43 t44 t45 t46 t47

XFAIL_TESTS = t19 t23 t37 t43 t48 t49
XFAIL_TESTS = t37 t43 t48 t49

CLEANFILES = *.out *.diff *.diod *.postmark *.dbench

Expand Down
7 changes: 0 additions & 7 deletions tests/kern/t19

This file was deleted.

87 changes: 0 additions & 87 deletions tests/kern/t19.exp

This file was deleted.

7 changes: 0 additions & 7 deletions tests/kern/t23

This file was deleted.

127 changes: 0 additions & 127 deletions tests/kern/t23.exp

This file was deleted.

Loading

0 comments on commit 534c371

Please sign in to comment.