XFAIL and Skip flaky test case on linux
authorTamas Berghammer <tberghammer@google.com>
Tue, 12 May 2015 14:25:43 +0000 (14:25 +0000)
committerTamas Berghammer <tberghammer@google.com>
Tue, 12 May 2015 14:25:43 +0000 (14:25 +0000)
llvm-svn: 237135

lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py

index c5f58f0..9f44dd4 100644 (file)
@@ -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."""