Home
last modified time | relevance | path

Searched refs:testcases (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/
H A Dltp_20220121.bb8 file://testcases/open_posix_testsuite/COPYING;md5=48b1c5ec633e3e30ec2cf884ae699947 \
9 file://testcases/network/can/filter-tests/COPYING;md5=5b155ea7d7f86eae8e8832955d8b70bc \
45 EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
66 # Copy POSIX test suite into ${D}${prefix}/testcases by manual
67 cp -r testcases/open_posix_testsuite ${D}${prefix}/testcases
111testcases/bin/* ${prefix}/testcases/bin/*/bin/* ${prefix}/testscripts/* ${prefix}/testcases/open_p…
114 INHIBIT_PACKAGE_STRIP_FILES = "${prefix}/testcases/bin/nm01 ${prefix}/testcases/bin/ldd01"
126 testcases/kernel/syscalls/confstr/confstr01.c \
127 testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \
128 testcases/kernel/syscalls/getcontext/getcontext01.c \
[all …]
/OK3568_Linux_fs/buildroot/package/ltp-testsuite/
H A D0001-lapi-Add-sysinfo.h-to-fix-build-with-MUSL-libc.patch48 testcases/kernel/mem/mtest01/mtest01.c | 2 +-
49 testcases/kernel/syscalls/madvise/madvise06.c | 2 +-
50 testcases/kernel/syscalls/sysinfo/sysinfo01.c | 2 +-
51 testcases/kernel/syscalls/sysinfo/sysinfo02.c | 2 +-
52 testcases/kernel/syscalls/sysinfo/sysinfo03.c | 2 +-
135 diff --git a/testcases/kernel/mem/mtest01/mtest01.c b/testcases/kernel/mem/mtest01/mtest01.c
137 --- a/testcases/kernel/mem/mtest01/mtest01.c
138 +++ b/testcases/kernel/mem/mtest01/mtest01.c
155 diff --git a/testcases/kernel/syscalls/madvise/madvise06.c b/testcases/kernel/syscalls/madvise/madv…
157 --- a/testcases/kernel/syscalls/madvise/madvise06.c
[all …]
H A Dltp-testsuite.mk75 testcases/misc/math/float/bessel/ \
76 testcases/misc/math/float/float_bessel.c
79 testcases/kernel/syscalls/confstr/confstr01.c \
80 testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \
81 testcases/kernel/syscalls/getcontext/getcontext01.c \
82 testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \
83 testcases/kernel/syscalls/timer_create/timer_create01.c \
84 testcases/kernel/syscalls/timer_create/timer_create03.c
88 testcases/commands/ldd
H A D0005-lapi-if_addr.h-Define-IFA_FLAGS.patch24 testcases/cve/icmp_rate_limit01.c | 3 ++-
40 diff --git a/testcases/cve/icmp_rate_limit01.c b/testcases/cve/icmp_rate_limit01.c
42 --- a/testcases/cve/icmp_rate_limit01.c
43 +++ b/testcases/cve/icmp_rate_limit01.c
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/
H A DMakefile7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c))
27 …ignals.c test_signals_utils.c testcases/testcases.c signals.S $$@.c test_signals.h test_signals_ut…
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
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/
H A DREADME3 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.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/
H A D0001-syscalls-pread02-extend-buffer-to-avoid-glibc-overflow-detection.patch40 testcases/kernel/syscalls/pread/pread02.c | 2 +-
43 diff --git a/testcases/kernel/syscalls/pread/pread02.c b/testcases/kernel/syscalls/pread/pread02.c
45 --- a/testcases/kernel/syscalls/pread/pread02.c
46 +++ b/testcases/kernel/syscalls/pread/pread02.c
H A D0001-clock_gettime04-set-threshold-based-on-the-clock-res.patch42 diff --git a/testcases/kernel/syscalls/clock_gettime/clock_gettime04.c b/testcases/kernel/syscalls/…
44 --- a/testcases/kernel/syscalls/clock_gettime/clock_gettime04.c
45 +++ b/testcases/kernel/syscalls/clock_gettime/clock_gettime04.c
H A D0001-metadata-parse.sh-sort-filelist-for-reproducibility.patch21 -for test in `find testcases/ -name '*.c'`; do
22 +for test in `find testcases/ -name '*.c'|sort`; do
/OK3568_Linux_fs/buildroot/support/testing/
H A Drun-tests82 if args.testcases != 1:
83 if args.testcases < 1:
90 each_testcase = br2_jlevel / args.testcases
112 "-N", str(args.testcases),
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dof_unittest.rst30 The Device Tree Source file (drivers/of/unittest-data/testcases.dts) contains
33 (.dtsi) are included in testcases.dts::
46 is used to compile the DT source file (testcases.dts) into a binary blob
47 (testcases.dtb), also referred as flattened DT.
50 assembly file (testcases.dtb.S)::
55 The assembly file is compiled into an object file (testcases.dtb.o), and is
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dva_128TBswitch.c42 static struct testcase testcases[] = { variable
285 ret = run_test(testcases, ARRAY_SIZE(testcases)); in main()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DOGTSL77 rename any non-standard executables and testcases so the
79 testcases, which must also be provided, and provide a
87 accompany any non-standard executables and testcases with
89 testcases, giving the non-standard executables and
90 testcases non-standard names, and clearly documenting the
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c153 static int testcases(void) in testcases() function
168 return test_harness(testcases, "memcmp"); in main()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_cumulate.c700 test_fn_t testcases[] = { in test__hists_cumulate() local
726 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate()
727 err = testcases[i](evsel, machine); in test__hists_cumulate()
H A Dhists_output.c586 test_fn_t testcases[] = { in test__hists_output() local
613 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output()
614 err = testcases[i](evsel, machine); in test__hists_output()
/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A DMakefile2 obj-y += testcases.dtb.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-rt/rt-tests/
H A Drt-tests_git.bb1 SUMMARY = "Real-Time preemption testcases"
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/
H A Dlibhugetlbfs_git.bb18 file://tests-Makefile-install-static-4G-edge-testcases.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dbuildtools-tarball.bb108 # Directory in testsdk that contains testcases
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dvkms.rst62 relevant igt testcases work on vkms.
/OK3568_Linux_fs/kernel/Documentation/fault-injection/
H A Dfault-injection.rst68 for some testcases. Consider setting probability=100 and configure
69 /sys/kernel/debug/fail*/interval for such testcases.

12