Hi Fernando,
On 10/15/2015 11:27 AM, Fernando Seiti Furusato wrote:
> Although this package compiles on ppc64el, it fails in the test suite.
> Specifically, the format-test fails in FormatterTest.FormatLongDouble.
I just tested the cppformat from upstream, as commment 221eeda and the tests go
fine on a POWER8 machine running jessie/ppc64el:
Take a look:
$ make test
Running tests...
Test project /home/ubuntu/github/cppformat
Start 1: assert-test
1/8 Test #1: assert-test ...................... Passed 0.00 sec
Start 2: gtest-extra-test
2/8 Test #2: gtest-extra-test ................. Passed 0.01 sec
Start 3: format-test
3/8 Test #3: format-test ...................... Passed 0.04 sec
Start 4: format-impl-test
4/8 Test #4: format-impl-test ................. Passed 0.00 sec
Start 5: printf-test
5/8 Test #5: printf-test ...................... Passed 0.01 sec
Start 6: util-test
6/8 Test #6: util-test ........................ Passed 0.00 sec
Start 7: posix-mock-test
7/8 Test #7: posix-mock-test .................. Passed 0.00 sec
Start 8: posix-test
8/8 Test #8: posix-test ....................... Passed 0.00 sec
100% tests passed, 0 tests failed out of 8
Total Test time (real) = 0.08 sec
Does it mean that this problem does not happen on upstream release anymore?