summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-10-06 15:23:52 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-10-06 15:23:52 +0000
commit0f247a479ead42e4637c9002b6ede030c8e1a175 (patch)
tree86e132dc8aee0fb72f4e9f87629e24ad95dd193d /lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
parent935f62cf0df6dd52a4054b8162bfa422dcc7a854 (diff)
downloadbcm5719-llvm-0f247a479ead42e4637c9002b6ede030c8e1a175.tar.gz
bcm5719-llvm-0f247a479ead42e4637c9002b6ede030c8e1a175.zip
Switching TestCallUserDefinedFunction from xfail to flaky on OS X.
This is passing 50/50 times for me. Moving to flaky as precautionary measure. llvm-svn: 249419
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py')
-rw-r--r--lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py b/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
index d1a46b1ebed..0784dcb7d8a 100644
--- a/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
+++ b/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
@@ -22,7 +22,7 @@ class ExprCommandCallUserDefinedFunction(TestBase):
# Find the line number to break for main.c.
self.line = line_number('main.cpp',
'// Please test these expressions while stopped at this line:')
- @expectedFailureDarwin("llvm.org/pr20274", debug_info=["dsym"]) # intermittent failure on MacOSX
+ @expectedFlakeyDarwin("llvm.org/pr20274") # intermittent failure on MacOSX, dsym only
@expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
def test(self):
"""Test return values of user defined function calls."""
OpenPOWER on IntegriCloud