From: Stella Stamenova Date: Tue, 19 Jan 2021 22:09:09 +0000 (-0800) Subject: [lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir_by_id... X-Git-Tag: llvmorg-13-init~768 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=347145538443347e705aaf1fb1473a5dcc5698e6;p=platform%2Fupstream%2Fllvm.git [lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir_by_id on Windows This test is flakey on Windows and on failure it hangs causing the test suite to fail and future builds (on the buildbot, especially) to fail because they cannot re-write the files that are currently in use --- diff --git a/lldb/test/API/commands/process/attach/TestProcessAttach.py b/lldb/test/API/commands/process/attach/TestProcessAttach.py index a3a97cf..c224b9f 100644 --- a/lldb/test/API/commands/process/attach/TestProcessAttach.py +++ b/lldb/test/API/commands/process/attach/TestProcessAttach.py @@ -44,6 +44,7 @@ class ProcessAttachTestCase(TestBase): self.assertTrue(process, PROCESS_IS_VALID) @skipIfReproducer # FIXME: Unexpected packet during (active) replay + @skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr48806 def test_attach_to_process_from_different_dir_by_id(self): """Test attach by process id""" newdir = self.getBuildArtifact("newdir")