[Lldb-commits] [PATCH] D55626: [Reproducers] Add tests for functionality

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 12 15:46:52 PST 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, davide, aprantl, zturner.
JDevlieghere added a project: LLDB.
Herald added a subscriber: teemperor.

This patch adds test that check that functionality in lldb continues to work when replaying a reproducer.

Currently the patch checks that:

- Entries in image list are identical.
- That stepping behaves the same.
- That the data formatters behave the same.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D55626

Files:
  lit/Reproducer/Functionalities/Inputs/DataFormatter.in
  lit/Reproducer/Functionalities/Inputs/Stepping.in
  lit/Reproducer/Functionalities/Inputs/foo.cpp
  lit/Reproducer/Functionalities/Inputs/stepping.c
  lit/Reproducer/Functionalities/TestDataFormatter.test
  lit/Reproducer/Functionalities/TestImagineList.test
  lit/Reproducer/Functionalities/TestStepping.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55626.177958.patch
Type: text/x-patch
Size: 6674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181212/9f336885/attachment.bin>


More information about the lldb-commits mailing list