Path: blob/master/tools/testing/selftests/futex/functional/run.sh
29271 views
#!/bin/sh1# SPDX-License-Identifier: GPL-2.0-or-later23###############################################################################4#5# Copyright © International Business Machines Corp., 20096#7# DESCRIPTION8# Run tests in the current directory.9#10# AUTHOR11# Darren Hart <[email protected]>12#13# HISTORY14# 2009-Nov-9: Initial version by Darren Hart <[email protected]>15# 2010-Jan-6: Add futex_wait_uninitialized_heap and futex_wait_private_mapped_file16# by KOSAKI Motohiro <[email protected]>17#18###############################################################################1920echo21./futex_requeue_pi2223echo24./futex_requeue_pi_mismatched_ops2526echo27./futex_requeue_pi_signal_restart2829echo30./futex_wait_timeout3132echo33./futex_wait_wouldblock3435echo36./futex_wait_uninitialized_heap37./futex_wait_private_mapped_file3839echo40./futex_wait4142echo43./futex_requeue4445echo46./futex_waitv4748echo49./futex_priv_hash5051echo52./futex_numa_mpol535455