[all-commits] [llvm/llvm-project] ce075d: [lldb] Fix output for unconditionally decorated tests

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Aug 11 16:20:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce075dfa190454f6f85920ad4ffe6928980868af
      https://github.com/llvm/llvm-project/commit/ce075dfa190454f6f85920ad4ffe6928980868af
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-08-11 (Thu, 11 Aug 2022)

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

  Log Message:
  -----------
  [lldb] Fix output for unconditionally decorated tests

A missing call to `format` resulted in curly braces getting printed in
the reason a test was modified by a decorator. For example it would
print "{} unconditionally" instead of "skipping unconditionally" for
tests that were marked as such.




More information about the All-commits mailing list