Author: Dmitry Vasilyev Date: 2024-11-11T12:40:01+04:00 New Revision: 1277bea4311692d3bd3d1a6566ec1011d3e72f65
URL: https://github.com/llvm/llvm-project/commit/1277bea4311692d3bd3d1a6566ec1011d3e72f65 DIFF: https://github.com/llvm/llvm-project/commit/1277bea4311692d3bd3d1a6566ec1011d3e72f65.diff LOG: [lldb] Disable TestCancelAttach for Windows host (#115619) See #115618 for details. Added: Modified: lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py Removed: ################################################################################ diff --git a/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py b/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py index 9f643d50e58fc0..3be0a85d595002 100644 --- a/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py +++ b/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py @@ -14,6 +14,11 @@ class AttachCancelTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True + @skipIf( + remote=True, + hostoslist=["windows"], + bugnumber="https://github.com/llvm/llvm-project/issues/115618", + ) def test_scripted_implementation(self): """Test that cancelling a stuck "attach waitfor" works.""" # First make an empty target for the attach: _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits