[all-commits] [llvm/llvm-project] 6ce106: [lldb] Simplify output for skipped categories in d...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Apr 14 18:51:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ce1067f2ddd8623b163175ee9488673b9ced8d2
      https://github.com/llvm/llvm-project/commit/6ce1067f2ddd8623b163175ee9488673b9ced8d2
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

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

  Log Message:
  -----------
  [lldb] Simplify output for skipped categories in dotest.py

Print a single line listing all the categories that are being skipped,
rather than relying on the check.*Support() functions specifying why a
particular category will be skipped. If we know why a category got
skipped, still print that in verbose mode.

The motivation for this change is that sometimes engineers misidentify
the output of these messages as the cause for a test failure (e.g. not
being able to build libc++ or libstdc++).

Differential revision: https://reviews.llvm.org/D100508




More information about the All-commits mailing list