Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/lib/lockdep/
H A Drun_tests.sh11 testname=$(basename "$i" .c)
12 echo -ne "$testname... "
13 if gcc -o "tests/$testname" -pthread "$i" liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &&
14 timeout 1 "tests/$testname" 2>&1 | /bin/bash "tests/${testname}.sh"; then
19 rm -f "tests/$testname"
23 testname=$(basename "$i" .c)
24 echo -ne "(PRELOAD) $testname... "
25 if gcc -o "tests/$testname" -pthread -Iinclude "$i" &&
26 timeout 1 ./lockdep "tests/$testname" 2>&1 |
27 /bin/bash "tests/${testname}.sh"; then
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-fix-for-ptest-support.patch66 -parse_argument(const char *in, char *testname, char *binname)
67 +parse_argument(const char *in, char *testname, char *binname, const char *inputdir)
71 @@ -65,7 +65,7 @@ parse_argument(const char *in, char *testname, char *binname)
74 strcpy(testname, in);
84 - parse_argument(argv[j], testname, binname);
85 + parse_argument(argv[j], testname, binname, inputdir);
86 if (runtest(binname, testname, i, inputdir) != 0)
89 @@ -157,29 +157,29 @@ runtest(const char *binname, const char *testname, int testno, const char *in…
94 - binname, testname);
96 + binname, inputdir, testname);
[all …]
/OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname
110 …itle "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datet…
131 …g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim…
148 …g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim…
164 …g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.no…
181 … g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now()))
194 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now()))
211 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now()))
225 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now()))
239 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now()))
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/
H A D0001-run-xtests.sh-check-whether-files-exist.patch40 for testname in $XTESTS ; do
41 for cfg in "${SRCDIR}"/$testname*.pamd ; do
42 @@ -47,11 +49,15 @@ for testname in $XTESTS ; do
44 rm -f /etc/pam.d/$testname*
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A Dbasetest.py43 self.testname = self.__class__.__name__
44 self.builddir = self.outputdir and os.path.join(self.outputdir, self.testname)
50 self.testname, msg))
/OK3568_Linux_fs/buildroot/support/testing/
H A Drun-tests74 if args.all is False and not args.testname:
116 if args.testname:
117 nose2_args += args.testname
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py216 for testname in self.testsuites:
217 if testname != "auto":
218 if testname.startswith("oeqa."):
219 testslist.append(testname)
223 if os.path.exists(os.path.join(p, extrapath, type, testname + ".py")):
224 testslist.append("oeqa." + type + "." + testname)
227 … elif os.path.exists(os.path.join(p, extrapath, type, testname.split(".")[0] + ".py")):
228 testslist.append("oeqa." + type + "." + testname)
232 …('Test %s specified in TEST_SUITES could not be found in lib/oeqa/runtime under BBPATH' % testname)
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dnmi_selftest.c138 static inline void __init print_testname(const char *testname) in print_testname() argument
140 printk("%12s:", testname); in print_testname()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dkeyutils-test-fix-output-format.patch10 <result>: <testname>
11 where the result can be PASS, FAIL, or SKIP, and the testname can be any
/OK3568_Linux_fs/buildroot/utils/
H A Dscancpan727 my $testname = $testdir . q{/test_} . lc $brname . q{.py};
819 if (want_test( $distname ) && ($force || !-f $testname)) {
826 say qq{write ${testname}} unless $quiet;
828 open my $fh, q{>}, $testname;
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_compliance.py83 testname = ("ltpposixresult." + posix_group + "." + test)
84 self.extras[testname] = {'status': result}
H A Dltp_stress.py82 testname = ("ltpstressresult." + stress_group + "." + test)
83 self.extras[testname] = {'status': result}
H A Dltp.py96 testname = ("ltpresult." + ltp_group + "." + test)
97 self.extras[testname] = {'status': result}
H A Dptest.py88testname = "ptestresult." + (section or "No-section") + "." + "_".join(test.translate(trans).split…
89 extras[testname] = {'status': result}
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Ddecorators.py39 testname = s.split('.')[-1]
40 if testname:
41 ret.append(testname)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautotest-automake-result-format.patch19 +# Automake result format "result: testname"
55 + -A, --am-fmt automake result format "result: testname"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/
H A Ddisplay_testname_for_subtest.patch1 Display testname for subtest
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/
H A Dftracetest372 local testname=`basename $1`
375 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/
H A Dtest-add-output-in-the-format-result-testname.patch4 Subject: [PATCH] test: add output in the format "result: testname"
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-bootlin-toolchains368 testname = "TestExternalToolchainBootlin" + \
372 f.write("class %s(TestExternalToolchain):\n" % testname)
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2023-23914_5-4.patch46 $res = compare($testnum, $testname, "proxy", \@out, \@protstrip);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch287 + print "Test $testname/$subname validation failed\n";
293 mkpath("$outputdir/$testname/$subname");
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/
H A Dslang_2.3.2.bb20 file://test-add-output-in-the-format-result-testname.patch \
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0006-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch121 set testname "Build liblto-11.a"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch10 "[PASS|SKIP|FAIL]: testname"

12