Home
last modified time | relevance | path

Searched refs:run_test (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/efivarfs/
Defivarfs.sh21 run_test() function
202 run_test test_create
203 run_test test_create_empty
204 run_test test_create_read
205 run_test test_delete
206 run_test test_zero_size_delete
207 run_test test_open_unlink
208 run_test test_valid_filenames
209 run_test test_invalid_filenames
/tools/testing/selftests/powerpc/
Dharness.c26 int run_test(int (test_function)(void), char *name) in run_test() function
115 rc = run_test(test_function, name); in test_harness()
/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c93 static int run_test(void *addr, unsigned long size) in run_test() function
170 return run_test(mallocblock, mallocsize); in test_anon()
205 return run_test(fileblock, filesize); in test_file()
/tools/testing/selftests/intel_pstate/
Drun.sh40 function run_test () { function
89 [ $EVALUATE_ONLY -eq 0 ] && run_test $freq
/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c57 bool run_test(int cpu) in run_test() function
201 test_success = run_test(cpu); in main()
/tools/testing/selftests/ftrace/
Dftracetest236 run_test() { # testfile function
262 run_test $t
/tools/perf/tests/
Dbuiltin-test.c266 static int run_test(struct test *test, int subtest) in run_test() function
328 err = run_test(t, subtest); in test_and_print()
/tools/virtio/
Dvirtio_test.c153 static void run_test(struct vdev_info *dev, struct vq_info *vq, in run_test() function
300 run_test(&dev, &dev.vqs[0], delayed, 0x100000); in main()
/tools/testing/ktest/
Dktest.pl151 my $run_test;
257 "TEST" => \$run_test,
2547 run_command $run_test, $testlog or $failed = 1;
2570 doprint "run test $run_test\n";
2856 if ($type eq "test" && !defined($run_test)) {
3399 if ($type eq "test" && !defined($run_test)) {
4356 if (!$failed && $test_type ne "boot" && defined($run_test)) {