Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dvfork.c23 static void test_exit(int code) in test_exit() function
69 test_exit(0); in main()
70 test_exit(1); in main()
/third_party/ltp/testcases/commands/insmod/
Dltp_insmod01.c29 static void test_exit(void) in test_exit() function
37 module_exit(test_exit);
/third_party/ltp/testcases/commands/lsmod/
Dltp_lsmod01.c20 static void test_exit(void) in test_exit() function
28 module_exit(test_exit);
/third_party/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)"
/third_party/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);
/third_party/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);
/third_party/python/Lib/test/
D_test_atexit.py69 def test_exit(self): member in GeneralTest
Dtest_sys.py118 def test_exit(self): member in SysModuleTest