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:57:55 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-10-06 15:57:55 +0000
commit873111ec10d330460b5f1d8d55d34f649bc2e3d2 (patch)
tree60593417fd80ffffe0df1a11177c2d108bef8aa3 /lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
parent88e0b251815563016ad50241dd592e304bc03ee5 (diff)
downloadbcm5719-llvm-873111ec10d330460b5f1d8d55d34f649bc2e3d2.tar.gz
bcm5719-llvm-873111ec10d330460b5f1d8d55d34f649bc2e3d2.zip
Convert expectedFlakeyDarwin to expectedFlakeyDsym for TestCallUserDefinedFunction.py
Closes: https://llvm.org/bugs/show_bug.cgi?id=25076 llvm-svn: 249425
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 0784dcb7d8a..c71f901d69f 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:')
- @expectedFlakeyDarwin("llvm.org/pr20274") # intermittent failure on MacOSX, dsym only
+ @expectedFlakeyDsym("llvm.org/pr20274")
@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