[Lldb-commits] [PATCH] D100508: [lldb] Simplify output for skipped categories in dotest.py

2021-04-15 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht added a comment. > The motivation for this change is that sometimes engineers misidentify the > output of these messages as the cause for a test failure I have worked on one these checks and *still* gotten confused by the message, so thanks :) Repository: rG LLVM Github Monorepo

[Lldb-commits] [PATCH] D100508: [lldb] Simplify output for skipped categories in dotest.py

2021-04-14 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG6ce1067f2ddd: [lldb] Simplify output for skipped categories in dotest.py (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D100508: [lldb] Simplify output for skipped categories in dotest.py

2021-04-14 Thread Michał Górny via Phabricator via lldb-commits
mgorny accepted this revision. mgorny added a comment. This revision is now accepted and ready to land. I actually like the verbose output but I guess being more terse by default's fine. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100508/new/ https://reviews.llvm.org/D100508

[Lldb-commits] [PATCH] D100508: [lldb] Simplify output for skipped categories in dotest.py

2021-04-14 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: labath, rupprecht, mgorny, aprantl. JDevlieghere requested review of this revision. Print a single line listing all the categories that are being skipped, rather than relying on the `check.*Support()` functions specifying why a