process = target.GetProcess()
self.assertTrue(process, PROCESS_IS_VALID)
+ @skipIfWindows # This test is flaky on Windows
@expectedFailureNetBSD
def test_attach_to_process_by_id_correct_executable_offset(self):
"""
mydir = TestBase.compute_mydir(__file__)
+ @skipIfWindows # This test is flaky on Windows
def test_launch_before_attach_with_vAttachOrWait(self):
exe = '%s_%d' % (self.testMethodName, os.getpid())
self.build(dictionary={'EXE': exe})
reported_pid = int(pid_text, base=16)
self.assertEqual(reported_pid, inferior.pid)
+ @skipIfWindows # This test is flaky on Windows
def test_launch_after_attach_with_vAttachOrWait(self):
exe = '%s_%d' % (self.testMethodName, os.getpid())
self.build(dictionary={'EXE': exe})