[LLDB] XFAIL TestRunLocker.py on Windows
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 2 Mar 2023 07:05:11 +0000 (11:05 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 2 Mar 2023 07:05:23 +0000 (11:05 +0400)
lldb/test/API/python_api/run_locker/TestRunLocker.py

index 191400d..ff34d47 100644 (file)
@@ -14,11 +14,13 @@ class TestRunLocker(TestBase):
 
     NO_DEBUG_INFO_TESTCASE = True
 
+    @expectedFailureAll(oslist=["windows"])
     def test_run_locker(self):
         """Test that the run locker is set correctly when we launch"""
         self.build()
         self.runlocker_test(False)
 
+    @expectedFailureAll(oslist=["windows"])
     def test_run_locker_stop_at_entry(self):
         """Test that the run locker is set correctly when we launch"""
         self.build()