Index: lldb/test/API/python_api/file_handle/TestFileHandle.py =================================================================== --- lldb/test/API/python_api/file_handle/TestFileHandle.py +++ lldb/test/API/python_api/file_handle/TestFileHandle.py @@ -853,7 +853,6 @@ with open(self.out_filename, 'r') as f: self.assertEqual(f.read().strip(), "Frobozz") - @skipIfReproducer # lldb::FileSP used in typemap cannot be instrumented. def test_set_sbstream(self): with open(self.out_filename, 'w') as outf: outsbf = lldb.SBFile(outf.fileno(), "w", False)