Till Toenshoff created MESOS-8484:
-------------------------------------
Summary: stout test NumifyTest.HexNumberTest fails.
Key: MESOS-8484
URL: https://issues.apache.org/jira/browse/MESOS-8484
Project: Mesos
Issue Type: Bug
Reporter: Till Toenshoff
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)