From 981e63581a9a804ff6a2994b2d95193cd43d11f8 Mon Sep 17 00:00:00 2001 From: Aaron Smith Date: Thu, 7 Feb 2019 18:22:00 +0000 Subject: [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 --- .../lldbsuite/test/functionalities/platform/TestPlatformCommand.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/platform') 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. """ -- cgit v1.2.3