llvm-project/lldb/lit/Reproducer
Jonas Devlieghere cdec597905 [Reproducer] Always use absolute paths for capture & replay.
The VFS requires files to be have absolute paths. The file collector
makes paths relative to the reproducer root. If the root is a relative
path, this would trigger an assert in the VFS. This patch ensures that
we always make the given path absolute.

Thank you Ted Woodward for pointing this out!

llvm-svn: 373102
2019-09-27 17:30:40 +00:00
..
Functionalities [Reproducers] Support capturing a reproducer without an explicit path. 2019-03-12 16:44:18 +00:00
Inputs [Reproducer] Add reproducer dump command. 2019-09-13 23:27:31 +00:00
Modules Revert "[Reproducer] Add a `cont` to ModuleCXX.test" 2019-09-09 22:07:45 +00:00
TestDriverOptions.test [Reproducers] Support capturing a reproducer without an explicit path. 2019-03-12 16:44:18 +00:00
TestDump.test [LLDB] [test] Allow differing order of some matches 2019-09-24 12:20:38 +00:00
TestFileRepro.test [Reproducers] Include lldb version in the reproducer root 2019-06-13 04:35:22 +00:00
TestGDBRemoteRepro.test [Reproducers] Properly handle QEnvironment packets 2019-03-21 04:08:31 +00:00
TestRelativePath.test [Reproducer] Always use absolute paths for capture & replay. 2019-09-27 17:30:40 +00:00
TestReuseDirectory.test [Reproducers] Make reproducer relocatable 2019-06-18 16:20:17 +00:00
TestSynchronous.test [LLDB] [test] Add a few missing cases of REQUIRES: python 2019-09-24 12:20:33 +00:00