Searched defs:test_status (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dparent.c69 PRInt32 test_status = 1; local
120 test_status = (NULL == child->process) ? 1 : 0;
125 (0 == test_status) ? "" : "NOT ");
126 if (0 == test_status)
132 if (0 == test_status)
135 rv = PR_WaitProcess(child->process, &test_status);
141 (0 == test_status) ? "successfully" : "with error");
145 test_status = 1;
152 return test_status;

Completed in 1085 milliseconds