[lldb-dev] [Bug 19248] New: replace custom unittest2.skipUnless clauses for which we have more specific @attributes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 25 12:01:23 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19248

            Bug ID: 19248
           Summary: replace custom unittest2.skipUnless clauses for which
                    we have more specific @attributes
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: tfiala at google.com
    Classification: Unclassified

E.g. TestAddDsymMidExecutionCommand.py:

These bits:
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")

should be using @dsym_test instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140325/79fa784b/attachment.html>


More information about the lldb-dev mailing list