• Home
  • Raw
  • Download

Lines Matching refs:tst_brk

102 		tst_brk(TBROK | TERRNO, "open(%s)", shm_path);  in setup_ipc()
148 tst_brk(TBROK, IPC_ENV_VAR" is not defined"); in tst_reinit()
151 tst_brk(TBROK, "File %s does not exist!", path); in tst_reinit()
212 tst_brk(TBROK, "Invalid ttype value %i", ttype); in print_result()
342 tst_brk(TBROK, "Child (%i) killed by signal %s", in check_child_status()
347 tst_brk(TBROK, "Child (%i) exited abnormaly", pid); in check_child_status()
355 tst_brk(ret, "Reported by child (%i)", pid); in check_child_status()
358 tst_brk(TBROK, "Invalid child (%i) exit value %i", pid, ret); in check_child_status()
381 tst_brk(TBROK | TERRNO, "wait() failed"); in tst_reap_children()
391 tst_brk(TBROK, "test.forks_child must be set!"); in safe_fork()
437 tst_brk(TBROK, "Option collision '%s'", in check_option_collision()
467 tst_brk(TBROK, "Invalid option '%c' (should not happen)", opt); in parse_topt()
497 tst_brk(TBROK, "Invalid option"); in parse_opts()
519 tst_brk(TBROK, "Unexpected argument(s) '%s'...", argv[optind]); in parse_opts()
624 tst_brk(TCONF, "The test requires kernel %s or newer", in check_kver()
693 tst_brk(TBROK, "No test function speficied"); in assert_test_fn()
696 tst_brk(TBROK, "You can define only one test function"); in assert_test_fn()
699 tst_brk(TBROK, "Number of tests (tcnt) must not be > 0"); in assert_test_fn()
702 tst_brk(TBROK, "You can define tcnt only for test()"); in assert_test_fn()
768 tst_brk(TBROK, "No tests to run"); in do_setup()
771 tst_brk(TCONF, "%s", tst_test->tconf_msg); in do_setup()
783 tst_brk(TCONF, "Test needs to be run as root"); in do_setup()
794 tst_brk(TCONF, "%s driver not available", name); in do_setup()
828 tst_brk(TBROK, "tst_test->mntpoint must be set!"); in do_setup()
833 tst_brk(TBROK, in do_setup()
856 tst_brk(TCONF, "Failed to acquire device"); in do_setup()
881 tst_brk(TBROK, "Runaway child in setup()!"); in do_test_setup()
920 tst_brk(TBROK, "Test haven't reported results!"); in run_tests()
935 tst_brk(TBROK, "Test %i haven't reported results!", i); in run_tests()
944 tst_brk(TBROK | TERRNO, "tst_clock_gettime()"); in get_time_ms()
1078 tst_brk(TBROK, "Invalid timeout multiplier '%s'", mul); in tst_set_timeout()
1106 tst_brk(TBROK | TERRNO, "fork()"); in fork_testrun()
1126 tst_brk(TBROK, "Test killed! (timeout?)"); in fork_testrun()
1130 tst_brk(TBROK, "Test killed by %s!", tst_strsig(WTERMSIG(status))); in fork_testrun()
1142 tst_brk(TCONF, "There are no supported filesystems"); in run_tcases_per_fs()
1201 tst_brk(TBROK | TERRNO, "fflush(stderr) failed"); in tst_flush()
1205 tst_brk(TBROK | TERRNO, "fflush(stdout) failed"); in tst_flush()