[lldb-dev] [Bug 40119] New: stop-hook test fails on Windows
via lldb-dev
lldb-dev at lists.llvm.org
Thu Dec 20 09:42:30 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=40119
Bug ID: 40119
Summary: stop-hook test fails on Windows
Product: lldb
Version: 7.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: stilis at microsoft.com
CC: llvm-bugs at lists.llvm.org
The test fails because "expr ptr" does not evaluate correctly. More
specifically, ptr is unresolved. The error message produced is:
error: Aborting reading of commands after command #0: 'expr ptr' failed with
error: use of undeclared identifier 'ptr'
which contains "expr ptr" which is what the test is looking for on success. So
the test is counted as passed even though the commands failed. Right now the
test is disabled on Windows in order to avoid the unexpected (and inaccurate)
pass.
--
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/20181220/b4fae3a3/attachment.html>
More information about the lldb-dev
mailing list