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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev