Home
last modified time | relevance | path

Searched full:testcases (Results 1 – 25 of 69) sorted by relevance

123

/linux/tools/testing/selftests/arm64/signal/
H A DMakefile7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c))
25 COMMON_SOURCES := test_signals.c test_signals_utils.c testcases/testcases.c \
27 COMMON_HEADERS := test_signals.h test_signals_utils.h testcases/testcases.h
H A DREADME20 - New tests can be simply defined in testcases/ dir providing a proper struct
39 unrelated SEGV bugs in the testcases, it becomes extremely tricky to
/linux/tools/testing/selftests/ftrace/
H A DREADME1 Linux Ftrace Testcases
3 This is a collection of testcases for ftrace tracing feature in the Linux
7 Running the ftrace testcases
11 To run all testcases:
15 To run specific testcases:
19 Or you can also run testcases under given directory:
23 Contributing new testcases
36 * You can add a directory for your testcases under test.d/ if needed.
/linux/tools/testing/selftests/x86/
H A Dlam.c80 struct testcases { struct
86 int (*test_func)(struct testcases *test); argument
288 int handle_max_bits(struct testcases *test) in handle_max_bits()
307 static int handle_malloc(struct testcases *test) in handle_malloc()
339 static int handle_mmap(struct testcases *test) in handle_mmap()
375 static int handle_syscall(struct testcases *test) in handle_syscall()
401 static int get_user_syscall(struct testcases *test) in get_user_syscall()
738 int handle_uring(struct testcases *test) in handle_uring()
756 static int fork_test(struct testcases *test) in fork_test()
776 static int handle_execve(struct testcases *test) in handle_execve()
[all …]
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py10 testcases = dict()
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
15 return(testcases)
/linux/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c35 static struct testcase *testcases; variable
40 /* Initialize testcases inside a function to compute parameters at runtime */
248 testcases = malloc(sizeof(t)); in testcases_init()
252 memcpy(testcases, t, sizeof(t)); in testcases_init()
332 ret = run_test(testcases, sz_testcases); in main()
H A Duffd-wp-mremap.c255 static const struct testcase testcases[] = { variable
355 for (i = 0; i < ARRAY_SIZE(testcases); i++) in main()
356 plan += *testcases[i].nr_sizes; in main()
363 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in main()
364 const struct testcase *tc = &testcases[i]; in main()
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst81 * Have simple testcases for all of the above.
99 * Have simple testcases for every input validation failure case in your ioctl.
122 * Have testcases for the really tricky corner cases in your error recovery code
163 * Have testcases for corner-cases, especially whether the return values for
/linux/tools/testing/selftests/kvm/
H A Dguest_memfd_test.c323 } testcases[] = { in test_invalid_punch_hole() local
339 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test_invalid_punch_hole()
341 testcases[i].offset, testcases[i].len); in test_invalid_punch_hole()
344 testcases[i].offset, testcases[i].len); in test_invalid_punch_hole()
/linux/tools/perf/tests/shell/common/
H A Dinit.sh82 # all STANDARD and EXPERIMENTAL testcases will be skipped; if the suite
83 # runs in STANDARD mode, all EXPERIMENTAL testcases will be skipped and
/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c153 static int testcases(void) in testcases() function
168 return test_harness(testcases, "memcmp"); in main()
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dmangle_pstate_invalid_mode_el1t.c11 #include "testcases.h"
H A Dmangle_pstate_invalid_mode_el3h.c11 #include "testcases.h"
H A Dmangle_pstate_invalid_mode_el2h.c11 #include "testcases.h"
H A Dmangle_pstate_invalid_mode_el1h.c11 #include "testcases.h"
H A Dmangle_pstate_invalid_mode_el2t.c11 #include "testcases.h"
H A Dmangle_pstate_invalid_mode_el3t.c11 #include "testcases.h"
H A Dmangle_pstate_invalid_mode_template.h5 * Utility macro to ease definition of testcases toggling mode EL
H A Dmangle_pstate_invalid_compat_toggle.c11 #include "testcases.h"
H A Dsme_trap_za.c13 #include "testcases.h"
H A Dmangle_pstate_invalid_daif_bits.c12 #include "testcases.h"
H A Dfake_sigreturn_misaligned_sp.c14 #include "testcases.h"
H A Dsme_trap_no_sm.c14 #include "testcases.h"
H A Dsme_trap_non_streaming.c14 #include "testcases.h"
/linux/tools/testing/selftests/sched_ext/
H A Drunner.c17 "The runner is statically linked against all testcases, and runs them all serially.\n"
18 "It's required for the testcases to be serial, as only a single host-wide sched_ext\n"

123