Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dxsk_prereqs.sh19 test_exit $ksft_fail 2
30 test_exit $ksft_skip 1
40 test_exit $ksft_skip 1
56 test_exit() function
89 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip 1; }
Dtest_xsk.sh91 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit 1 1; }
167 test_exit $ksft_fail 0
171 test_exit $ksft_pass 0
/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/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/ethtool/
Dtest-cmdline.c294 test_exit(0); in send_ioctl()
Dinternal.h216 void test_exit(int rc) __attribute__((noreturn));
221 #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/python/cpython2/Lib/test/
Dtest_atexit.py63 def test_exit(self): member in TestCase
Dtest_dummy_thread.py89 def test_exit(self): member in MiscTests
Dtest_sys.py120 def test_exit(self): member in SysModuleTest
/external/python/cpython3/Lib/test/
D_test_atexit.py69 def test_exit(self): member in GeneralTest
Dtest_sys.py118 def test_exit(self): member in SysModuleTest
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst1141 Rewrote test_exit in test_sys to match existing comments, use modern