[Lldb-commits] [PATCH] D55559: Remove the Disassembly benchmarks.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 11 08:43:57 PST 2018


aprantl created this revision.
aprantl added reviewers: jingham, jasonmolenda.

While I was out hunting for remaining pexpect-based tests, I came across these tests that can't possibly work an any modern system, as they rely on having gdb available in /Developer.

This patch simply removes the test without replacement.


https://reviews.llvm.org/D55559

Files:
  packages/Python/lldbsuite/test/benchmarks/disassembly/TestDisassembly.py
  packages/Python/lldbsuite/test/benchmarks/disassembly/TestDoAttachThenDisassembly.py
  packages/Python/lldbsuite/test/benchmarks/disassembly/TestXcode41Vs42GDBDisassembly.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55559.177614.patch
Type: text/x-patch
Size: 13090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181211/07681221/attachment.bin>


More information about the lldb-commits mailing list