OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stderr_lines
(Results
1 - 3
of
3
) sorted by null
/external/lz4/tests/
test-lz4-speed.py
52
stdout_lines,
stderr_lines
= popen.communicate(timeout=args.timeout)
53
stderr_lines
=
stderr_lines
.decode("utf-8")
58
if
stderr_lines
:
59
print(
stderr_lines
)
61
if
stderr_lines
and not print_output and print_error:
62
print(
stderr_lines
)
63
raise RuntimeError(stdout_lines +
stderr_lines
)
64
return (stdout_lines +
stderr_lines
).splitlines()
/external/python/cpython3/Lib/test/
test_c_locale_coercion.py
148
Returns (encoding_details,
stderr_lines
):
151
-
stderr_lines
: result of calling splitlines() on the stderr output
166
stderr_lines
= result.err.decode("ascii").rstrip().splitlines()
167
return child_encoding_details,
stderr_lines
227
encoding_details,
stderr_lines
= result
237
self.assertEqual(
stderr_lines
, expected_warnings)
/external/autotest/server/
autotest.py
[
all
...]
Completed in 373 milliseconds