Searched refs:test_exit (Results 1 – 17 of 17) sorted by relevance
19 test_exit $ksft_fail 230 test_exit $ksft_skip 140 test_exit $ksft_skip 156 test_exit() function89 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip 1; }
91 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit 1 1; }167 test_exit $ksft_fail 0171 test_exit $ksft_pass 0
29 static void test_exit(void) in test_exit() function37 module_exit(test_exit);
20 static void test_exit(void) in test_exit() function28 module_exit(test_exit);
77 test_exit=$?160 if [ $exp_exit -ne -1 ] && [ $test_exit -ne $exp_exit ]; then161 echo "FAILED (exit code: $test_exit, expected $exp_exit)"
156 static void test_exit(void) in test_exit() function164 module_exit(test_exit);
207 static void __exit test_exit(void) in test_exit() function222 module_exit(test_exit);
294 test_exit(0); in send_ioctl()
216 void test_exit(int rc) __attribute__((noreturn));221 #define exit(rc) test_exit(rc)
257 void test_exit(int rc) in test_exit() function
508 test_exit(0); in send_ioctl()
63 def test_exit(self): member in TestCase
89 def test_exit(self): member in MiscTests
120 def test_exit(self): member in SysModuleTest
69 def test_exit(self): member in GeneralTest
118 def test_exit(self): member in SysModuleTest
1141 Rewrote test_exit in test_sys to match existing comments, use modern