[all-commits] [llvm/llvm-project] 2098e2: [trace][intel pt][simple] Fix errors after switchi...

walter erquinigo via All-commits all-commits at lists.llvm.org
Tue Oct 25 14:35:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2098e2f472578f793c565b669500dca454b4a608
      https://github.com/llvm/llvm-project/commit/2098e2f472578f793c565b669500dca454b4a608
  Author: Walter Erquinigo <wallace at fb.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M lldb/test/API/commands/trace/TestTraceDumpFunctionCalls.py
    M lldb/test/API/commands/trace/TestTraceDumpInfo.py
    M lldb/test/API/commands/trace/TestTraceDumpInstructions.py
    M lldb/test/API/commands/trace/TestTraceEvents.py
    M lldb/test/API/commands/trace/TestTraceLoad.py
    M lldb/test/API/commands/trace/TestTraceStartStop.py

  Log Message:
  -----------
  [trace][intel pt][simple] Fix errors after switching to libipt's top of tree

These tests were being tested against a version of libipt from last
year. We just updated libipt to top of tree and many errors broke
because the new version of libipt emits more events than the older one,
which is fine.

`./bin/lldb-dotest -p TestTrace` passes




More information about the All-commits mailing list