Author: uweigand
Date: Thu Apr 14 12:36:41 2016
New Revision: 266343

URL: http://llvm.org/viewvc/llvm-project?rev=266343&view=rev
Log:
Disable LinuxCoreTestCase.test_s390x

This seems to hang on non-s390x hosts.  Disable for now to get the build
bots going again.


Modified:
    
lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py

Modified: 
lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py?rev=266343&r1=266342&r2=266343&view=diff
==============================================================================
--- 
lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py
 (original)
+++ 
lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py
 Thu Apr 14 12:36:41 2016
@@ -30,6 +30,8 @@ class LinuxCoreTestCase(TestBase):
         """Test that lldb can read the process information from an x86_64 
linux core file."""
         self.do_test("x86_64", self._x86_64_pid)
 
+    # This seems to hang on non-s390x platforms for some reason.  Disabling 
for now.
+    @skipIf(archs=no_match(['s390x'])) 
     def test_s390x(self):
         """Test that lldb can read the process information from an s390x linux 
core file."""
         self.do_test("s390x", self._s390x_pid)


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

Reply via email to