summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/process_launch
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-03-09 12:47:38 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-03-09 12:47:38 +0000
commit377d9dc8728af681c3a302fa0a0a64fc0810f62f (patch)
treeaa49a94debf9ccef237908e8d8dfc52f9c33e62a /lldb/packages/Python/lldbsuite/test/functionalities/process_launch
parent62c8a57a7475eb81417f6fb087a6e89d5b0035ab (diff)
downloadbcm5719-llvm-377d9dc8728af681c3a302fa0a0a64fc0810f62f.tar.gz
bcm5719-llvm-377d9dc8728af681c3a302fa0a0a64fc0810f62f.zip
[lldb] [test] Adjust XFAIL list to match buildbot results
Adjust the XFAIL-ing tests to match consistent results from buildbot. I'm going to work on differences between them and my local results following this. llvm-svn: 355774
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/process_launch')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py b/lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py
index ec0ac826c61..44452b7ded9 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py
@@ -173,7 +173,6 @@ class ProcessLaunchTestCase(TestBase):
if not success:
self.fail(err_msg)
- @expectedFailureNetBSD
def test_environment_with_special_char(self):
"""Test that environment variables containing '*' and '}' are handled correctly by the inferior."""
source = 'print_env.cpp'
OpenPOWER on IntegriCloud