summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-07-07 22:56:34 +0000
committerAdrian McCarthy <amccarth@google.com>2015-07-07 22:56:34 +0000
commit45c4c9b090aafac07335e472cee9b616c1f5560b (patch)
tree115f1d7692696d06339039b4e14a08677ba4ba6e /lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
parent661a4e7ab6acaa1e14454cbcb493051f3a7afc56 (diff)
downloadbcm5719-llvm-45c4c9b090aafac07335e472cee9b616c1f5560b.tar.gz
bcm5719-llvm-45c4c9b090aafac07335e472cee9b616c1f5560b.zip
Windows doesn't have fork.
llvm-svn: 241640
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, 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 fed737e6271..0b1d1d0303b 100644
--- a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
+++ b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
@@ -34,6 +34,7 @@ class CreateAfterAttachTestCase(TestBase):
# for FreeBSD.
@dwarf_test
@skipIfRemote
+ @skipIfWindows # Windows doesn't have fork.
@expectedFlakeyLinux("llvm.org/pr16229") # 1/100 dosep, build 3546, clang-3.5 x84_64
def test_create_after_attach_with_dwarf_and_fork(self):
"""Test thread creation after process attach."""
OpenPOWER on IntegriCloud