[Lldb-commits] [PATCH] D77662: [WIP][lldb/test] Make TestLoadUnload compatible with windows
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 7 10:50:47 PDT 2020
labath created this revision.
labath added reviewers: amccarth, jingham, JDevlieghere, compnerd.
Herald added a project: LLDB.
labath updated this revision to Diff 255727.
labath added a comment.
include some changes I forgot (they're the ones that need cleaning up the most)
This is WIP because it could still use a bit of cleanup (and a better
commit message). However, I believe the general direction is pretty
obvious, so I'd like to hear your thoughts on this.
With this patch some of the TestLoadUnload tests already pass on
windows, and even more will pass once D77287 <https://reviews.llvm.org/D77287> lands.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77662
Files:
lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
lldb/packages/Python/lldbsuite/test/make/dylib.h
lldb/packages/Python/lldbsuite/test/make/test_common.h
lldb/test/API/functionalities/load_unload/Makefile
lldb/test/API/functionalities/load_unload/TestLoadUnload.py
lldb/test/API/functionalities/load_unload/a.cpp
lldb/test/API/functionalities/load_unload/b.cpp
lldb/test/API/functionalities/load_unload/d.cpp
lldb/test/API/functionalities/load_unload/main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77662.255727.patch
Type: text/x-patch
Size: 14168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200407/ad1567e3/attachment-0001.bin>
More information about the lldb-commits
mailing list