[Lldb-commits] [lldb] r265175 - mark TestCallWithTimeout.py XFAIL on macosx.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 1 11:42:45 PDT 2016


Author: tfiala
Date: Fri Apr  1 13:42:45 2016
New Revision: 265175

URL: http://llvm.org/viewvc/llvm-project?rev=265175&view=rev
Log:
mark TestCallWithTimeout.py XFAIL on macosx.

This test is failing on the CI but not locally for me.  Needs
investigation.

tracked by:
https://llvm.org/bugs/show_bug.cgi?id=27182

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py?rev=265175&r1=265174&r2=265175&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py Fri Apr  1 13:42:45 2016
@@ -24,7 +24,7 @@ class ExprCommandWithTimeoutsTestCase(Te
 
 
     @expectedFlakeyFreeBSD("llvm.org/pr19605")
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
+    @expectedFailureAll(oslist=["windows", "macosx"], bugnumber="llvm.org/pr21765")
     def test(self):
         """Test calling std::String member function."""
         self.build()




More information about the lldb-commits mailing list