/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | Makefile | 7 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 D | README | 20 - 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
|
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ |
H A D | ltp_20240930.bb | 8 file://testcases/open_posix_testsuite/COPYING;md5=48b1c5ec633e3e30ec2cf884ae699947 \ 9 file://testcases/network/can/filter-tests/COPYING;md5=5b155ea7d7f86eae8e8832955d8b70bc \ 59 EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" 119 …testcases/bin/* ${prefix}/testcases/bin/*/bin/* ${prefix}/testscripts/* ${prefix}/testcases/open_p… 122 INHIBIT_PACKAGE_STRIP_FILES = "${prefix}/testcases/bin/nm01 ${prefix}/testcases/bin/ldd01" 134 testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \ 135 testcases/kernel/syscalls/getcontext/getcontext01.c \ 136 testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \ 137 testcases/kernel/syscalls/timer_create/timer_create01.c \ 138 testcases/kernel/syscalls/timer_create/timer_create03.c
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | lam.c | 71 struct testcases { struct 77 int (*test_func)(struct testcases *test); argument 260 int handle_max_bits(struct testcases *test) in handle_max_bits() 279 static int handle_malloc(struct testcases *test) in handle_malloc() 311 static int handle_mmap(struct testcases *test) in handle_mmap() 347 static int handle_syscall(struct testcases *test) in handle_syscall() 634 int handle_uring(struct testcases *test) in handle_uring() 652 static int fork_test(struct testcases *test) in fork_test() 672 static int handle_execve(struct testcases *test) in handle_execve() 708 static int handle_inheritance(struct testcases *test) in handle_inheritance() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/ |
H A D | 0001-Add-__clear_cache-declaration-for-clang.patch | 18 testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c | 1 + 21 diff --git a/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c b/testcases/kernel/mem/hugetlb/huge… 23 --- a/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c 24 +++ b/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c
|
/openbmc/linux/tools/testing/selftests/ftrace/ |
H A D | README | 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.
|
/openbmc/linux/Documentation/translations/zh_CN/devicetree/ |
H A D | of_unittest.rst | 35 设备树源文件(drivers/of/unittest-data/testcases.dts)包含执行drivers/of/unittest.c 36 中自动化单元测试所需的测试数据。目前,以下设备树源包含文件(.dtsi)被包含在testcases.dt中:: 48 用于将DT源文件(testcases.dts)编译成二进制blob(testcases.dtb),也被称为扁平化的DT。 50 之后,使用以下规则将上述二进制blob包装成一个汇编文件(testcases.dtb.S):: 55 汇编文件被编译成一个对象文件(testcases.dtb.o),并被链接到内核镜像中。
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 10 testcases = dict() 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 15 return(testcases)
|
/openbmc/openpower-hw-diags/test/ |
H A D | meson.build | 62 testcases = [ variable 79 foreach tc : testcases 95 testcases = [ variable 107 foreach tc : testcases
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | va_high_addr_switch.c | 62 static struct testcase testcases[] = { variable 308 ret = run_test(testcases, ARRAY_SIZE(testcases)); in main()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OGTSL | 77 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
|
/openbmc/linux/Documentation/devicetree/ |
H A D | of_unittest.rst | 51 The Device Tree Source file (drivers/of/unittest-data/testcases.dts) contains 54 (.dtsi) are included in testcases.dts:: 67 is used to compile the DT source file (testcases.dts) into a binary blob 68 (testcases.dtb), also referred as flattened DT. 71 assembly file (testcases.dtb.S):: 76 The assembly file is compiled into an object file (testcases.dtb.o), and is
|
/openbmc/qemu/scripts/ |
H A D | device-crash-test | 421 def genCases1(args, testcases, var, fn): argument 429 for testcase in testcases: 539 dbg("testcases: %r", args.testcases) 540 if args.testcases: 541 for t in chain(*args.testcases):
|
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 153 static int testcases(void) in testcases() function 168 return test_harness(testcases, "memcmp"); in main()
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_coding_guidelines.md | 85 - It allows calling keywords and testcases to keep control over login parameters 114 - As a result of the first two rules, all keywords and testcases that call upon 117 and testcases should NOT do logins and logouts themselves.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0025-gcc-testsuite-tweaks-for-mips-OE.patch | 147 proc et-dg-runtest { runtest testcases flags default-extra-flags } { 153 @@ -9907,6 +9879,7 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { 161 @@ -9914,8 +9887,10 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { 167 $runtest $testcases $target_flags ${default-extra-flags}
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 713 test_fn_t testcases[] = { in test__hists_cumulate() local 739 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate() 740 err = testcases[i](evsel, machine); in test__hists_cumulate()
|
H A D | hists_output.c | 599 test_fn_t testcases[] = { in test__hists_output() local 626 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output() 627 err = testcases[i](evsel, machine); in test__hists_output()
|
/openbmc/openbmc/poky/meta/recipes-core/picolibc/ |
H A D | picolibc.inc | 6 # Newlib based code but GPL related bits removed, test/printf-tests.c and test/testcases.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0003-tests-Makefile-install-static-4G-edge-testcases.patch | 4 Subject: [PATCH] tests/Makefile: install static 4G edge testcases
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/ |
H A D | rt-tests_git.bb | 1 SUMMARY = "Real-Time preemption testcases"
|
/openbmc/inarp/ |
H A D | configure.ac | 29 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
|
/openbmc/phosphor-event/ |
H A D | configure.ac | 35 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | Makefile | 2 obj-y += testcases.dtbo.o
|
H A D | tests-interrupts.dtsi | 87 * located in testcases.dts instead of in this file so that the
|