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."""


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to