Remove the Disassembly benchmarks.
authorAdrian Prantl <aprantl@apple.com>
Fri, 14 Dec 2018 21:06:00 +0000 (21:06 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 14 Dec 2018 21:06:00 +0000 (21:06 +0000)
commit8f06d102915d37db60792e9b2e8808a6834faea0
tree62ae39ab8589f2d95001b9756dd82472a9e8452b
parent0cabf819ace4fee30ba5c9e5cf6d7eb39537c8ae
Remove the Disassembly benchmarks.

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.

Differential Revision: https://reviews.llvm.org/D55559

llvm-svn: 349194
lldb/packages/Python/lldbsuite/test/benchmarks/disassembly/TestDisassembly.py [deleted file]
lldb/packages/Python/lldbsuite/test/benchmarks/disassembly/TestDoAttachThenDisassembly.py [deleted file]
lldb/packages/Python/lldbsuite/test/benchmarks/disassembly/TestXcode41Vs42GDBDisassembly.py [deleted file]