https://llvm.org/bugs/show_bug.cgi?id=27179
Bug ID: 27179 Summary: test infra: Green Dragon OS X builder is sometimes accessing an unguarded missing dictionary key, xUnit formatter Product: lldb Version: unspecified Hardware: Macintosh OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-...@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified This started showing up on the Green Dragon builder. It looks like it happens when a timeout or exceptional exit occurs and cannot be charged to a test method (which happens when no test method was running when said issue occurs). It looks like there is logic in the wrap-up that is not accounting for the case that a method/class name is unavailable, and crashes the test suite when doing the summarization of results. This looks like it may be limited to the Xunit case. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs