[Reproducers] Add tests for different types of functionality
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 7 Mar 2019 00:24:44 +0000 (00:24 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 7 Mar 2019 00:24:44 +0000 (00:24 +0000)
commitae5d62585ee532d787e80496f6d1e71c5d9d71ad
tree95e6c0c4ae45487ea7e6d1ad97a6cdc2df57130a
parent28f7466f4ef72fe63cda92eb680821b095942439
[Reproducers] Add tests for different types of functionality

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

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

Differential revision: https://reviews.llvm.org/D55626

llvm-svn: 355570
lldb/lit/Reproducer/Functionalities/Inputs/DataFormatter.in [new file with mode: 0644]
lldb/lit/Reproducer/Functionalities/Inputs/foo.cpp [new file with mode: 0644]
lldb/lit/Reproducer/Functionalities/Inputs/stepping.c [new file with mode: 0644]
lldb/lit/Reproducer/Functionalities/TestDataFormatter.test [new file with mode: 0644]
lldb/lit/Reproducer/Functionalities/TestImagineList.test [new file with mode: 0644]
lldb/lit/Reproducer/Functionalities/TestStepping.test [new file with mode: 0644]