Open Quuxplusone opened 9 years ago
Bugzilla Link | PR23488 |
Status | NEW |
Importance | P normal |
Reported by | Vince Harron (vince@nethacker.com) |
Reported on | 2015-05-12 00:47:43 -0700 |
Last modified on | 2015-05-12 09:20:18 -0700 |
Version | unspecified |
Hardware | PC MacOS X |
CC | |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Installed swig 2.0.12 on failing mac, rebuilt, ran tests, looks fixed.
vharron-macbookpro:test vharron$ egrep -A2 SetErrorStringWithFormat
../DerivedData/lldb/Build/Products/Debug/lldb.py
def SetErrorStringWithFormat(self, *args):
"""SetErrorStringWithFormat(SBError self, str const * format) -> int"""
return _lldb.SBError_SetErrorStringWithFormat(self, *args)
Two new failures popped up (both passed when called separately from dotest):
FAIL: LLDB (suite) :: TestCallWithTimeout.py
options.SetTimeoutInMicroSeconds(1000000)
value = frame.EvaluateExpression ("wait_a_while (1000)", options)
TIMEOUT: LLDB (suite) :: TestLLDBIterator.py