
Le 17/11/12 12:36, Tim Blechmann a écrit :
hi daniel,
You need to add the library to 'libs/libraries.htm' in the alphabetic and category lists. Categories are up to you, but I'd expect: containers, concurrent and maybe data structures. Link to 'libs/lockfree/index.html' - not 'doc/html/whatever'. done
Unfortunately the online inspect report is out of date, so I ran it locally and got this for lockfree:
|lockfree| boost/lockfree/detail/freelist.hpp: Boost macro deprecated in 1.51: BOOST_NO_DEFAULTED_FUNCTIONS boost/lockfree/detail/tagged_ptr_dcas.hpp: Boost macro deprecated in 1.51: BOOST_NO_DEFAULTED_FUNCTIONS boost/lockfree/detail/tagged_ptr_ptrcompression.hpp: Boost macro deprecated in 1.51: BOOST_NO_DEFAULTED_FUNCTIONS done
Since we know the library isn't going to work on any of the currently tested platforms, checking the test results seems pointless. There are a lot of failures, but if they're down to atomic not being ready, then I guess they're acceptable? I'd normally suggest marking up the failing test results in status/explicit-failures-markup.xml, but that might be counter-productive if they could be fixed in atomic. Failures due to boost dependencies are a real pain. for the mingw/interprocess related failures, i might need some help: there is a linking failure, but i don't know what to link to.
I have no idea. Maybe you could request help from Ion. There is a test that is failing on all the Windows testers spsc_queue_test. Have you an idea of what is going wrong? Best, Vicente