This change adds all the necessary infrastructure required to
selectively enable and make TestLoadUnload work for Android. One test,
which tests the module search paths, is still kept disabled for remote
as search paths (because of module caching) are local anyway.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Why do you enable these tests only on remote Android? I think they should work on any remote target with your fix (where the test makes sense)
test/functionalities/load_unload/TestLoadUnload.py | ||
---|---|---|
59 | I think this will fail in case of Windows -> Android (wrong path separator). You can use SBPlatform::MakeDirectory what should work in all cases | |
176 | Same here |
test/lldbtest.py | ||
---|---|---|
738 | Please call this skipUnless... for consistency with other skip decorators. |
I think this will fail in case of Windows -> Android (wrong path separator). You can use SBPlatform::MakeDirectory what should work in all cases