Home | History | Annotate | Download | only in dnssdutil

Lines Matching defs:passed

1790 	"0 - The test ran to completion and passed.\n"																		\
2230 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ),
2241 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ),
2249 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ),
2257 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ),
18874 #define kProbeConflictTestCaseResultKey_Passed CFSTR( "passed" )
18881 Boolean passed;
18896 passed = ( ( testCase->expectsRename && inRenamed ) || ( !testCase->expectsRename && !inRenamed ) ) ? true : false;
18897 if( !passed ) inContext->testFailed = true;
18909 "%kO=%b" // passed
18916 kProbeConflictTestCaseResultKey_Passed, passed );
18938 #define kProbeConflictTestReportKey_Passed CFSTR( "passed" )
18976 "%kO=%b" // passed
19542 #define TEST_REPETITION 2 // the number of repetition that one test has to passed
19552 #define EXPENSIVE_CONSTRAINED_TEST_REPORT_KEY_ALL_PASSED CFSTR( "All Tests Passed" )
19620 struct timeval notificationTime; // The time when callback function, which is passed
19902 context->counter = 0; // the number of test repetition that has passed
19933 context->counter++; // one test repetition has passed
20643 int subtestPassCount; // Number of subtests that have passed so far.
20666 Boolean passed = false;
20674 err = _DNSProxyTestRun( test, &passed );
20682 gExitCode = err ? 1 : ( passed ? 0 : 2 );
20764 Boolean passed;
20769 passed = ( !me->error && ( me->subtestPassCount == me->subtestCount ) ) ? true : false;
20770 CFDictionarySetBoolean( me->report, CFSTR( "pass" ), passed );
20771 dpt_ulog( kLogLevelInfo, "Test result: %s\n", passed ? "pass" : "fail" );
20773 if( outPassed ) *outPassed = passed;
22211 int subtestPassCount; // Number of subtests that have passed so far.
22230 Boolean passed = false;
22241 err = _RCodeTestRun( test, &passed );
22249 gExitCode = err ? 1 : ( passed ? 0 : 2 );
22295 Boolean passed;
22300 passed = ( !me->error && ( me->subtestPassCount == me->subtestCount ) ) ? true : false;
22301 CFDictionarySetBoolean( me->report, CFSTR( "pass" ), passed );
22302 rct_ulog( kLogLevelInfo, "Test result: %s\n", passed ? "pass" : "fail" );
22304 if( outPassed ) *outPassed = passed;
23012 int subtestPassCount; // Number of subtests that have passed so far.
23031 Boolean passed = false;
23042 err = _DNSQueryTestRun( test, &passed );
23050 gExitCode = err ? 1 : ( passed ? 0 : 2 );
23094 Boolean passed;
23099 passed = ( !me->error && ( me->subtestPassCount == me->subtestCount ) ) ? true : false;
23100 CFDictionarySetBoolean( me->report, CFSTR( "pass" ), passed );
23101 dqt_ulog( kLogLevelInfo, "Test result: %s\n", passed ? "pass" : "fail" );
23103 if( outPassed ) *outPassed = passed;
23891 Boolean passed = false;
23899 err = _FastRecoveryTestRun( test, &passed );
23907 gExitCode = err ? 1 : ( passed ? 0 : 2 );
23949 Boolean passed;
23954 passed = !me->error;
23955 CFDictionarySetBoolean( me->report, CFSTR( "pass" ), passed );
23956 frt_ulog( kLogLevelInfo, "Test result: %s\n", passed ? "pass" : "fail" );
23958 if( outPassed ) *outPassed = passed;
26696 const char * subtestQueryName; // The query name that is passed to mDNSResponder API
26896 CFSTR( "All Passed" ), !inContext->subtestFailed,
27297 FPrintF( stdout, "%{du:time} Test PASSED\n", NULL );
29250 FPrintF( stdout, "%{du:time} Test PASSED\n", NULL );
30052 FPrintF( stdout, "%{du:time} Test PASSED\n", NULL );
30476 // attribute passed to DNSServiceQueryRecordWithAttribute(). This should cause the associated DNS queries to be sent to
30635 FPrintF( stdout, "%{du:time} Test PASSED\n", NULL );