[llvm-bugs] [Bug 27179] New: test infra: Green Dragon OS X builder is sometimes accessing an unguarded missing dictionary key, xUnit formatter
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 1 08:53:39 PDT 2016
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-dev at lists.llvm.org
Reporter: todd.fiala at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160401/102c3197/attachment.html>
More information about the llvm-bugs
mailing list