[lldb-dev] [Bug 17237] New: Automated tests are missing for ELF core file support

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 13 12:21:54 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17237

            Bug ID: 17237
           Summary: Automated tests are missing for ELF core file support
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: ashok.thirumurthi at intel.com
    Classification: Unclassified

As an lldb developer, I would like an automated test for LLDB operation when
run against an ELF core file, so that I know when regressions are introduced.

Note:
* Can run "ulimit -c unlimited" and then build&run
functionalities/inferior-asserting/a.out to generate a core file.
* Can base the tests on existing code in TestInferiorAssert.py that walks the
call stack to inspect frames.


Acceptance Criteria:
* Generate a core file as part of the test rather than checking in a file.
** Delete the generated core file independent of success or failure of the
test.
* Incorporate tests analogous to TestRegisters.py and TestInferiorAssert.py.
* Provide an xfail for AVX register tests.
* Provide an xfail for bugzilla 17227 (incorrect disassembly)

-- 
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/20130913/311bcb9b/attachment.html>


More information about the lldb-dev mailing list