summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2016-09-28 21:07:34 +0000
committerGreg Clayton <gclayton@apple.com>2016-09-28 21:07:34 +0000
commit7ae1a67ed9d3d26ecf30279907e267f546eb43d3 (patch)
treeda92f4edb9c7ffeccb58281814eb3cb628840dc0 /lldb/packages/Python/lldbsuite
parente2bf878d5921887dde58b15084ae39af71e00e60 (diff)
downloadbcm5719-llvm-7ae1a67ed9d3d26ecf30279907e267f546eb43d3.tar.gz
bcm5719-llvm-7ae1a67ed9d3d26ecf30279907e267f546eb43d3.zip
Add the ability for the task port to change when a process execs.
<rdar://problem/28476369> llvm-svn: 282632
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
index e89d99c21be..98b002eb288 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
@@ -27,7 +27,6 @@ class ExecTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@skipUnlessDarwin
- @expectedFailureAll(oslist=["macosx"], bugnumber="rdar://28476369")
def test(self):
if self.getArchitecture() == 'x86_64':
source = os.path.join(os.getcwd(), "main.cpp")
OpenPOWER on IntegriCloud