SBFile: add a bunch of tests that should eventually work.
authorLawrence D'Anna <lawrence_danna@apple.com>
Wed, 9 Oct 2019 21:50:46 +0000 (21:50 +0000)
committerLawrence D'Anna <lawrence_danna@apple.com>
Wed, 9 Oct 2019 21:50:46 +0000 (21:50 +0000)
commitb24022cd723f47c8dd5e78ed7b210c1b6287ff42
tree962257b4964f3eb34e48a1040cb6540bc818ec01
parent865cd0932f4483058ccc607b8867a4a5a597ec52
SBFile: add a bunch of tests that should eventually work.

Summary:
It's really annoying and confusing to have to keep referring
back to earlier versions of this SBFile work to find the
tests that need to be added for each patch, and not duplicate
them with new tests.

This patch just imports all my tests.   A bunch of them don't
work yet, so they are marked to be skipped.   They'll be
unmarked as I fix them.

One of these tests will actually trip an assert in the SWIG
code now instead of just failing, so I'm fixing that here too.

Reviewers: JDevlieghere, jasonmolenda, labath

Reviewed By: JDevlieghere, labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D68433

llvm-svn: 374237
lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
lldb/scripts/Python/python-typemaps.swig