[Lldb-commits] [lldb] [lldb] Add missing @skipIfNoIntelPT to commands/trace tests (PR #184692)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 4 17:57:58 PST 2026
================
@@ -6,6 +6,7 @@
class TestTraceDumpInfo(TraceIntelPTTestCaseBase):
+ @skipIfNoIntelPT
----------------
JDevlieghere wrote:
Why not decorate the class like you did below? Or even better, should this just be handled by the TraceIntelPTTestCaseBase?
https://github.com/llvm/llvm-project/pull/184692
More information about the lldb-commits
mailing list