Home
last modified time | relevance | path

Searched refs:runtest (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dkeyutils-test-fix-output-format.patch20 tests/runtest.sh | 5 +++++
23 diff --git a/tests/runtest.sh b/tests/runtest.sh
25 --- a/tests/runtest.sh
26 +++ b/tests/runtest.sh
30 bash ./runtest.sh
37 bash ./runtest.sh || exit 1
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/
H A D0001-Remove-OOM-tests-from-runtest-mm.patch4 Subject: [PATCH] Remove OOM tests from runtest/mm
13 runtest/mm | 6 ------
16 diff --git a/runtest/mm b/runtest/mm
18 --- a/runtest/mm
19 +++ b/runtest/mm
H A Ddisable_hanging_tests.patch12 Index: git/runtest/fs
14 --- git.orig/runtest/fs
15 +++ git/runtest/fs
22 -# Was not sure why it should reside in runtest/crashme and won't get tested ever
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dconfig-bisect.pl404 my $runtest = 1;
413 $runtest = 0;
416 if ($runtest) {
420 $runtest = 0;
426 return $runtest;
509 my $runtest = 0;
541 $runtest = process_new_config \%tmp_config, \%new_configs,
544 if (!$runtest) {
550 $runtest = process_new_config \%tmp_config, \%new_configs,
555 if (!$runtest && $len_diff > 0) {
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dbuildtest.patch9 Split "check-TESTS" into a buildtest and runtest target, so that they can
28 +.PHONY: check-TESTS buildtest-TESTS runtest-TESTS
37 +AM_RECURSIVE_TARGETS += buildtest runtest
42 + $(MAKE) $(AM_MAKEFLAGS) runtest-TESTS
44 +runtest-TESTS:
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A Dfix-execution-of-ptests.patch25 -runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \
30 $(CHECKER) ./runtest$(EXEEXT) && \
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A Davoid_parallel_tests.patch7 buildtest-TESTS and runtest-TESTS targets required by ptest.
9 In order to have buildtest-TESTS and runtest-TESTS targets
H A Drun-ptest4 make -k runtest-TESTS 2>/dev/null| grep -e ^PASS -e ^FAIL
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/
H A Dbuild-tests.patch43 + @$(MAKE) runtest
57 +runtest:
H A Drun-bash-ptests3 make -k THIS_SH=/bin/bash BUILD_DIR=`pwd` srcdir=`pwd` runtest
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bzip2/bzip2/
H A Drun-ptest2 make -k runtest
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ethtool/ethtool/
H A Drun-ptest2 make -k runtest-TESTS
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/
H A Drun-ptest2 make -C tests -k runtest-TESTS
H A D0001-configure.ac-Add-serial-tests.patch6 ptest needs buildtest-TESTS and runtest-TESTS targets.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A Drun-ptest3 make -C test-suite -k runtest-TESTS
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump/
H A Drun-ptest2 make -k runtest-PTEST | sed -e '/: passed/ s/^/PASS: /g' \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/m4/
H A Drun-ptest5 make -k runtest-TESTS top_srcdir=.. srcdir=.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libnl/
H A Dlibnl_3.5.0.bb63 # hack to remove the call to `make runtest-TESTS`
64 sed -i 's/$(MAKE) $(AM_MAKEFLAGS) runtest-TESTS//g' Makefile
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Drun-ptest4 make -C `dirname ${x}` -k runtest-TESTS
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-0.21/
H A Drun-ptest6 make -k runtest-TESTS top_srcdir=.. srcdir=. abs_srcdir=$PWD top_builddir=$PWD/../ abs_top_srcdir=$…
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Drun-ptest9 LANG=C.UTF-8 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/
H A Dltp_20220121.bb28 file://0001-Remove-OOM-tests-from-runtest-mm.patch \
78 sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers
111 FILES:${PN} += "${prefix}/* ${prefix}/runtest/* ${prefix}/scenario_groups/* ${prefix}/testcases/bin…
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c266 static int runtest(void) in runtest() function
302 return runtest(); in perf_hwbreak()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/
H A Dippool_1.3.bb15 file://runtest.sh \
73 install ${WORKDIR}/runtest.sh ${D}/opt/${BPN}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-fix-for-ptest-support.patch86 if (runtest(binname, testname, i, inputdir) != 0)
89 @@ -157,29 +157,29 @@ runtest(const char *binname, const char *testname, int testno, const char *in…

12