diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-05-12 14:25:43 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-05-12 14:25:43 +0000 |
commit | b31bf17236f6357a9b83f8d7ae3569b64f407585 (patch) | |
tree | 8e253a063554c207510279a8e9e6500af7b96785 /lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py | |
parent | 7b222e110fd0f72ea74efc3b5265c546636b9c52 (diff) | |
download | bcm5719-llvm-b31bf17236f6357a9b83f8d7ae3569b64f407585.tar.gz bcm5719-llvm-b31bf17236f6357a9b83f8d7ae3569b64f407585.zip |
XFAIL and Skip flaky test case on linux
llvm-svn: 237135
Diffstat (limited to 'lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py')
-rw-r--r-- | lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py | 2 |
1 files changed, 2 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 c5f58f015fa..9f44dd45422 100644 --- a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py +++ b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py @@ -22,6 +22,8 @@ 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. + @expectedFailureLinux("llvm.org/pr16229") # Occasionally hangs on the build bot + @skipIfLinux # Occasionally hangs on the build bot @dwarf_test def test_create_after_attach_with_dwarf_and_popen(self): """Test thread creation after process attach.""" |