forked from OSchip/llvm-project
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
This commit is contained in:
parent
935f62cf0d
commit
0f247a479e
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue