Fix TestLoadUnload for Windows -> POSIX remote debugging
authorTamas Berghammer <tberghammer@google.com>
Thu, 3 Dec 2015 11:02:10 +0000 (11:02 +0000)
committerTamas Berghammer <tberghammer@google.com>
Thu, 3 Dec 2015 11:02:10 +0000 (11:02 +0000)
commitf9a52f044cd65a7b6f77e371a8330bbad40fd074
treeb162a2315a46a6acad9bfc296a0576c4581ef94c
parentf642e88342e71ec77a930cc8d65b974b9a8bb6d1
Fix TestLoadUnload for Windows -> POSIX remote debugging

Previously we used sys.os.path for appending target pathes what failed
when cased dlopen to fail on the target because of the '\'.

The fix won't work for local Windows tests but dlopen don't available
on Windows anyway so the test don't make sense in that context.

llvm-svn: 254602
lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py