Home
last modified time | relevance | path

Searched refs:max_runtime (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/ltp/lib/newlib_tests/shell/
H A Dtest_timeout.sh13 # max_runtime
117 max_runtime=$(echo $d | cut -d'|' -f4 | xargs)
118 max_runtime=${max_runtime:--1}
140 if [ $max_runtime -ne -1 ] && [ $test_duration -gt $max_runtime ]; then
141 echo "FAILED (runtime: $test_duration, expected less than $max_runtime)"
/third_party/ltp/lib/
H A Dtst_test.c71 int max_runtime; member
495 static int multiply_runtime(int max_runtime) in multiply_runtime() argument
499 if (max_runtime <= 0) in multiply_runtime()
500 return max_runtime; in multiply_runtime()
504 return max_runtime * runtime_mul; in multiply_runtime()
542 if (tst_test->max_runtime) { in print_help()
543 runtime = multiply_runtime(tst_test->max_runtime); in print_help()
690 if (tst_test->max_runtime > 0) in parse_opts()
691 tst_test->max_runtime = SAFE_STRTOL(optarg, 1, INT_MAX); in parse_opts()
1143 if (tst_test->max_runtime < in do_setup()
1579 tst_set_max_runtime(int max_runtime) tst_set_max_runtime() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/set_mempolicy/
H A Dset_mempolicy01.c46 tst_set_max_runtime(test.max_runtime * (1 << nodes->cnt/16)); in setup()
122 .max_runtime = 600,
/third_party/ltp/include/
H A Dtst_test.h283 int max_runtime; member
369 void tst_set_max_runtime(int max_runtime);
/third_party/ltp/lib/newlib_tests/
H A Dtest_runtime02.c27 .max_runtime = 5,
H A Dtest_runtime01.c28 .max_runtime = 4,
H A Dtst_fuzzy_sync03.c102 .max_runtime = 150,
/third_party/ltp/testcases/kernel/mem/oom/
H A Doom02.c64 .max_runtime = TST_UNLIMITED_RUNTIME,
H A Doom01.c55 .max_runtime = TST_UNLIMITED_RUNTIME,
H A Doom03.c89 .max_runtime = TST_UNLIMITED_RUNTIME,
H A Doom04.c85 .max_runtime = TST_UNLIMITED_RUNTIME,
H A Doom05.c107 .max_runtime = TST_UNLIMITED_RUNTIME,
/third_party/ltp/testcases/kernel/crypto/
H A Dpcrypt_aead01.c78 .max_runtime = 300,
H A Daf_alg02.c80 .max_runtime = 20,
H A Daf_alg07.c128 .max_runtime = 150,
/third_party/ltp/testcases/kernel/pty/
H A Dpty06.c100 .max_runtime = 150,
H A Dpty05.c100 .max_runtime = 150,
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddio_append.c96 .max_runtime = 1800,
/third_party/ltp/testcases/kernel/mem/ksm/
H A Dksm04.c119 .max_runtime = 32,
H A Dksm02.c117 .max_runtime = 32,
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
H A Ddirtyc0w_shmem.c111 .max_runtime = 120,
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork13.c113 .max_runtime = 600,
/third_party/ltp/testcases/kernel/syscalls/gettimeofday/
H A Dgettimeofday02.c75 .max_runtime = 10,
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl05.c109 .max_runtime = 10,
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open03.c111 .max_runtime = 300,

Completed in 9 milliseconds

1234