[Lldb-commits] [PATCH] D91003: [lldb] [test] Use skipUnlessDarwin for tests specific to Darwin

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 7 08:20:24 PST 2020


mgorny created this revision.
mgorny added reviewers: labath, JDevlieghere, zturner, krytarowski, emaste.
mgorny requested review of this revision.

Use skipUnlessDarwin decorator for tests that are specific to Darwin,
instead of skipIf... for all other platforms.  This should make it clear
that these tests are not supposed to work elsewhere.  It will also make
these tests stop repeatedly popping up while I look for tests that could
be fixed on the platform in question.


https://reviews.llvm.org/D91003

Files:
  lldb/test/API/functionalities/data-formatter/setvaluefromcstring/TestSetValueFromCString.py
  lldb/test/API/lang/objc/objc-foundation-dictionary-empty/TestNSDictionary0.py
  lldb/test/API/lang/objc/objc-ivar-protocols/TestIvarProtocols.py
  lldb/test/API/lang/objc/objc-runtime-ivars/TestRuntimeIvars.py
  lldb/test/API/lang/objc/variadic_methods/TestVariadicMethods.py
  lldb/test/API/lang/objcxx/class-name-clash/TestNameClash.py
  lldb/test/API/lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py
  lldb/test/API/lang/objcxx/objcxx-ivar-vector/TestIvarVector.py
  lldb/test/API/python_api/exprpath_synthetic/TestExprPathSynthetic.py
  lldb/test/API/python_api/sbtype_typeclass/TestSBTypeTypeClass.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91003.303644.patch
Type: text/x-patch
Size: 5896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201107/b321ee03/attachment.bin>


More information about the lldb-commits mailing list