[all-commits] [llvm/llvm-project] 8c0ff1: [lldb/Test] Add @skipIfReproducer to tests using l...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu May 7 11:25:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8c0ff17c3bb44edf455a2964e6035f28be68c9f3
https://github.com/llvm/llvm-project/commit/8c0ff17c3bb44edf455a2964e6035f28be68c9f3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
M lldb/test/API/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list