Searched refs:testname (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dchk.cxxtests38 for testname in $testnames; do
39 if grep -x $testname $TEST_CXX_SRCDIR/ignore > /dev/null; then
40 echo " **** cxx test $testname ignored"
44 echo " ==== cxx test $testname"
47 testprefix=../$TEST_CXX_SRCDIR/$testname
49 ${CXX} ${CXXFLAGS} -o $testname $testprefix.cpp ${LIBS} > ../$testname.compileout 2>&1 || {
50 echo "FAIL: compilation of $testname failed, see ../$testname.compileout"
53 rm -f ../$testname
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr025/
H A Dchk.cxxmulti32 for testname in $testnames; do
33 if grep -x $testname $TEST_CXX_SRCDIR/ignore > /dev/null; then
34 echo " **** cxx test $testname ignored"
38 echo " ==== cxx test $testname"
41 testprefix=../$TEST_CXX_SRCDIR/$testname
43 ${CXX} ${CXXFLAGS} -o $testname $testprefix.cpp ${LIBS} > ../$testname.compileout 2>&1 || {
44 echo "FAIL: compilation of $testname failed, see ../$testname.compileout"
47 rm -f ../$testname
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/server/
H A Drename.exp47 set testname "wildcard match"
51 pass $testname
53 fail $testname
H A Dmasktest.exp46 set testname "[lindex $test 0] [lindex $test 1]"
50 fail "masktest $testname"
52 pass "masktest $testname"
55 perror "no output seen for test $testname"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_nandecctest.c26 char testname[30]; local
30 sprintf(testname, "nand-ecc-%zu", size);
42 printk(KERN_INFO "mtd_nandecctest: ok - %s\n", testname);
46 printk(KERN_ERR "mtd_nandecctest: not ok - %s\n", testname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Druntest18 local testname=$(basename $testcase)
21 echo UNTESTED: $testname
29 echo UNTESTED: $testname
41 echo FAIL: $testname
47 echo PASS: $testname
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/
H A Dminicheck.h28 #define START_TEST(testname) static void testname(void) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/
H A Dminicheck.h28 #define START_TEST(testname) static void testname(void) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dspoolss.py42 for creds, testname, result in cases:
68 for unc, testname, result in cases:
96 for unc, testname, result in cases:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Druntests.pl2239 my ($testnum, $testname, $subject, $firstref, $secondref)=@_;
2256 logmsg "FAIL: $testnum - $testname - $subject\n";
3188 my @testname= getpart("client", "name");
3189 my $testname = $testname[0];
3190 $testname =~ s/\n//g;
3191 logmsg "[$testname]\n" if(!$short);
3640 $res = compare($testnum, $testname, "stdout", \@actual, \@validstdout);
3661 $res = compare($testnum, $testname, "data", \@out, \@reply);
3674 $res = compare($testnum, $testname, "uploa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl151 proc run_std { { testname ALL } args } {
158 set one_test $testname
1580 proc run_all { { testname ALL } args } {
1589 set one_test $testname
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlocking-selftest.c994 static inline void print_testname(const char *testname) argument
996 printk("%33s:", testname);

Completed in 164 milliseconds