[all-commits] [llvm/llvm-project] d6a5cc: [lldb/Test] Fix skipTestIfFn for fucntions that re...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Aug 3 19:57:17 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d6a5cce0e7d65562f081569a61595e53cdb8d5d0
      https://github.com/llvm/llvm-project/commit/d6a5cce0e7d65562f081569a61595e53cdb8d5d0
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/decorators.py

  Log Message:
  -----------
  [lldb/Test] Fix skipTestIfFn for fucntions that return a value

Sometimes the decorator is used on a common function rather than the
test method, which can return a value. This fails with decorators that
use skipTestIfFn under the hood.




More information about the All-commits mailing list