[llvm-bugs] [Bug 40119] New: stop-hook test fails on Windows

via llvm-bugs llvm-bugs 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181220/1e5c4117/attachment.html>


More information about the llvm-bugs mailing list