Rewrite pexpect-based test in LIT/FileCheck.
authorAdrian Prantl <aprantl@apple.com>
Mon, 10 Dec 2018 22:57:47 +0000 (22:57 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 10 Dec 2018 22:57:47 +0000 (22:57 +0000)
commit0bc587a1280558028cca2fe97a0aae38cbe98383
treec89585d718792c1dfa4dd54fc867c176daa9cddc
parenta140d5269e0c2c52a923a94ea99ece275df0d8b0
Rewrite pexpect-based test in LIT/FileCheck.

pexecpt-based tests are flakey because they involve timeouts and this
test is eprfectly serializable.

llvm-svn: 348808
lldb/lit/Driver/Inputs/convenience.in [new file with mode: 0644]
lldb/lit/Driver/Inputs/hello.c [new file with mode: 0644]
lldb/lit/Driver/TestConvenienceVariables.test [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/embedded_interpreter/Makefile [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/embedded_interpreter/TestConvenienceVariables.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/embedded_interpreter/main.c [deleted file]