| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | run_tests.sh | 11 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 D | psqlodbc-fix-for-ptest-support.patch | 66 -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 D | intel_pstate_tracer.py | 66 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 D | 0001-run-xtests.sh-check-whether-files-exist.patch | 40 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 D | basetest.py | 43 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 D | run-tests | 74 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 D | oetest.py | 216 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 D | nmi_selftest.c | 138 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 D | keyutils-test-fix-output-format.patch | 10 <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 D | scancpan | 727 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 D | ltp_compliance.py | 83 testname = ("ltpposixresult." + posix_group + "." + test) 84 self.extras[testname] = {'status': result}
|
| H A D | ltp_stress.py | 82 testname = ("ltpstressresult." + stress_group + "." + test) 83 self.extras[testname] = {'status': result}
|
| H A D | ltp.py | 96 testname = ("ltpresult." + ltp_group + "." + test) 97 self.extras[testname] = {'status': result}
|
| H A D | ptest.py | 88 …testname = "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 D | decorators.py | 39 testname = s.split('.')[-1] 40 if testname: 41 ret.append(testname)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | autotest-automake-result-format.patch | 19 +# 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 D | display_testname_for_subtest.patch | 1 Display testname for subtest
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 372 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 D | test-add-output-in-the-format-result-testname.patch | 4 Subject: [PATCH] test: add output in the format "result: testname"
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | gen-bootlin-toolchains | 368 testname = "TestExternalToolchainBootlin" + \ 372 f.write("class %s(TestExternalToolchain):\n" % testname)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2023-23914_5-4.patch | 46 $res = compare($testnum, $testname, "proxy", \@out, \@protstrip);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/ |
| H A D | 0002-Add-debug-prefix-map-option.patch | 287 + print "Test $testname/$subname validation failed\n"; 293 mkpath("$outputdir/$testname/$subname");
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/ |
| H A D | slang_2.3.2.bb | 20 file://test-add-output-in-the-format-result-testname.patch \
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0006-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch | 121 set testname "Build liblto-11.a"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 10 "[PASS|SKIP|FAIL]: testname"
|