Closed seanm closed 4 days ago
As far as I am aware, this data comes directly from CTest, so this issue should probably be filed here.
Ah ok, it's not always clear to me where the lines are drawn. :)
And once this is fixed in ctest, will cdash show the correct icon do you think?:
It should, yes. The icon is determined directly from the operating system data provided by CTest.
Consider this VTK build submission:
https://open.cdash.org/viewTest.php?onlynotrun&buildid=10040042
I enable the environment variable
MallocGuardEdges
to check for memory overruns when tests are run. (seeman malloc
on macOS). This causes a log message, for example:versus without it:
I believe this is why those 3 fields are scrambled. You should be able to look for
ProductName
then take the text after it.