Lines Matching refs:result
93 result, py_cmd = run_python_until_end("-c", cmd, PYTHONCOERCECLOCALE='')
94 return result.rc == 0
139 - stderr_lines: result of calling splitlines() on the stderr output
144 result, py_cmd = run_python_until_end(
148 if not result.rc == 0:
149 result.fail(py_cmd)
151 stdout_lines = result.out.decode("ascii").splitlines()
153 stderr_lines = result.err.decode("ascii").rstrip().splitlines()
218 expected_fs_encoding: expected sys.getfilesystemencoding() result
222 result = EncodingDetails.get_child_details(env_vars)
223 encoding_details, stderr_lines = result
296 fs_encoding: expected sys.getfilesystemencoding() result
367 # and hence should result in the locale coercion being enabled
379 # The setting "0" should result in the locale coercion being disabled
398 # And result in a warning about a lack of locale compatibility