[Lldb-commits] [lldb] r245748 - Skip TestCreateAfterAttach on Windows.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 21 15:11:21 PDT 2015
Author: zturner
Date: Fri Aug 21 17:11:21 2015
New Revision: 245748
URL: http://llvm.org/viewvc/llvm-project?rev=245748&view=rev
Log:
Skip TestCreateAfterAttach on Windows.
As with every other platform, this test occasionally hangs on
Windows.
Modified:
lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
Modified: lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py?rev=245748&r1=245747&r2=245748&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py (original)
+++ lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py Fri Aug 21 17:11:21 2015
@@ -23,7 +23,7 @@ class CreateAfterAttachTestCase(TestBase
# not yet investigated. Revisit once required functionality
# is implemented for FreeBSD.
@skipIfLinux # Occasionally hangs on the build bot, expectedFailureLinux
-
+ @skipIfWindows # Occasionally hangs on Windows, may be same as other issues.
@dwarf_test
def test_create_after_attach_with_dwarf_and_popen(self):
"""Test thread creation after process attach."""
More information about the lldb-commits
mailing list