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() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits