[Lldb-commits] [PATCH] D15530: [test] Add ability to expect timeouts

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 15 07:54:33 PST 2015


labath created this revision.
labath added a reviewer: tfiala.
labath added a subscriber: lldb-commits.

This adds ability to mark test that do not complete due to hangs, crashes, etc., as "expected",
to avoid flagging the build red for a known problem. Functionally, this extends the scope of the
existing expectedFailureXXX decorators to cover these states as well. Once this is in, I will
start replacing the magic list of failing tests in dosep.py with our regular annotations which
should hopefully make code simpler.

http://reviews.llvm.org/D15530

Files:
  packages/Python/lldbsuite/test/dosep.py
  packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park
  packages/Python/lldbsuite/test/lldbtest.py
  packages/Python/lldbsuite/test/result_formatter.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15530.42858.patch
Type: text/x-patch
Size: 5769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151215/fdb2a341/attachment.bin>


More information about the lldb-commits mailing list