[CDash] macOS 10.13.4 confused cdash "OS Version" string

Zack Galbreath zack.galbreath at kitware.com
Fri Apr 6 14:09:03 UTC 2018


On Wed, Apr 4, 2018 at 3:29 PM, Sean McBride <sean at rogue-research.com>
wrote:

> Hi cdash devs,
>
> I recently updated my Rogue15 bot from macOS 10.13.3 to 10.13.4.
>
> Before:
> <https://open.cdash.org/buildSummary.php?buildid=5319090>
> OS Version: 17D102
>
> After:
> <https://open.cdash.org/buildSummary.php?buildid=5320587>
> OS Version: 1.7e+200
>
>
> It should read "17E199".  I guess something thinks it's floating point...
>

Right you are, thanks for pointing this out.  We previously noticed CDash
interpreting some strings as numbers due to e-notation.  We added a check
to prevent this, but it was only looking for the presence of 'e', not 'E'.
I'll modify this to be a case insensitive check instead.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20180406/ed48f492/attachment-0001.htm>


More information about the CDash mailing list