diff options
author | Aaron Smith <aaron.smith@microsoft.com> | 2019-02-07 18:22:00 +0000 |
---|---|---|
committer | Aaron Smith <aaron.smith@microsoft.com> | 2019-02-07 18:22:00 +0000 |
commit | 981e63581a9a804ff6a2994b2d95193cd43d11f8 (patch) | |
tree | c63fbf1bd4c34d2a9c1c361d7984b0bf0a40f5ba /lldb/packages/Python/lldbsuite/test/functionalities/platform | |
parent | f21c022380f52b5f2275ad5433fc291b2fee820c (diff) | |
download | bcm5719-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.py | 1 |
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. """ |