From 3249911439295c56c256f1214c0d1a22c6cac5ff Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Fri, 1 Apr 2016 18:42:45 +0000 Subject: 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 llvm-svn: 265175 --- .../lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py index 8e443147e1d..be1689b201e 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py @@ -24,7 +24,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase): @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() -- cgit v1.2.3