Searched refs:test_exit (Results 1 – 8 of 8) sorted by relevance
23 static void test_exit(int code) in test_exit() function69 test_exit(0); in main()70 test_exit(1); in main()
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);
69 def test_exit(self): member in GeneralTest
118 def test_exit(self): member in SysModuleTest