summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
diff options
context:
space:
mode:
authorVince Harron <vince@nethacker.com>2015-05-04 03:06:04 +0000
committerVince Harron <vince@nethacker.com>2015-05-04 03:06:04 +0000
commit410a9e1e1e266ef6efe0ac6eb35b9933535ae33c (patch)
tree60f5795881b2936a3c1dfa04e4151786477327fc /lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
parentc849267a69e31a1f6baeed9de4607e069b6fa045 (diff)
downloadbcm5719-llvm-410a9e1e1e266ef6efe0ac6eb35b9933535ae33c.tar.gz
bcm5719-llvm-410a9e1e1e266ef6efe0ac6eb35b9933535ae33c.zip
un-skipped a bunch of tests on Linux
Some have been marked as skipIfLinux for years. The seem to be passing so I've enabled them. Differential Revision: http://reviews.llvm.org/D9428 llvm-svn: 236403
Diffstat (limited to 'lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py')
-rw-r--r--lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
index 43889aee58a..26cbf9e91e7 100644
--- a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
+++ b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
@@ -22,7 +22,6 @@ class CreateAfterAttachTestCase(TestBase):
@skipIfFreeBSD # Hangs. May be the same as Linux issue llvm.org/pr16229 but
# not yet investigated. Revisit once required functionality
# is implemented for FreeBSD.
- @skipIfLinux # Hangs, see llvm.org/pr16229
@dwarf_test
def test_create_after_attach_with_dwarf_and_popen(self):
"""Test thread creation after process attach."""
OpenPOWER on IntegriCloud