Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 14 of 14) sorted by relevance

/libCEED/tests/
H A Djunit.py121 … 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 Djunit_common.py195 … 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 Dcheck.py6 stdout, stderr = capsys.readouterr()
18 return stdout, stderr, ref_stdout
H A Dtest-2-elemrestriction.py213 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 Dtest-4-qfunction.py190 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 Dtest-1-vector.py178 stdout, stderr, ref_stdout = check.output(capsys)
179 assert not stderr
H A Dtest-3-basis.py58 stdout, stderr, ref_stdout = check.output(capsys)
59 assert not stderr
H A Dtest-5-operator.py472 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__.py96 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 Dceed.c1183 …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 DREADME.rst47 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 Dgenerate_tuning.py59 [f"{script_dir}/tuning", f"{backend}"], stdout=f, stderr=f)
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md246 …g the current libCEED version number and a list of current available backend resources to `stderr`.
/libCEED/
H A DDoxyfile823 # 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