problems on asio test cases with latest release of boost
I installed the latest version of boost (2007-05-11) in Debian perfectly, and when I installed asio with it and typed make check, 26 test cases failed of 42 total. Someone know how to solve this? Or perhaps asio is not compatible with this release of boost?
Yunior Peralta González writes:
I installed the latest version of boost (2007-05-11) in Debian perfectly, and when I installed asio with it and typed make check, 26 test cases failed of 42 total.Someone know how to solve this?Or perhaps asio is not compatible with this release of boost?
These probably aren't real failures. There was a change to the unit test framework in boost 1.34 that made it an error to have no test cases within a single test program. Some of the asio tests are simple compile tests only, leading to this problem. I've already fixed this in CVS. Cheers, Chris
participants (2)
-
Christopher Kohlhoff
-
Yunior Peralta González