| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | ptest-packagelists.inc | 7 acl-ptest \ 8 apr-ptest \ 9 apr-util-ptest \ 10 attr-ptest \ 11 bluez5-ptest \ 12 bzip2-ptest \ 13 diffstat-ptest \ 14 diffutils-ptest \ 15 elfutils-ptest \ 16 ethtool-ptest \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-python.bb | 1 SUMMARY = "Meta-python ptest packagegroups" 455 RDEPENDS:packagegroup-meta-python3-ptest = "\ 456 python3-ansicolors-ptest \ 457 python3-appdirs-ptest \ 458 python3-betamax-ptest \ 459 python3-blinker-ptest \ 460 python3-cachetools-ptest \ 461 python3-cbor2-ptest \ 462 python3-click-ptest \ 463 python3-dnspython-ptest \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/glide/ |
| H A D | glide_0.13.3.bb | 18 RDEPENDS:${PN}-ptest += "bash" 27 # for aarch64 ends with textrel in ${PN}-ptest 29 …ry '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.c… 30 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 31 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 32 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 33 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 34 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 35 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… 36 # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | ptest.bbclass | 1 SUMMARY:${PN}-ptest ?= "${SUMMARY} - Package test files" 2 DESCRIPTION:${PN}-ptest ?= "${DESCRIPTION} \ 5 PTEST_PATH ?= "${libdir}/${BPN}/ptest" 9 FILES:${PN}-ptest += "${PTEST_PATH}" 10 SECTION:${PN}-ptest = "devel" 11 ALLOW_EMPTY:${PN}-ptest = "1" 12 PTEST_ENABLED = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '1', '0', d)}" 16 RDEPENDS:${PN}-ptest += "${PN}" 17 RDEPENDS:${PN}-ptest:class-native = "" 18 RDEPENDS:${PN}-ptest:class-nativesdk = "" [all …]
|
| H A D | ptest-perl.bbclass | 1 inherit ptest 5 SRC_URI += "file://ptest-perl/run-ptest" 9 if [ ! -f ${D}${PTEST_PATH}/run-ptest ]; then 10 install -m 0755 ${WORKDIR}/ptest-perl/run-ptest ${D}${PTEST_PATH} 16 FILES:${PN}-ptest:prepend = "${PTEST_PATH}/t/* ${PTEST_PATH}/run-ptest " 18 RDEPENDS:${PN}-ptest:prepend = "perl " 26 # Remove all '*ptest_perl' tasks when ptest is not enabled
|
| H A D | go-ptest.bbclass | 1 inherit go ptest 18 cat >${D}${PTEST_PATH}/run-ptest <<EOF 40 echo "run_test $testdir $testprog || RC=1" >> ${D}${PTEST_PATH}/run-ptest 44 echo "exit \$RC" >> ${D}${PTEST_PATH}/run-ptest 45 chmod +x ${D}${PTEST_PATH}/run-ptest 53 INSANE_SKIP:${PN}-ptest += "ldflags"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/ptest-runner/ |
| H A D | ptest-runner_2.4.2.bb | 2 DESCRIPTION = "The ptest-runner2 package installs a ptest-runner \ 3 program which loops through all installed ptest test suites and \ 5 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/" 13 SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master \ 18 FILES:${PN} = "${bindir}/ptest-runner ${bindir}/ptest-runner-collect-system-data" 27 install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner 28 …install -D -m 0755 ${S}/ptest-runner-collect-system-data ${D}${bindir}/ptest-runner-collect-system… 33 # pstree is called by ptest-runner-collect-system-data
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/packagegroups/ |
| H A D | packagegroup-meta-perl.bb | 9 …${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \ 91 RDEPENDS:packagegroup-meta-perl-ptest-packages = "\ 92 libmime-types-perl-ptest \ 93 libio-socket-ssl-perl-ptest \ 94 libdata-hexdump-perl-ptest \ 95 libauthen-sasl-perl-ptest \ 96 libnet-dns-perl-ptest \ 97 libnet-dns-sec-perl-ptest \ 98 libnet-ssleay-perl-ptest \ 99 libtest-harness-perl-ptest \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/strace/ |
| H A D | strace_5.16.bb | 10 file://Makefile-ptest.patch \ 11 file://run-ptest \ 13 file://ptest-spacesave.patch \ 20 inherit autotools ptest 44 oe_runmake -C ${TESTDIR} install-ptest BUILDDIR=${B} DESTDIR=${D}${PTEST_PATH} TESTDIR=${TESTDIR} 49 sed -i -e '/^src/s/strace.*[0-9]/ptest/' ${D}/${PTEST_PATH}/${TESTDIR}/Makefile 52 RDEPENDS:${PN}-ptest += "make coreutils grep gawk sed" 54 RDEPENDS:${PN}-ptest:append:libc-glibc = "\
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | log.py | 10 def show_ptest(result, ptest, logger): argument 11 logdata = resultutils.ptestresult_get_log(result, ptest) 16 print("ptest '%s' log not found" % ptest) 40 for name, ptest in r[sectname].items(): 73 for ptest in args.ptest: 74 if not show_ptest(r, ptest, logger):
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-tests_2.35.bb | 4 inherit ptest features_check 5 REQUIRED_DISTRO_FEATURES = "ptest" 9 file://run-ptest \ 12 SUMMARY = "glibc tests to be run with ptest" 17 d.setVar("PACKAGES", "${PN} ${PN}-ptest") 19 d.setVar("PROVIDES", "${PN} ${PN}-ptest") 20 d.setVar("RPROVIDES", "${PN} ${PN}-ptest") 72 install -d ${D}${PTEST_PATH}/tests/glibc-ptest/ 76 cp -r ${f} ${D}${PTEST_PATH}/tests/glibc-ptest/ 80 cp ${WORKDIR}/run-ptest ${D}${PTEST_PATH}/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | 0001-Make-ptest-run-the-python-tests-if-python-is-enabled.patch | 4 Subject: [PATCH] Make ptest run the python tests if python is enabled 21 @@ -203,9 +203,9 @@ install-ptest: 28 + $(MAKE) -C python install-ptest 41 +install-ptest: 45 + $(MAKE) -C tests install-ptest 47 +install-ptest: 61 +install-ptest: 80 +install-ptest:
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/template/ |
| H A D | test_report_full_text.txt | 20 {{ 'Recipe'.ljust(maxlen['ptest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(… 22 {% for ptest in ptests[machine] |sort %} 23 …ptest.ljust(maxlen['ptest']) }} | {{ (ptests[machine][ptest]['passed']|string).ljust(maxlen['passe…
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_bitmap.c | 364 #define ptest parselist_tests[i] in test_bitmap_parselist() macro 367 err = bitmap_parselist(ptest.in, bmap, ptest.nbits); in test_bitmap_parselist() 370 if (err != ptest.errno) { in test_bitmap_parselist() 372 i, ptest.in, err, ptest.errno); in test_bitmap_parselist() 376 if (!err && ptest.expected in test_bitmap_parselist() 377 && !__bitmap_equal(bmap, ptest.expected, ptest.nbits)) { in test_bitmap_parselist() 379 i, ptest.in, bmap[0], in test_bitmap_parselist() 380 *ptest.expected); in test_bitmap_parselist() 384 if (ptest.flags & PARSE_TIME) in test_bitmap_parselist() 386 i, ptest.in, time); in test_bitmap_parselist() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/ |
| H A D | m4-1.4.19.inc | 7 inherit autotools texinfo ptest gettext 13 SRC_URI:append:class-target = " file://run-ptest \ 51 ln -s ptest ${D}${libdir}/${BPN}/${BP} 55 RDEPENDS:${PN}-ptest += "make coreutils diffutils" 56 RDEPENDS:${PN}-ptest:append:libc-glibc = "\ 60 INSANE_SKIP:${PN}-ptest += "ldflags" 61 INSANE_SKIP:${PN}-ptest += "rpaths"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/ |
| H A D | perl-ptest.inc | 1 inherit ptest 3 SRC_URI += "file://run-ptest \ 51 # Put all *.t files from the lib dir in the ptest package 54 if bb.utils.contains('DISTRO_FEATURES', 'ptest', True, False, d): 56 '${PN}-ptest%s', '%s', recursive=True, match_path=True) 59 RDEPENDS:${PN}-ptest += "${PN}-modules ${PN}-doc sed" 61 # The perl-ptest package contains Perl internal modules and generating file 63 SKIP_FILEDEPS:${PN}-ptest = '1'
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libgpiod/ |
| H A D | libgpiod_1.6.3.bb | 9 file://run-ptest \ 15 inherit autotools pkgconfig python3native ptest 39 FILES:${PN}-ptest += " \ 52 RRECOMMENDS:${PN}-ptest += " \ 57 RDEPENDS:${PN}-ptest += "bats python3-packaging" 59 PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" 67 # Tools are always built so let's always install them for ptest even if
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | run-ptest | 19 cd ${VALGRIND_LIB}/ptest && ./gdbserver_tests/make_local_links ${GDB_BIN} 40 … --valgrind=${VALGRIND_BIN} --valgrind-lib=${VALGRIND_LIBEXECDIR} --yocto-ptest $i 2>&1|tee -a ${L… 45 cd ${VALGRIND_LIB}/ptest && ./tests/vg_regtest \ 48 --yocto-ptest \ 52 cd ${VALGRIND_LIB}/ptest && \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libauthen/ |
| H A D | libauthen-radius-perl_0.22.bb | 16 file://test.pl-adjust-for-ptest.patch \ 17 file://run-ptest \ 24 inherit cpan ptest 37 RDEPENDS:${PN}-ptest += " \ 46 raise bb.parse.SkipRecipe('ptest requires meta-networking to be present.')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlsec1/ |
| H A D | xmlsec1_1.2.33.bb | 18 file://makefile-ptest.patch \ 21 file://run-ptest \ 27 inherit autotools-brokensep ptest pkgconfig 47 RDEPENDS:${PN}-ptest += "${PN}-dev" 48 INSANE_SKIP:${PN}-ptest += "dev-deps" 64 oe_runmake -C ${S}/examples DESTDIR=${D}${PTEST_PATH} ${PTEST_EXTRA_ARGS} install-ptest
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | run-ptest | 24 if [ -d /usr/lib64/openl2tp/ptest ]; then 26 elif [ -d /usr/lib/openl2tp/ptest ]; then 56 cp ${OPENL2TP_DIR}/ptest/test_procs.tcl $TMP_DIR 57 cp ${OPENL2TP_DIR}/ptest/tunnel.test $TMP_DIR 58 cp ${OPENL2TP_DIR}/ptest/session.test $TMP_DIR
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/keyutils/ |
| H A D | keyutils_1.6.1.bb | 15 inherit siteinfo autotools-brokensep ptest 20 file://run-ptest \ 52 RDEPENDS:${PN}-ptest += "lsb-release" 53 RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" 54 RDEPENDS:${PN}-ptest:append:libc-musl = " musl-utils"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libssh2/ |
| H A D | libssh2_1.10.0.bb | 12 file://run-ptest \ 17 inherit autotools pkgconfig ptest 31 # required for ptest on documentation 32 RDEPENDS:${PN}-ptest = "man-db openssh util-linux-col" 33 RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg/ |
| H A D | opkg_0.5.0.bb | 18 file://run-ptest \ 23 # This needs to be before ptest inherit, otherwise all ptest files end packaged 25 # PTEST_PATH ?= "${libdir}/${BPN}/ptest" 28 inherit autotools pkgconfig ptest 65 RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pv/ |
| H A D | pv_1.6.20.bb | 8 file://run-ptest \ 15 inherit autotools ptest 20 RDEPENDS:${PN}-ptest = "coreutils" 26 # sed -i -e 's@\$SRCDIR/@./@g' ${D}${PTEST_PATH}/run-ptest
|