[lldb/Test] Add @skipIfReproducer to tests using lldb::FileSP.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 7 May 2020 18:15:58 +0000 (11:15 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 7 May 2020 18:17:00 +0000 (11:17 -0700)
commit8c0ff17c3bb44edf455a2964e6035f28be68c9f3
treed8f367100c99b9f75f8ed21df575bdee6397e450
parent6e95d51ecfab0801b75448b20bd3447645a1142a
[lldb/Test] Add @skipIfReproducer to tests using lldb::FileSP.

lldb::FileSP is a typedef for std::shared_ptr<lldb_private::File> and
the reproducers cannot instrument a lldb_private constructor.
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
lldb/test/API/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
lldb/test/API/python_api/file_handle/TestFileHandle.py