Searched refs:status (Results 1 – 4 of 4) sorted by relevance
184 if case.status:185 test_case_attributes["status"] = decode(case.status, encoding)376 status=None, argument389 self.status = status
47 - Update definition of `PetscOptionsItems` to reflect new status as pointer-to-struct rather than j…
893 # at the end of the doxygen process doxygen will return with a non-zero status.
667 test_case.status = f'fails with required: {required_message}'672 if not test_case.is_skipped() and not test_case.status: