/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | remove-for-aarch64 | 1 drd/tests/annotate_sem 3 helgrind/tests/hg05_race2 4 helgrind/tests/tc20_verifywrap 5 memcheck/tests/dw4 6 memcheck/tests/varinfo1 7 memcheck/tests/varinfo2 8 memcheck/tests/varinfo3 9 memcheck/tests/varinfo4 10 memcheck/tests/varinfo5 11 memcheck/tests/varinfo6 [all …]
|
H A D | remove-for-all | 1 cachegrind/tests/wrap5 2 drd/tests/boost_thread 3 none/tests/amd64/fb_test_amd64 4 none/tests/tls 7 memcheck/tests/linux/dlclose_leak-no-keep 8 memcheck/tests/linux/dlclose_leak 9 memcheck/tests/linux/timerfd-syscall 10 memcheck/tests/supp_unknown 11 memcheck/tests/wrap1 12 memcheck/tests/wrap2 [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 …]
|
H A D | obj_name.c | 10 } tests[] = { in test_obj_name() local 23 for (i = 0; i < ARRAY_SIZE(tests); i++) { in test_obj_name() 24 size_t name_len = strlen(tests[i].name) + 1; in test_obj_name() 37 memcpy(attr.prog_name, tests[i].name, ncopy); in test_obj_name() 40 CHECK((tests[i].success && fd < 0) || in test_obj_name() 41 (!tests[i].success && fd >= 0) || in test_obj_name() 42 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name() 45 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name() 59 memcpy(attr.map_name, tests[i].name, ncopy); in test_obj_name() 61 CHECK((tests[i].success && fd < 0) || in test_obj_name() [all …]
|
H A D | global_data.c | 18 } tests[] = { in test_global_data_number() local 32 for (i = 0; i < ARRAY_SIZE(tests); i++) { in test_global_data_number() 33 err = bpf_map_lookup_elem(map_fd, &tests[i].key, &num); in test_global_data_number() 34 CHECK(err || num != tests[i].num, tests[i].name, in test_global_data_number() 36 err, num, tests[i].num); in test_global_data_number() 53 } tests[] = { in test_global_data_string() local 61 for (i = 0; i < ARRAY_SIZE(tests); i++) { in test_global_data_string() 62 err = bpf_map_lookup_elem(map_fd, &tests[i].key, str); in test_global_data_string() 63 CHECK(err || memcmp(str, tests[i].str, sizeof(str)), in test_global_data_string() 64 tests[i].name, "err %d result \'%s\' expected \'%s\'\n", in test_global_data_string() [all …]
|
/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/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/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/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/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/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. 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 ++ 29 libregex/tests/Makefile.am | 2 ++ [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
H A D | test_decorators.py | 74 tests = ['depends.DependsTest.testDependsFirst', 79 tests2 = list(tests) 80 tests2[2], tests2[3] = tests[3], tests[2] 81 tc = self._testLoader(modules=self.modules, tests=tests) 83 result = True if test_loaded == tests or test_loaded == tests2 else False 85 ' %s.\nExpected: %s\nOr: %s' % (test_loaded, tests, tests2) 91 tests = ['depends.DependsTest.testDependsSecond'] 94 tc = self._testLoader(modules=self.modules, tests=tests) 103 tests = ['depends.DependsTest.testDependsCircular1', 108 tc = self._testLoader(modules=self.modules, tests=tests) [all …]
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
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 …]
|
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 …]
|
/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/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/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/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 …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rust-oe-selftest.patch | 1 Add "[ignore]" tags to the failing unit tests to 8 diff --git a/compiler/rustc_errors/src/markdown/tests/term.rs b/compiler/rustc_errors/src/markdown/… 9 --- a/compiler/rustc_errors/src/markdown/tests/term.rs 10 +++ b/compiler/rustc_errors/src/markdown/tests/term.rs 19 diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs 20 --- a/compiler/rustc_interface/src/tests.rs 21 +++ b/compiler/rustc_interface/src/tests.rs 46 diff --git a/library/test/src/stats/tests.rs b/library/test/src/stats/tests.rs 47 --- a/library/test/src/stats/tests.rs 48 +++ b/library/test/src/stats/tests.rs [all …]
|
/openbmc/qemu/tests/ |
H A D | Makefile.include | 42 BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TCG_TESTS_TARGETS)) 43 CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TCG_TESTS_TARGETS)) 44 DISTCLEAN_TCG_TARGET_RULES=$(patsubst %,distclean-tcg-tests-%, $(TCG_TESTS_TARGETS)) 45 RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(TCG_TESTS_TARGETS)) 48 $(eval $(BUILD_DIR)/tests/tcg/config-$(TARGET).mak: config-host.mak)) 50 .PHONY: $(TCG_TESTS_TARGETS:%=build-tcg-tests-%) 51 $(TCG_TESTS_TARGETS:%=build-tcg-tests-%): build-tcg-tests-%: $(BUILD_DIR)/tests/tcg/config-%.mak 53 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS), \ 56 .PHONY: $(TCG_TESTS_TARGETS:%=run-tcg-tests-%) 57 $(TCG_TESTS_TARGETS:%=run-tcg-tests-%): run-tcg-tests-%: build-tcg-tests-% [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 6 Skip the tests which depend on gcc when 13 tests/run-disasm-x86-64.sh | 2 ++ 14 tests/run-disasm-x86.sh | 2 ++ 15 tests/run-strip-g.sh | 2 ++ 16 tests/run-strip-nothing.sh | 2 ++ 19 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh 21 --- a/tests/run-disasm-x86-64.sh 22 +++ b/tests/run-disasm-x86-64.sh 32 diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh 34 --- a/tests/run-disasm-x86.sh [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tar/ |
H A D | tar_1.35.bb | 48 file://0001-tests-fix-TESTSUITE_AT.patch \ 49 file://0002-tests-check-for-recently-fixed-bug.patch \ 60 rm -rf ${S}/tests/testsuite 61 oe_runmake -C ${B}/tests/ testsuite 62 oe_runmake -C ${B}/tests/ genfile checkseekhole ckmtime 66 install -d ${D}${PTEST_PATH}/tests/ 67 install --mode=755 ${B}/tests/atconfig ${D}${PTEST_PATH}/tests/ 68 sed -i "/abs_/d" ${D}${PTEST_PATH}/tests/atconfig 69 echo "abs_builddir=${PTEST_PATH}/tests/" >> ${D}${PTEST_PATH}/tests/atconfig 70 install --mode=755 ${B}/tests/atlocal ${D}${PTEST_PATH}/tests/ [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | branch-relative-long.c | 24 static const struct test tests[] = { variable 41 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) { in main() 42 size_t test_length = 0x100000000 + (tests[i].code_end - tests[i].code); in main() 57 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) { in main() 60 memcpy(code, tests[i].code, tests[i].code_end - tests[i].code); in main() 62 memset(code, 0, tests[i].code_end - tests[i].code); in main()
|