Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 1506) sorted by relevance

12345678910>>...61

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0002-Fix-import-of-tests.utils-to-enable-pytest.patch4 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/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch4 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 Dupdate-gawk-paths.patch7 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 Dskip-load.patch4 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/qemu/tests/unit/
H A Dtest-int128.c25 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 Dqunit-1.18.0.css1tests,#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 D0001-Fix-potential-string-truncation-in-strncpy.patch14 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/
H A DMakefile.include40 BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TCG_TESTS_TARGETS))
41 CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TCG_TESTS_TARGETS))
42 DISTCLEAN_TCG_TARGET_RULES=$(patsubst %,distclean-tcg-tests-%, $(TCG_TESTS_TARGETS))
43 RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(TCG_TESTS_TARGETS))
46 $(eval $(BUILD_DIR)/tests/tcg/config-$(TARGET).mak: config-host.mak))
48 .PHONY: $(TCG_TESTS_TARGETS:%=build-tcg-tests-%)
49 $(TCG_TESTS_TARGETS:%=build-tcg-tests-%): build-tcg-tests-%: $(BUILD_DIR)/tests/tcg/config-%.mak
51 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS), \
54 .PHONY: $(TCG_TESTS_TARGETS:%=run-tcg-tests-%)
55 $(TCG_TESTS_TARGETS:%=run-tcg-tests-%): run-tcg-tests-%: build-tcg-tests-%
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/
H A D0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch4 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/poky/meta/lib/oeqa/core/tests/
H A Dtest_decorators.py74 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/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0009-Prevent-running-check-tests-on-host-if-cross-compili.patch4 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/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-build-fix-parallel-make.patch20 @@ -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-networking/recipes-support/celt051/celt051/
H A D0001-tests-Include-entcode.c-into-test-sources-to-provide.patch4 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 Drust-oe-selftest.patch1 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/std/src/sync/poison/rwlock/tests.rs b/library/std/src/sync/poison/rwlock/tests
48 --- a/library/std/src/sync/poison/rwlock/tests.rs
49 +++ b/library/std/src/sync/poison/rwlock/tests.rs
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fyl2xp1.c9 const struct test tests[] = { variable
1143 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) { in main()
1146 "0" (tests[i].arg0), "u" (tests[i].arg1) : "st(1)"); in main()
1147 if (!check_equal(ld_res, tests[i].down) && in main()
1148 !check_equal(ld_res, tests[i].up)) { in main()
1150 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
H A Dtest-i386-fpatan.c9 const struct test tests[] = { variable
1058 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) { in main()
1061 "0" (tests[i].arg0), "u" (tests[i].arg1) : "st(1)"); in main()
1062 if (!check_equal(ld_res, tests[i].down) && in main()
1063 !check_equal(ld_res, tests[i].up)) { in main()
1065 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
H A Dtest-i386-fyl2x.c9 const struct test tests[] = { variable
1148 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) { in main()
1151 "0" (tests[i].arg0), "u" (tests[i].arg1) : "st(1)"); in main()
1152 if (!check_equal(ld_res, tests[i].down) && in main()
1153 !check_equal(ld_res, tests[i].up)) { in main()
1155 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
H A Dtest-i386-f2xm1.c9 const struct test tests[] = { variable
1129 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) { in main()
1131 __asm__ volatile ("f2xm1" : "=t" (ld_res) : "0" (tests[i].arg)); in main()
1132 if (!check_equal(ld_res, tests[i].down) && in main()
1133 !check_equal(ld_res, tests[i].up)) { in main()
1135 tests[i].arg, tests[i].down, tests[i].up, ld_res); in main()
/openbmc/qemu/tests/tcg/s390x/
H A Dbranch-relative-long.c24 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()
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dbabeltrace2_2.1.1.bb13 file://0001-tests-fix-test-applications-in-cpp-common.patch \
14 file://0001-tests-set-the-correct-plugin-directory.patch \
48 make -C tests all
52 install -d "${D}${PTEST_PATH}/tests"
55 for d in $(find "${S}/tests" -type d -printf '%P ') ; do
56 install -d "${D}${PTEST_PATH}/tests/$d"
57 find "${S}/tests/$d" -maxdepth 1 -executable -type f \
58 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} +
59 find "${S}/tests/$d" -maxdepth 1 -name *.sh \
60 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \;
[all …]
H A Dlttng-tools_2.13.15.bb35 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 \
79 for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/*.lttng \
80tests/regression/tools/save-load/configuration/load-42*.lttng tests/regression/tools/health/test_h…
81tests/regression/tools/metadata/utils.sh tests/regression/tools/rotation/rotate_utils.sh \
82 tests/regression/tools/notification/util_event_generator.sh \
83 tests/regression/tools/base-path/*.lttng; do
87 …for f in tests/utils/tap-driver.sh config/test-driver src/common/config/session.xsd src/common/mi-…
95 sed -i -e 's!^SUBDIRS = .*!SUBDIRS = tests!' "${D}${PTEST_PATH}/Makefile"
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer/
H A Drun-ptest7 pytest --automake --ignore tests/test_tutorial --ignore tests/test_completion \
8 --deselect tests/test_cli/test_completion_run.py::test_script_completion_run \
9 --deselect tests/test_cli/test_doc.py::test_doc_html_output \
10 --deselect tests/test_cli/test_sub_completion.py::test_script_completion_run \
11 --deselect tests/test_others.py::test_completion_argument \
12 --deselect tests/test_others.py::test_completion_untyped_parameters \
13 …--deselect tests/test_others.py::test_completion_untyped_parameters_different_order_correct_names \
14 --deselect tests/test_rich_markup_mode.py::test_rich_markup_mode_rich
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch6 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/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A D0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch10 sntp/tests/run-packetHandling.c | 2 +-
11 sntp/tests/run-t-log.c | 2 +-
12 sntp/tests/run-utilities.c | 2 +-
15 diff --git a/sntp/tests/run-packetHandling.c b/sntp/tests/run-packetHandling.c
17 --- a/sntp/tests/run-packetHandling.c
18 +++ b/sntp/tests/run-packetHandling.c
28 diff --git a/sntp/tests/run-t-log.c b/sntp/tests/run-t-log.c
30 --- a/sntp/tests/run-t-log.c
31 +++ b/sntp/tests/run-t-log.c
41 diff --git a/sntp/tests/run-utilities.c b/sntp/tests/run-utilities.c
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tar/
H A Dtar_1.35.bb42 file://0001-tests-fix-TESTSUITE_AT.patch \
43 file://0002-tests-check-for-recently-fixed-bug.patch \
54 rm -rf ${S}/tests/testsuite
55 oe_runmake -C ${B}/tests/ testsuite
56 oe_runmake -C ${B}/tests/ genfile checkseekhole ckmtime
60 install -d ${D}${PTEST_PATH}/tests/
61 install --mode=755 ${B}/tests/atconfig ${D}${PTEST_PATH}/tests/
62 sed -i "/abs_/d" ${D}${PTEST_PATH}/tests/atconfig
63 echo "abs_builddir=${PTEST_PATH}/tests/" >> ${D}${PTEST_PATH}/tests/atconfig
64 install --mode=755 ${B}/tests/atlocal ${D}${PTEST_PATH}/tests/
[all …]

12345678910>>...61