History log of /external/tensorflow/tensorflow/python/platform/stacktrace_handler_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a807755db184c2d2c3b9bcca65457e9915508650 29-Jan-2018 Skye Wanderman-Milne <skyewm@google.com> Use Popen.communicate() instead of read() in stacktrace_handler_test.py.

This avoids potential deadlock, see the warnings in
https://docs.python.org/2/library/subprocess.html#popen-objects. I
found that enabling the C API caused us to deadlock without this
change.

PiperOrigin-RevId: 183730170
/external/tensorflow/tensorflow/python/platform/stacktrace_handler_test.py
f433d35dabd61d1c551a8c08def24982dbf920b9 11-Jan-2018 Gunhan Gulsoy <gunan@google.com> Enable stacktrace printing ont test failures for python tests.

PiperOrigin-RevId: 181642475
/external/tensorflow/tensorflow/python/platform/stacktrace_handler_test.py