From b6cd964ac7cb9b55dfcdbe43c5502c2c0f6cbebc Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Sun, 5 Apr 2020 20:16:43 +0500 Subject: [PATCH] Fix typo in xfail decorator for lldb thread plan list tests --- .../API/functionalities/thread_plan/TestThreadPlanCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py b/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py index b4ae9107aceb..5214a3f6b0fe 100644 --- a/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py +++ b/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py @@ -17,7 +17,7 @@ class TestThreadPlanCommands(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipIfWindows - @expectedFailureAll(oslist=["Linux"]) + @expectedFailureAll(oslist=["linux"]) def test_thread_plan_actions(self): self.build() self.main_source_file = lldb.SBFileSpec("main.c")