From b1f7d4d79cbc720bba2c0f82cfe0a0e0c6077896 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 6 Apr 2016 11:05:30 +0000 Subject: Fixup TestLinuxCore on windows test_same_pid_running couldn't delete the temporary files, while we had them open. Deleting the target should make things work. llvm-svn: 265529 --- .../test/functionalities/postmortem/linux-core/TestLinuxCore.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py index 5eb33d08c5e..fb876c256b8 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py @@ -92,3 +92,5 @@ class LinuxCoreTestCase(TestBase): self.assertEqual(frame.GetLineEntry().GetLine(), line_number("main.c", "Frame " + backtrace[i])) self.assertEqual(frame.FindVariable("F").GetValueAsUnsigned(), ord(backtrace[i][0])) + + self.dbg.DeleteTarget(target) -- cgit v1.2.3