[Lldb-commits] [PATCH] D13583: dotest.py: Remove useless AttributeError catches

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 9 04:06:34 PDT 2015


labath created this revision.
labath added reviewers: zturner, tfiala.
labath added subscribers: lldb-commits, iancottrell.

Test decorators were ignoring AttributeError exceptions. These were introduced three years ago,
and copied to all decorators. They seem to serve no purpose and removing them produces no errors.
Given that they have prevented us from noticing the problem in r249819, I think we should
remove them.

http://reviews.llvm.org/D13583

Files:
  test/lldbtest.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13583.36933.patch
Type: text/x-patch
Size: 4959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151009/888f0ec6/attachment-0001.bin>


More information about the lldb-commits mailing list