Searched refs:good (Results 1 - 16 of 16) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/sortlist/
H A Dclean.sh20 rm -f *.dig *.good
H A Dtests.sh26 cat <<EOF >test1.good
39 diff test1.dig test1.good || status=1
42 cat <<EOF >test2.good
/bind-9.6-ESV-R11/bin/tests/system/glue/
H A Dtests.sh31 $PERL ../digcomp.pl --lc fi.good dig.out || status=1
35 $PERL ../digcomp.pl xx.good dig.out || status=1
39 $PERL ../digcomp.pl yy.good dig.out || status=1
43 $PERL ../digcomp.pl noglue.good dig.out || status=1
/bind-9.6-ESV-R11/bin/tests/system/v6synth/
H A Dtests.sh43 cat <<EOF >good.out
68 diff good.out dig.out || status=1
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp233 while (!done && m_is.get(ch).good()) {
237 while (!done && m_is.get(ch).good()) {
255 if (!m_is.good())
309 while (m_is.good() && m_is.peek() != '\n')
329 bool good(void) const;
397 parser< TKZ >::good(void) function in class:atf::parser::parser
400 return m_tkz.m_is.good();
H A Dparser.cpp326 if (!header::read(p, he).good() || he.name().empty())
341 if (!is.good())
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dtests.sh22 echo "I: checking that named-checkconf handles a known good config"
25 $CHECKCONF good.conf > /dev/null 2>&1 || ret=1
/bind-9.6-ESV-R11/bin/tests/system/checkzone/
H A Dtests.sh23 for db in zones/good*.db
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio_test.cpp320 ATF_REQUIRE(os.good() || (os.bad() && errno == EINTR));
416 ATF_REQUIRE(std::cout.good());
417 ATF_REQUIRE(std::cerr.good());
H A Dtest-program.cpp682 if (!results_file.good())
685 while (std::getline(results_file, extra_line).good())
H A Datf-run.cpp154 while (std::getline(input, line).good())
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetaddrinfo.c369 goto good;
402 goto good;
414 goto good;
427 good:
/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/
H A Dtests.sh41 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
113 eval "cmp -s dig.out.random dig.out.random.good$j && match$j=1 match=1"
138 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
211 eval "cmp -s dig.out.random dig.out.random.good$j && match$j=1 match=1"
252 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
325 eval "cmp -s dig.out.random dig.out.random.good$j && match$j=1 match=1"
350 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
429 eval "cmp -s dig.out.random dig.out.random.good$j && match$j=1 match=1"
/bind-9.6-ESV-R11/bin/tests/system/xfer/
H A Dtests.sh48 $PERL ../digcomp.pl dig1.good dig.out.ns2 || status=1
50 $PERL ../digcomp.pl dig1.good dig.out.ns3 || status=1
132 $PERL ../digcomp.pl dig2.good dig.out.ns3 || tmp=1
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp260 while (p.good() && i < ntcs) {
422 while (p.good() && i < ntps) {
/bind-9.6-ESV-R11/bin/tests/system/pending/
H A Dtests.sh176 ans=`$DIG $DIGOPTS_CD @10.53.0.4 nice.good. A` || ret=1

Completed in 1687 milliseconds