[Lldb-commits] [PATCH] D11014: Skip test that requires fork on Windows, which doesn't have fork.
Adrian McCarthy
amccarth at google.com
Tue Jul 7 15:04:17 PDT 2015
amccarth added a reviewer: chaoren.
amccarth added a subscriber: lldb-commits.
http://reviews.llvm.org/D11014
Files:
test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
Index: test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
===================================================================
--- test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
+++ test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
@@ -34,6 +34,7 @@
# 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."""
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11014.29216.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150707/33d54256/attachment.bin>
More information about the lldb-commits
mailing list