[lldb-dev] [Bug 36494] New: TestBase.LaunchModePreservesEnvironment is failing on Darwin
via lldb-dev
lldb-dev at lists.llvm.org
Fri Feb 23 15:14:48 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36494
Bug ID: 36494
Summary: TestBase.LaunchModePreservesEnvironment is failing on
Darwin
Product: lldb
Version: unspecified
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: vsk at apple.com
CC: llvm-bugs at lists.llvm.org
With r325964, I see:
[ RUN ] TestBase.LaunchModePreservesEnvironment
/Users/vsk/src/llvm.org-lldbsan/llvm/tools/lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp:30:
Failure
Value of:
llvm::detail::TakeExpected(Client.GetLatestStopReplyAs<StopReplyExit>())
Expected: succeeded with value (is an object whose given property is equal to
2-byte object <00-00>)
Actual: succeeded with value 16-byte object <10-60 A7-04 01-00 00-00 01-00
00-00 00-00 00-30>, whose given property is 2-byte object <00-01>(is an object
whose given property isn't equal to 2-byte object <00-00>)
[ FAILED ] TestBase.LaunchModePreservesEnvironment (67 ms)
The public Darwin bots are failing in the same way, but curiously still appear
'green'.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180223/b9086598/attachment.html>
More information about the lldb-dev
mailing list