Home
last modified time | relevance | path

Searched refs:test_exit (Results 1 – 16 of 16) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dxsk_prereqs.sh18 test_exit $ksft_fail
29 test_exit $ksft_skip
48 test_exit() function
77 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip; }
Dtest_xsk.sh96 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit $ksft_fail; }
/external/ltp/testcases/commands/insmod/
Dltp_insmod01.c29 static void test_exit(void) in test_exit() function
37 module_exit(test_exit);
/external/ltp/testcases/commands/lsmod/
Dltp_lsmod01.c20 static void test_exit(void) in test_exit() function
28 module_exit(test_exit);
/external/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh77 test_exit=$?
160 if [ $exp_exit -ne -1 ] && [ $test_exit -ne $exp_exit ]; then
161 echo "FAILED (exit code: $test_exit, expected $exp_exit)"
/external/ethtool/
Dtest-cmdline.c308 test_exit(0); in send_ioctl()
319 test_exit(0); in nlsock_sendmsg()
Dinternal.h246 void test_exit(int rc) __attribute__((noreturn));
251 #define exit(rc) test_exit(rc)
Dtest-common.c257 void test_exit(int rc) in test_exit() function
Dtest-features.c508 test_exit(0); in send_ioctl()
/external/ltp/testcases/kernel/firmware/fw_load_kernel/
Dltp_fw_load.c156 static void test_exit(void) in test_exit() function
164 module_exit(test_exit);
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
Dtest_per_cpu_allocator_module.c207 static void __exit test_exit(void) in test_exit() function
222 module_exit(test_exit);
/external/python/cpython3/Lib/test/
D_test_atexit.py71 def test_exit(self): member in GeneralTest
Dtest_code_module.py306 def test_exit(self): member in TestInteractiveConsoleLocalExit
Dtest__interpreters.py978 def test_exit(self): member in RunFailedTests
Dtest_sys.py195 def test_exit(self): member in SysModuleTest
/external/python/mako/test/
Dtest_loop.py184 def test_exit(self): member in TestLoopStack