[Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Thu May 12 12:54:25 PDT 2016


tfiala updated this revision to Diff 57090.
tfiala added a comment.

Now addresses the remaining review comment from Pavel.  ResultsFormatter instances are now told if their file is a stream rather than a block/char file.

The pickling formatter uses two different serializers, one for streaming and one for not.


http://reviews.llvm.org/D20193

Files:
  packages/Python/lldbsuite/test/dotest.py
  packages/Python/lldbsuite/test/issue_verification/TestInvalidDecorator.py.park
  packages/Python/lldbsuite/test_event/event_builder.py
  packages/Python/lldbsuite/test_event/formatter/__init__.py
  packages/Python/lldbsuite/test_event/formatter/curses.py
  packages/Python/lldbsuite/test_event/formatter/pickled.py
  packages/Python/lldbsuite/test_event/formatter/results_formatter.py
  packages/Python/lldbsuite/test_event/formatter/xunit.py
  packages/Python/lldbsuite/test_event/test/resources/invalid_decorator/TestInvalidDecorator.py
  packages/Python/lldbsuite/test_event/test/src/TestCatchInvalidDecorator.py
  packages/Python/lldbsuite/test_event/test/src/event_collector.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20193.57090.patch
Type: text/x-patch
Size: 20393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160512/d7377964/attachment-0001.bin>


More information about the lldb-commits mailing list