[Lldb-commits] [lldb] r249425 - Convert expectedFlakeyDarwin to expectedFlakeyDsym for TestCallUserDefinedFunction.py
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 6 08:57:55 PDT 2015
Author: tfiala
Date: Tue Oct 6 10:57:55 2015
New Revision: 249425
URL: http://llvm.org/viewvc/llvm-project?rev=249425&view=rev
Log:
Convert expectedFlakeyDarwin to expectedFlakeyDsym for TestCallUserDefinedFunction.py
Closes:
https://llvm.org/bugs/show_bug.cgi?id=25076
Modified:
lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py
Modified: lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py?rev=249425&r1=249424&r2=249425&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py Tue Oct 6 10:57:55 2015
@@ -22,7 +22,7 @@ class ExprCommandCallUserDefinedFunction
# 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."""
More information about the lldb-commits
mailing list