[Lldb-commits] [PATCH] D52139: [lldb-mi] Improve lldb-mi LIT tests

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 15 12:53:54 PDT 2018


apolyakov created this revision.
apolyakov added reviewers: tatyana-krasnukha, aprantl.
Herald added subscribers: abidh, ki.stfu.

The test suite might hang on some platforms if an lldb-mi
test fails. Adding of -gdb-exit command to a test prevents
it from hanging and hence increase test suite reliability.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52139

Files:
  lit/tools/lldb-mi/breakpoint/break-insert.test
  lit/tools/lldb-mi/data/data-info-line.test
  lit/tools/lldb-mi/exec/exec-continue.test
  lit/tools/lldb-mi/exec/exec-finish.test
  lit/tools/lldb-mi/exec/exec-interrupt.test
  lit/tools/lldb-mi/exec/exec-next-instruction.test
  lit/tools/lldb-mi/exec/exec-next.test
  lit/tools/lldb-mi/exec/exec-run-wrong-binary.test
  lit/tools/lldb-mi/exec/exec-step-instruction.test
  lit/tools/lldb-mi/exec/exec-step.test
  lit/tools/lldb-mi/symbol/symbol-list-lines.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52139.165659.patch
Type: text/x-patch
Size: 3933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180915/03480ea1/attachment.bin>


More information about the lldb-commits mailing list