diff options
author | Siva Chandra <sivachandra@google.com> | 2015-05-08 21:12:41 +0000 |
---|---|---|
committer | Siva Chandra <sivachandra@google.com> | 2015-05-08 21:12:41 +0000 |
commit | 09c4424994c1e970b2740f791007defef421326c (patch) | |
tree | 8cee69534d951aff79e84e35368c59748e75476e /lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py | |
parent | 1992834a29624f8ab1746abc000381a2d52dac41 (diff) | |
download | bcm5719-llvm-09c4424994c1e970b2740f791007defef421326c.tar.gz bcm5719-llvm-09c4424994c1e970b2740f791007defef421326c.zip |
[TestCreateAfterAttach] Add @skipIfRemote to the forking test.
Test Plan: dotest.py -p TestCreateAfterAttach
Reviewers: chaoren
Reviewed By: chaoren
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D9617
llvm-svn: 236903
Diffstat (limited to 'lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py')
-rw-r--r-- | lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py index 26cbf9e91e7..c5f58f015fa 100644 --- a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py +++ b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py @@ -31,6 +31,7 @@ class CreateAfterAttachTestCase(TestBase): @skipIfFreeBSD # Hangs. Revisit once required functionality is implemented # for FreeBSD. @dwarf_test + @skipIfRemote @expectedFailureLinux # this test fails 1/100 dosep runs def test_create_after_attach_with_dwarf_and_fork(self): """Test thread creation after process attach.""" |