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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to