Home
last modified time | relevance | path

Searched refs:teststatus (Results 1 – 25 of 38) sorted by relevance

12

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Testing/org.commontk.pluginfwtest/
H A DctkServiceListenerTestSuite.cpp70 bool teststatus = true; in frameSL05a() local
78 QVERIFY(teststatus); in frameSL05a()
324 bool teststatus = true; in runStartStopTest() local
335 teststatus = false; in runStartStopTest()
348 teststatus = false; in runStartStopTest()
354 teststatus = false; in runStartStopTest()
369 teststatus = false; in runStartStopTest()
390 teststatus &= sListen.teststatus; in runStartStopTest()
400 return teststatus; in runStartStopTest()
449 teststatus = false; in serviceChanged()
[all …]
H A DctkServiceListenerTestSuite_p.h93 bool teststatus; variable
H A DctkPluginFrameworkTestSuite.cpp378 bool teststatus = true; in frame040a() local
399 teststatus = false; in frame040a()
408 QVERIFY(teststatus == true && pD.isNull() && lStat == true); in frame040a()
/dports/devel/p5-Shell-GetEnv/Shell-GetEnv-0.10/
H A DMANIFEST47 t/teststatus.bash
48 t/teststatus.csh
49 t/teststatus.dash
50 t/teststatus.ksh
51 t/teststatus.sh
52 t/teststatus.tcsh
53 t/teststatus.zsh
/dports/www/xsp/xsp-4.5/unittests/Tests.XSP.Security/
H A DWebTestHelper.cs41 private bool teststatus; field in Tests.XSP.Security.WebTestHelper
83 teststatus = true; in SetUp()
90 if (!teststatus) { in TearDown()
97 teststatus = false; in Report()
103 teststatus = false; in Report()
131 teststatus = false; in CheckForSourceCodeInResult()
/dports/devel/apr1/apr-util-1.6.1/test/
H A DMakefile.in60 teststatus=0; \
70 teststatus=$$status; \
80 teststatus=$$status; \
85 if test $$teststatus != 0; then \
88 exit $$teststatus
/dports/devel/cdash/CDash-2-2-3/xml_handlers/
H A Dtesting_nunit_handler.php120 $teststatus = "notrun";
123 $teststatus = "passed";
127 $teststatus = "failed";
130 $this->BuildTest->Status = $teststatus;
132 if($teststatus == "passed")
136 else if($teststatus == "failed")
140 else if($teststatus == "notrun")
/dports/net-mgmt/xymon-server/xymon-4.3.30/common/
H A Dxymongrep.c27 static char *teststatus = NULL; variable
46 if (res == XYMONSEND_OK) teststatus = getsendreturnstr(sres, 1); in load_hoststatus()
52 teststatus = NULL; in load_hoststatus()
89 if (!teststatus) return 1; in downok()
92 colorstr = strstr(teststatus, mark); in downok()
96 else if (strncmp(teststatus, mark+1, strlen(mark+1)) == 0) { in downok()
97 colorstr = teststatus + strlen(mark+1); /* First entry we get */ in downok()
/dports/net-mgmt/xymon-client/xymon-4.3.30/common/
H A Dxymongrep.c27 static char *teststatus = NULL; variable
46 if (res == XYMONSEND_OK) teststatus = getsendreturnstr(sres, 1); in load_hoststatus()
52 teststatus = NULL; in load_hoststatus()
89 if (!teststatus) return 1; in downok()
92 colorstr = strstr(teststatus, mark); in downok()
96 else if (strncmp(teststatus, mark+1, strlen(mark+1)) == 0) { in downok()
97 colorstr = teststatus + strlen(mark+1); /* First entry we get */ in downok()
/dports/devel/truc/truc_0.12.0/
H A Dtest_detail_update_action.php40 $teststatus = session_validate_form_get_field('teststatus'); variable
67 …est($test_id, $test_version_id, $testname, $testpurpose, $testcomments, $testpriority, $teststatus,
71 …est($test_id, $test_version_id, $testname, $testpurpose, $testcomments, $testpriority, $teststatus,
H A Dtest_add_action.php38 $teststatus = session_validate_form_get_field('teststatus'); variable
77 $teststatus,
/dports/devel/apr1/apr-1.7.0/test/
H A DMakefile.in163 teststatus=0; \
171 teststatus=$$status; \
179 teststatus=$$status; \
184 if test $$teststatus != 0; then \
187 exit $$teststatus
/dports/devel/rth/rth/
H A Dtest_detail_update_action.php33 $teststatus = session_validate_form_get_field('teststatus'); variable
79 …est($test_id, $test_version_id, $testname, $testpurpose, $testcomments, $testpriority, $teststatus,
86 if( $current_status != $teststatus ) {
H A Dtest_add_action.php38 $teststatus = session_validate_form_get_field('teststatus'); variable
99 $teststatus,
H A Dtest_detail_copy_action.php38 $teststatus = session_validate_form_get_field('teststatus'); variable
98 $teststatus,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/bin/
H A Drun_regress181 while read testname testnumber teststatus
183 write_entry $testname $testnumber $teststatus
/dports/devel/lua-cjson/lua-cjson-2.1.0/lua/cjson/
H A Dutil.lua202 local teststatus = { [true] = "PASS", [false] = "FAIL" }
204 teststatus[correct]))
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/script/tests/
H A Dselftest.sh153 teststatus $ARG0 $failed
H A Dtest_functions.sh193 teststatus() { function
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dbelkinunv.c176 static const char *teststatus[6] = { variable
1077 …dstate_setinfo("ups.test.result", "%s", (val>=0 && val<asize(teststatus)) ? teststatus[val] : "?"); in upsdrv_updateinfo()
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dbelkinunv.c176 const char *teststatus[6] = { variable
1058 …dstate_setinfo("ups.test.result", "%s", (val>=0 && val<asize(teststatus)) ? teststatus[val] : "?"); in upsdrv_updateinfo()
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Ddispatch.c1429 int teststatus = 0; // Not boolean - shell return status in main() local
1444 teststatus = 1; in main()
1448 return teststatus; in main()
/dports/devel/truc/truc_0.12.0/docs/
H A Ddatabase.sql439 CREATE TABLE `teststatus` (
724 KEY `teststatus` (`TestStatus`),
/dports/devel/rth/rth/sql/
H A Drth.sql1061 CREATE TABLE `teststatus` (
1382 KEY `teststatus` (`TestStatus`),
H A Drth_demo.sql1061 CREATE TABLE `teststatus` (
1382 KEY `teststatus` (`TestStatus`),

12