summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/platform
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2019-02-07 18:22:00 +0000
committerAaron Smith <aaron.smith@microsoft.com>2019-02-07 18:22:00 +0000
commit981e63581a9a804ff6a2994b2d95193cd43d11f8 (patch)
treec63fbf1bd4c34d2a9c1c361d7984b0bf0a40f5ba /lldb/packages/Python/lldbsuite/test/functionalities/platform
parentf21c022380f52b5f2275ad5433fc291b2fee820c (diff)
downloadbcm5719-llvm-981e63581a9a804ff6a2994b2d95193cd43d11f8.tar.gz
bcm5719-llvm-981e63581a9a804ff6a2994b2d95193cd43d11f8.zip
[gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenv
Reviewers: zturner, llvm-commits, labath, serge-sans-paille Reviewed By: labath Subscribers: Hui, labath, lldb-commits Differential Revision: https://reviews.llvm.org/D56230 llvm-svn: 353440
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/platform')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py b/lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py
index 302201a9256..f6f20b0f53a 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/platform/TestPlatformCommand.py
@@ -48,6 +48,7 @@ class PlatformCommandTestCase(TestBase):
'Kernel',
'Hostname'])
+ @expectedFailureAll(oslist=["windows"])
@no_debug_info_test
def test_shell(self):
""" Test that the platform shell command can invoke ls. """
OpenPOWER on IntegriCloud