You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Till Toenshoff (JIRA)" <ji...@apache.org> on 2018/01/24 19:02:01 UTC

[jira] [Commented] (MESOS-8484) stout test NumifyTest.HexNumberTest fails.

    [ https://issues.apache.org/jira/browse/MESOS-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338072#comment-16338072 ] 

Till Toenshoff commented on MESOS-8484:
---------------------------------------

commits tried:
- current head (cd2774efde5e55cc027721086af14fbc78688849) -> fails
- e91ce42ed56c5ab65220fbba740a8a50c7f835ae -> works

> stout test NumifyTest.HexNumberTest fails. 
> -------------------------------------------
>
>                 Key: MESOS-8484
>                 URL: https://issues.apache.org/jira/browse/MESOS-8484
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>         Environment: macOS 10.13.2 (17C88)
> Apple LLVM version 9.0.0 (clang-900.0.37)
> ../configure && make check -j6
>            Reporter: Till Toenshoff
>            Priority: Blocker
>
> The current Mesos master shows the following on my machine:
> {noformat}
> [ RUN      ] NumifyTest.HexNumberTest
> ../../../3rdparty/stout/tests/numify_tests.cpp:57: Failure
> Value of: numify<double>("0x10.9").isError()
>   Actual: false
> Expected: true
> ../../../3rdparty/stout/tests/numify_tests.cpp:58: Failure
> Value of: numify<double>("0x1p-5").isError()
>   Actual: false
> Expected: true
> [  FAILED  ] NumifyTest.HexNumberTest (0 ms)
> {noformat}
> This problem disappears for me when reverting the latest boost upgrade.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)