| /libCEED/tests/ |
| H A D | junit.py | 121 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: 133 if 'Backend does not implement' in stderr: 135 elif 'Can only provide HOST memory for this backend' in stderr: 137 elif 'Can only set HOST memory for this backend' in stderr: 139 elif 'Test not implemented in single precision' in stderr: 141 elif 'No SYCL devices of the requested type are available' in stderr: 143 elif 'You may need to add --download-ctetgen or --download-tetgen' in stderr: 147 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… 184 return fail_str, fail_str in stderr
|
| 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 …]
|
| /libCEED/python/tests/ |
| H A D | check.py | 6 stdout, stderr = capsys.readouterr() 18 return stdout, stderr, ref_stdout
|
| H A D | test-2-elemrestriction.py | 213 stdout, stderr, ref_stdout = check.output(capsys) 214 assert not stderr 232 stdout, stderr, ref_stdout = check.output(capsys) 233 assert not stderr 252 stdout, stderr, ref_stdout = check.output(capsys) 253 assert not stderr
|
| H A D | test-4-qfunction.py | 190 stdout, stderr, ref_stdout = check.output(capsys) 191 assert not stderr 314 stdout, stderr, ref_stdout = check.output(capsys) 315 assert not stderr
|
| H A D | test-1-vector.py | 178 stdout, stderr, ref_stdout = check.output(capsys) 179 assert not stderr
|
| H A D | test-3-basis.py | 58 stdout, stderr, ref_stdout = check.output(capsys) 59 assert not stderr
|
| H A D | test-5-operator.py | 472 stdout, stderr, ref_stdout = check.output(capsys) 473 assert not stderr 1314 stdout, stderr, ref_stdout = check.output(capsys) 1315 assert not stderr
|
| /libCEED/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
|
| /libCEED/interface/ |
| H A D | ceed.c | 1183 …fprintf(stderr, "libCEED version: %d.%d%d%s\n", CEED_VERSION_MAJOR, CEED_VERSION_MINOR, CEED_VERSI… in CeedInit() 1185 fprintf(stderr, "Available backend resources:\n"); in CeedInit() 1188 …if (backends[i].priority < CEED_MAX_BACKEND_PRIORITY) fprintf(stderr, " %s\n", backends[i].prefix… in CeedInit() 1190 fflush(stderr); in CeedInit() 1781 fprintf(stderr, "%s:%d in %s(): ", filename, line_no, func); in CeedErrorAbort() 1782 vfprintf(stderr, format, *args); in CeedErrorAbort() 1783 fprintf(stderr, "\n"); in CeedErrorAbort() 1801 fprintf(stderr, "%s:%d in %s(): ", filename, line_no, func); in CeedErrorExit() 1803 vfprintf(stderr, format, *args); // NOLINT in CeedErrorExit() 1804 fprintf(stderr, "\n"); in CeedErrorExit()
|
| /libCEED/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!
|
| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 59 [f"{script_dir}/tuning", f"{backend}"], stdout=f, stderr=f)
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDdev.md | 246 …g the current libCEED version number and a list of current available backend resources to `stderr`.
|
| /libCEED/ |
| H A D | Doxyfile | 823 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES 895 # error (stderr). In case the file specified cannot be opened for writing the
|