Home
last modified time | relevance | path

Searched refs:testnum (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cracklib/cracklib/
H A D0002-craklib-fix-testnum-and-teststr-failed.patch4 Subject: [PATCH 2/2] craklib:fix testnum and teststr failed
8 $ ./testnum
21 util/testnum.c | 2 +-
25 diff --git a/util/testnum.c b/util/testnum.c
27 --- a/util/testnum.c
28 +++ b/util/testnum.c
/OK3568_Linux_fs/u-boot/test/log/
H A Dlog_test.c27 static int log_test(int testnum) in log_test() argument
31 printf("test %d\n", testnum); in log_test()
32 switch (testnum) { in log_test()
193 int testnum = 0; in do_log_test() local
197 testnum = simple_strtoul(argv[1], NULL, 10); in do_log_test()
199 ret = log_test(testnum); in do_log_test()
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_log.py35 def run_test(testnum): argument
45 output = u_boot_console.run_command('log test %d' % testnum)
48 assert 'test %d' % testnum == lines.next()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cracklib/
H A Dcracklib_2.9.8.bb14 file://0002-craklib-fix-testnum-and-teststr-failed.patch \
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py207 for i, (testserver, testnum, output) in enumerate(testservers):
211 semaphore, i, testnum, totaltests, output, result)
/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);