[all-commits] [llvm/llvm-project] 1ba9ce: [lldb] [test] Un-skip one of TestRaise signals on ...

Michał Górny via All-commits all-commits at lists.llvm.org
Sat Nov 7 10:27:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ba9cedd0af241ed515ecd4eed3c1a241bd4813d
      https://github.com/llvm/llvm-project/commit/1ba9cedd0af241ed515ecd4eed3c1a241bd4813d
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2020-11-07 (Sat, 07 Nov 2020)

  Changed paths:
    M lldb/test/API/functionalities/signal/raise/TestRaise.py

  Log Message:
  -----------
  [lldb] [test] Un-skip one of TestRaise signals on fbsd


  Commit: 93c9110c980c9fc4bd72fb307c18f79afa0381e3
      https://github.com/llvm/llvm-project/commit/93c9110c980c9fc4bd72fb307c18f79afa0381e3
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2020-11-07 (Sat, 07 Nov 2020)

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

  Log Message:
  -----------
  [lldb] [test] Use skipUnlessDarwin for tests specific to Darwin

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.

Differential Revision: https://reviews.llvm.org/D91003


Compare: https://github.com/llvm/llvm-project/compare/ac3587f272cc...93c9110c980c


More information about the All-commits mailing list