/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 4 Subject: [PATCH] tests: add check_skip_kernel_test to check root user and 10 The current tests will run both userspace and kernel testing. Some of 36 tests/destructive/metadata-regeneration | 8 +---- 37 tests/perf/test_perf_raw.in | 8 +---- 38 tests/regression/kernel/test_all_events | 8 +---- 39 tests/regression/kernel/test_callstack | 8 +---- 40 tests/regression/kernel/test_channel | 8 +---- 41 tests/regression/kernel/test_clock_override | 8 +---- 42 tests/regression/kernel/test_event_basic | 8 +---- 43 tests/regression/kernel/test_kernel_function | 8 +---- [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | remove-for-aarch64 |
|
H A D | remove-for-all |
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | Makefile.target | 1 S390X_SRC=$(SRC_PATH)/tests/tcg/s390x 14 TESTS+=hello-s390x 15 TESTS+=csst 16 TESTS+=ipm 17 TESTS+=exrl-trt 18 TESTS+=exrl-trtr 19 TESTS+=pack 20 TESTS+=mie3-compl 21 TESTS+=mie3-mvcrl 22 TESTS+=mie3-sel [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
H A D | update-gawk-paths.patch | 7 from #!/bin/gawk to #!/usr/bin/gawk. Fixes missing RDPENDS QA tests: 9 …WARNING: QA Issue: /usr/lib/strace/ptest/tests/unix-yy-accept.awk_strace-ptest contained in packag… 16 tests-m32/caps-abbrev.awk | 2 +- 17 tests-m32/caps.awk | 2 +- 18 tests-m32/match.awk | 2 +- 19 tests-m32/rt_sigaction.awk | 2 +- 20 tests-mx32/caps-abbrev.awk | 2 +- 21 tests-mx32/caps.awk | 2 +- 22 tests-mx32/match.awk | 2 +- 23 tests-mx32/rt_sigaction.awk | 2 +- [all …]
|
H A D | skip-load.patch | 4 Subject: [PATCH] strace: skip a number of load-sensitive tests 6 Skip tests which are known to be unreliable under load, typically because they 12 tests/clock_nanosleep.gen.test | 1 + 13 tests/delay.test | 1 + 14 tests/strace-r.test | 1 + 17 diff --git a/tests/clock_nanosleep.gen.test b/tests/clock_nanosleep.gen.test 19 --- a/tests/clock_nanosleep.gen.test 20 +++ b/tests/clock_nanosleep.gen.test 23 …# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (clock_nanosleep -e trace=clock_nano… 27 diff --git a/tests/delay.test b/tests/delay.test [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0002-Fix-import-of-tests.utils-to-enable-pytest.patch | 4 Subject: [PATCH 2/2] Fix import of tests.utils to enable pytest 13 tests/test_asyncio.py | 2 +- 14 tests/test_asyncio_context_vars.py | 2 +- 15 tests/test_functionality.py | 2 +- 16 tests/test_gevent.py | 2 +- 17 tests/test_hooks.py | 2 +- 18 tests/test_tags.py | 2 +- 21 diff --git a/tests/test_asyncio.py b/tests/test_asyncio.py 23 --- a/tests/test_asyncio.py 24 +++ b/tests/test_asyncio.py [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0009-Prevent-running-check-tests-on-host-if-cross-compili.patch | 4 Subject: [PATCH 09/10] Prevent running check tests on host if cross compiling 6 This patch enables running the 'make check' tests on the target 8 check' builds and executes the tests; no change from this patch. 10 set which bypasses assiging tests to the makekfile variable TESTS. 11 Since TESTS is empty, the 'make check' process never tries to run the 12 tests on the hosts. On the target, the tests must be run manually. 14 Also, in the libutil++ tests, a makefile variable SRCDIR is passed into 16 'file-manip-tests'. The mechanism used for a host test, based on 27 libdb/tests/Makefile.am | 2 ++ 28 libop/tests/Makefile.am | 2 ++ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | qunit-1.18.0.css | 1 …tests,#qunit-header,#qunit-banner,#qunit-testrunner-toolbar,#qunit-userAgent,#qunit-testresult{fon…
|
/openbmc/qemu/tests/ |
H A D | Makefile.include | 6 …MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decodetree tests" 7 @echo " $(MAKE) bench Run speed tests" 10 @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target" 11 @echo " $(MAKE) check-qtest Run qtest tests" 12 @echo " $(MAKE) check-functional Run python-based functional tests" 13 @echo " $(MAKE) check-functional-TARGET Run functional tests for a given target" 14 @echo " $(MAKE) check-unit Run qobject tests" 15 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests" 16 @echo " $(MAKE) check-block Run block tests" 18 @echo " $(MAKE) check-tcg Run TCG tests" [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | arg_parsing.c | 9 set->tests = NULL; in init_test_filter_set() 17 for (j = 0; j < set->tests[i].subtest_cnt; j++) in free_test_filter_set() 18 free((void *)set->tests[i].subtests[j]); in free_test_filter_set() 19 free(set->tests[i].subtests); in free_test_filter_set() 20 free(set->tests[i].name); in free_test_filter_set() 23 free(set->tests); in free_test_filter_set() 36 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list() 38 ASSERT_EQ(set.tests[0].subtest_cnt, 0, "subtest filters count"); in test_parse_test_list() 39 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "subtest name"); in test_parse_test_list() 46 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | 0001-Fix-potential-string-truncation-in-strncpy.patch | 14 tests/listen-packet.c | 3 ++- 15 tests/listen.c | 3 ++- 16 tests/test2.c | 4 ++-- 17 tests/test3.c | 3 ++- 18 tests/test4.c | 3 ++- 19 tests/test5.c | 3 ++- 20 tests/test6.c | 3 ++- 21 tests/test7.c | 3 ++- 24 diff --git a/tests/listen-packet.c b/tests/listen-packet.c 26 --- a/tests/listen-packet.c [all …]
|
/openbmc/qemu/tests/tcg/tricore/ |
H A D | Makefile.softmmu-target | 1 TESTS_PATH = $(SRC_PATH)/tests/tcg/tricore 9 TESTS += test_abs.asm.tst 10 TESTS += test_bmerge.asm.tst 11 TESTS += test_clz.asm.tst 12 TESTS += test_crcn.asm.tst 13 TESTS += test_dextr.asm.tst 14 TESTS += test_dvstep.asm.tst 15 TESTS += test_fadd.asm.tst 16 TESTS += test_fmul.asm.tst 17 TESTS += test_ftohp.asm.tst [all …]
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
H A D | lttng-tools_2.13.14.bb | 35 file://0001-tests-do-not-strip-a-helper-library.patch \ 38 file://disable-tests.patch \ 40 file://0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch \ 78 for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/*.lttng \ 79 …tests/regression/tools/save-load/configuration/load-42*.lttng tests/regression/tools/health/test_h… 80 … tests/regression/tools/metadata/utils.sh tests/regression/tools/rotation/rotate_utils.sh \ 81 tests/regression/tools/notification/util_event_generator.sh \ 82 tests/regression/tools/base-path/*.lttng; do 86 …for f in tests/utils/tap-driver.sh config/test-driver src/common/config/session.xsd src/common/mi-… 94 sed -i -e 's!^SUBDIRS = .*!SUBDIRS = tests!' "${D}${PTEST_PATH}/Makefile" [all …]
|
H A D | babeltrace2_2.0.6.bb | 12 file://0001-tests-do-not-run-test-applications-from-.libs.patch \ 37 make -C tests all 41 install -d "${D}${PTEST_PATH}/tests" 44 for d in $(find "${S}/tests" -type d -printf '%P ') ; do 45 install -d "${D}${PTEST_PATH}/tests/$d" 46 find "${S}/tests/$d" -maxdepth 1 -executable -type f \ 47 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} + 48 find "${S}/tests/$d" -maxdepth 1 -name *.sh \ 49 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 50 find "${S}/tests/$d" -maxdepth 1 -name *.py \ [all …]
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | intro.rst | 16 status of the tests and the project at any given time. It is intended 36 the "glue" logic that defines which tests to run and how to run them. 42 project defining the tests to run on a per release basis. 51 the Autobuilder tests if things work. The Autobuilder builds all test 52 targets and runs all the tests. 85 Yocto Project Tests --- Types of Testing Overview 88 The Autobuilder tests different elements of the project by using 89 the following types of tests: 91 - *Build Testing:* Tests whether specific configurations build by 99 Autobuilder tests literally hundreds of configurations and targets. [all …]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-selftest | 23 tests = ["bb.tests.codeparser", variable 24 "bb.tests.color", 25 "bb.tests.cooker", 26 "bb.tests.cow", 27 "bb.tests.data", 28 "bb.tests.event", 29 "bb.tests.fetch", 30 "bb.tests.parse", 31 "bb.tests.runqueue", 32 "bb.tests.siggen", [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/ |
H A D | 0001-Stop-using-pyasn1.compat.octets.patch | 14 tests/test_pem.py | 3 +-- 15 tests/test_rfc3770.py | 3 +-- 16 tests/test_rfc4073.py | 3 +-- 17 tests/test_rfc4334.py | 3 +-- 18 tests/test_rfc5755.py | 3 +-- 19 tests/test_rfc6032.py | 7 +++---- 20 tests/test_rfc6120.py | 1 - 23 diff --git a/tests/test_pem.py b/tests/test_pem.py 25 --- a/tests/test_pem.py 26 +++ b/tests/test_pem.py [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-int128.c | 25 static uint32_t tests[8] = { variable 51 for (i = 0; i < ARRAY_SIZE(tests); ++i) { in test_and() 52 for (j = 0; j < ARRAY_SIZE(tests); ++j) { in test_and() 53 Int128 a = expand(tests[i]); in test_and() 54 Int128 b = expand(tests[j]); in test_and() 55 Int128 r = expand(tests[i] & tests[j]); in test_and() 67 for (i = 0; i < ARRAY_SIZE(tests); ++i) { in test_add() 68 for (j = 0; j < ARRAY_SIZE(tests); ++j) { in test_add() 69 Int128 a = expand(tests[i]); in test_add() 70 Int128 b = expand(tests[j]); in test_add() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 0001-build-fix-parallel-make.patch | 20 @@ -131,12 +131,19 @@ utils/tests/%: PRELIBS+=$(LIBWVSTREAMS) 24 -TARGETS += crypto/tests/ssltest ipstreams/tests/unixtest 25 +TARGETS += crypto/tests/ssltest … 26 +crypto/tests/ssltest: $(LIBWVSTREAMS) … 28 +TARGETS += ipstreams/tests/unixtest 29 +ipstreams/tests/unixtest: $(LIBWVSTREAMS) 31 TARGETS += crypto/tests/printcert 32 +crypto/tests/printcert: $(LIBWVSTREAMS) 36 TARGETS += ipstreams/tests/wsd 37 + ipstreams/tests/wsd: $(LIBWVSTREAMS) [all …]
|
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/ |
H A D | 0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch | 4 Subject: [mtd-utils][PATCH] tests: Remove unused linux/fs.h header from includes 14 tests/fs-tests/lib/tests.c | 1 - 17 diff --git a/tests/fs-tests/lib/tests.c b/tests/fs-tests/lib/tests.c 19 --- a/tests/fs-tests/lib/tests.c 20 +++ b/tests/fs-tests/lib/tests.c 28 #include "tests.h"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 1 # TestFinder class, define set of tests to run. 47 self.all_tests += [f for f in glob.iglob('tests/*') 80 # Numbered tests are old naming convention. We should convert them 84 # Named tests all should be in tests/ subdirectory 85 name = os.path.join('tests', name) 94 tests: Optional[List[str]] = None, 96 """Find tests 101 a.1 Take all tests from @groups 102 a.2 Drop tests, which are in at least one of @exclude_groups or in 104 a.3 Add tests from @tests (don't exclude anything from them) [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.POST | 16 The framework shall allow adding/removing/replacing POST tests. 17 Also, standalone POST tests shall be supported. 22 of tests running on normal/power-fail booting. 26 The framework shall support manual running of the POST tests. 28 2) The results of tests shall be saved so that it will be possible to 31 3) The following POST tests shall be developed for MPC823E-based 52 tests and developing such tests for particular hardware. 57 tests and collect their results at boot time. Also, U-Boot will 58 support running POST tests manually at any time by executing a 61 The list of available POST tests will be configured at U-Boot build [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | functional.rst | 6 The ``tests/functional`` directory hosts functional tests written in 7 Python. They are usually higher level tests, and may interact with 9 The functional tests have initially evolved from the Avocado tests, so there 10 is a lot of similarity to those tests here (see :ref:`checkavocado-ref` for 11 details about the Avocado tests). 13 The tests should be written in the style of the Python `unittest`_ framework, 14 using stdio for the TAP protocol. The folder ``tests/functional/qemu_test`` 27 Tests based on ``qemu_test.QemuSystemTest`` can easily: 42 Running tests 45 You can run the functional tests simply by executing: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/celt051/ |
H A D | 0001-tests-Include-entcode.c-into-test-sources-to-provide.patch | 4 Subject: [PATCH] tests: Include entcode.c into test sources to provide 7 Fixes link errors in tests 8 | /usr/src/debug/celt051/0.5.1.3+gitAUTOINC+5555aae843-r0/git/tests/../libcelt/rangedec.c:202: unde… 14 tests/cwrs32-test.c | 1 + 15 tests/ectest.c | 2 +- 16 tests/laplace-test.c | 1 + 19 diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c 21 --- a/tests/cwrs32-test.c 22 +++ b/tests/cwrs32-test.c 31 diff --git a/tests/ectest.c b/tests/ectest.c [all …]
|