[Reproducers] Add a test to ensure we can reuse the reproducer dir.
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 12 Mar 2019 17:31:04 +0000 (17:31 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 12 Mar 2019 17:31:04 +0000 (17:31 +0000)
commit209e3a14867db64967a05e34bef97f15afdbebe7
tree1b5743c3ee480229fb9709bc43143ff3be1ff3b1
parent5650eb5b005fbb987c515c8354eac85130b393a4
[Reproducers] Add a test to ensure we can reuse the reproducer dir.

Yesterday I noticed a reproducer test failing after making a local
change. Removing the reproducer directory solved the issue. Add a test
case that detects this.

llvm-svn: 355941
lldb/lit/Reproducer/TestReuseDirectory.test [new file with mode: 0644]
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp