[Lldb-commits] [lldb] b6cd964 - Fix typo in xfail decorator for lldb thread plan list tests
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 5 08:18:54 PDT 2020
Author: Muhammad Omair Javaid
Date: 2020-04-05T20:16:46+05:00
New Revision: b6cd964ac7cb9b55dfcdbe43c5502c2c0f6cbebc
URL: https://github.com/llvm/llvm-project/commit/b6cd964ac7cb9b55dfcdbe43c5502c2c0f6cbebc
DIFF: https://github.com/llvm/llvm-project/commit/b6cd964ac7cb9b55dfcdbe43c5502c2c0f6cbebc.diff
LOG: Fix typo in xfail decorator for lldb thread plan list tests
Added:
Modified:
lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py
Removed:
################################################################################
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")
More information about the lldb-commits
mailing list