summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-09-28 09:37:51 +0000
committerPavel Labath <labath@google.com>2015-09-28 09:37:51 +0000
commitc8c77d46efbe1d33a07a425bd84d82eae30bd959 (patch)
tree28745b35e7cde37b139c2a0957f25e49d4ddc5b1 /lldb/test/functionalities
parent9a132f36c3da7d0ec9e3b5ee170ca9d7eaf89fb5 (diff)
downloadbcm5719-llvm-c8c77d46efbe1d33a07a425bd84d82eae30bd959.tar.gz
bcm5719-llvm-c8c77d46efbe1d33a07a425bd84d82eae30bd959.zip
Revert "Fix race condition during process detach"
This fix is not correct on its own until D12968 is resolved. Will resumbit once that is done. llvm-svn: 248702
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/attach_resume/TestAttachResume.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/attach_resume/TestAttachResume.py b/lldb/test/functionalities/attach_resume/TestAttachResume.py
index 6fcefa43cdd..ec6e626ac1c 100644
--- a/lldb/test/functionalities/attach_resume/TestAttachResume.py
+++ b/lldb/test/functionalities/attach_resume/TestAttachResume.py
@@ -15,6 +15,7 @@ class AttachResumeTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureFreeBSD('llvm.org/pr19310')
+ @expectedFlakeyLinux('llvm.org/pr19310')
@expectedFailureWindows("llvm.org/pr24778")
@skipIfRemote
@dwarf_test
OpenPOWER on IntegriCloud