llvm-project/lldb/packages/Python/lldbsuite/test_event/formatter
Vedant Kumar e2fbd7035d XUnit Formatter: Handle UTF-8 decode errors on invalid XML
Strings which contain garbage data can trigger an exception in the XUnit
plugin at the UTF-8 decode step because the decode is strict. Use a lax
mode to avoid an exception.

See: https://ci.swift.org/job/oss-lldb-incremental-osx/780
llvm-svn: 323817
2018-01-30 21:16:42 +00:00
..
__init__.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
curses.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
dump_formatter.py
pickled.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
results_formatter.py Updated the results formatter to eliminate redundant data. 2017-02-18 01:07:51 +00:00
xunit.py XUnit Formatter: Handle UTF-8 decode errors on invalid XML 2018-01-30 21:16:42 +00:00