Skip to content

Commit

Permalink
Revert "selftests: futex: Add FUTEX_WAIT_MULTIPLE wake up test"
Browse files Browse the repository at this point in the history
This reverts commit 77467ad.
  • Loading branch information
xanmod committed Dec 17, 2021
1 parent caf0ce6 commit 91e76e2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 179 deletions.
1 change: 0 additions & 1 deletion tools/testing/selftests/futex/functional/.gitignore
Expand Up @@ -6,4 +6,3 @@ futex_wait_private_mapped_file
futex_wait_timeout
futex_wait_uninitialized_heap
futex_wait_wouldblock
futex_wait_multiple
3 changes: 1 addition & 2 deletions tools/testing/selftests/futex/functional/Makefile
Expand Up @@ -14,8 +14,7 @@ TEST_GEN_FILES := \
futex_requeue_pi_signal_restart \
futex_requeue_pi_mismatched_ops \
futex_wait_uninitialized_heap \
futex_wait_private_mapped_file \
futex_wait_multiple
futex_wait_private_mapped_file

TEST_PROGS := run.sh

Expand Down
173 changes: 0 additions & 173 deletions tools/testing/selftests/futex/functional/futex_wait_multiple.c

This file was deleted.

3 changes: 0 additions & 3 deletions tools/testing/selftests/futex/functional/run.sh
Expand Up @@ -73,6 +73,3 @@ echo
echo
./futex_wait_uninitialized_heap $COLOR
./futex_wait_private_mapped_file $COLOR

echo
./futex_wait_multiple $COLOR

0 comments on commit 91e76e2

Please sign in to comment.