Searched refs:stderr (Results 1 – 6 of 6) sorted by relevance
| /honee/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 96 stderr=None, argument 114 self.stderr = stderr 167 if self.stderr: 169 stderr_element.text = decode(self.stderr, encoding) 242 if case.stderr: 244 stderr_element.text = decode(case.stderr, encoding) 373 stderr=None, argument 396 self.stderr = stderr
|
| /honee/tests/ |
| H A D | junit.py | 113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: 125 if 'No SYCL devices of the requested type are available' in stderr: 127 elif 'Loading meshes requires CGNS support. Reconfigure using --with-cgns-dir' in stderr: 129 elif 'You may need to add --download-ctetgen or --download-tetgen' in stderr: 133 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
|
| H A D | junit_common.py | 195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: 209 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… 245 stderr=subprocess.PIPE, 247 return 'not found' not in proc.stderr.decode('utf-8') 498 stderr=subprocess.PIPE, 501 return proc.stderr.decode('utf-8') + proc.stdout.decode('utf-8') 622 stderr='', 630 stderr=subprocess.PIPE, 638 stderr=proc.stderr.decode('utf-8'), 657 if not test_case.is_skipped() and test_case.stderr: [all …]
|
| H A D | smartsim_regression_framework.py | 209 stderr=output, 248 print("Failed!", file=sys.stderr) 249 …t('\t' + ''.join(traceback.TracebackException.from_exception(exception).format()), file=sys.stderr)
|
| /honee/tests/junit-xml/ |
| H A D | README.rst | 47 test_cases = [TestCase('Test1', 'some.class.name', 123.345, 'I am stdout!', 'I am stderr!')] 64 I am stderr!
|
| /honee/ |
| H A D | Doxyfile | 842 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES 929 # error (stderr). In case the file specified cannot be opened for writing the
|