[Lldb-commits] [lldb] e3cd8fe - [LLDB] Skip TestCrashDuringStep.py AArch64/Windows

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 20 17:11:03 PDT 2022


Author: Muhammad Omair Javaid
Date: 2022-04-21T05:10:37+05:00
New Revision: e3cd8fedcac31a037a38889abace9e0d0205c451

URL: https://github.com/llvm/llvm-project/commit/e3cd8fedcac31a037a38889abace9e0d0205c451
DIFF: https://github.com/llvm/llvm-project/commit/e3cd8fedcac31a037a38889abace9e0d0205c451.diff

LOG: [LLDB] Skip TestCrashDuringStep.py AArch64/Windows

TestCrashDuringStep.py hangs on AArch64 windows with no resonable
possible fix. I am marking it skipped for now.

Added: 
    

Modified: 
    lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py b/lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py
index 6a3ef9527746e..e371cd74fa038 100644
--- a/lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py
+++ b/lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py
@@ -20,6 +20,7 @@ def setUp(self):
 
     # IO error due to breakpoint at invalid address
     @expectedFailureAll(triple=re.compile('^mips'))
+    @skipIf(oslist=['windows'], archs=['aarch64'])
     def test_step_inst_with(self):
         """Test thread creation during step-inst handling."""
         self.build()


        


More information about the lldb-commits mailing list