diff options
| author | Pavel Labath <labath@google.com> | 2015-10-07 15:11:11 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-10-07 15:11:11 +0000 |
| commit | fcc7f6622fed1b6574f2828042811daf3e061627 (patch) | |
| tree | 6298138deb3541d24574a6579ad05262050c9b3c /lldb/test/functionalities | |
| parent | 9cb1ac28b93d004941dc1ff3efc7b5464b1a2838 (diff) | |
| download | bcm5719-llvm-fcc7f6622fed1b6574f2828042811daf3e061627.tar.gz bcm5719-llvm-fcc7f6622fed1b6574f2828042811daf3e061627.zip | |
Resumbit "Fix race condition during process detach"
This is a resubmission of r248371. It also incorporates the process event hijack patch by Kyrill
Lapshin in D12968.
llvm-svn: 249554
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/attach_resume/TestAttachResume.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/attach_resume/TestAttachResume.py b/lldb/test/functionalities/attach_resume/TestAttachResume.py index 88df25bae78..25ad9d2abcb 100644 --- a/lldb/test/functionalities/attach_resume/TestAttachResume.py +++ b/lldb/test/functionalities/attach_resume/TestAttachResume.py @@ -16,7 +16,6 @@ class AttachResumeTestCase(TestBase): @skipIfRemote @expectedFailureFreeBSD('llvm.org/pr19310') - @expectedFlakeyLinux('llvm.org/pr19310') @expectedFailureWindows("llvm.org/pr24778") def test_attach_continue_interrupt_detach(self): """Test attach/continue/interrupt/detach""" |

