=== Boost Test Status Checklist === Boost comes with a test suite.... This page will serve as a place to keep track of the progress in fixing the various tests, or explaining why it's ok that they are failing on Haiku. * ~/develop/haikuports/dev-libs/boost/work/boost_1_50_0/libs/(lib name)/test> bjam Note: While most of the Jam files are in the right place, the test folders of the library folder, I found a few libraries with their Jam file in the folder of the library itself. '''Boost.Locale''' || iconv (libc) || Failed || || || iconv (separate) || Passed || || || icu || Failed || || || icu (lib64) || Failed || || || test_config.o || Failed || || || test_config || Skipped || I know that there is a conflict of names with the previous test, I do not know why test_config executed tests that gave different results, but I will have to leave this as so. Skipped test_config for lack of libboost_locale.so.1.50.0 || || test_utf || Skipped || Skipped test_utf for lack of libboost_locale.so.1.50.0 || || test_date_time || Skipped|| Skipped test_date_time for lack of libboost_locale.so.1.50.0 || || test_ios_prop || Skipped || Skipped test_ios_prop for lack of libboost_locale.so.1.50.0 || || test_codepage_converter || Skipped || skipped test_codepage_converter for lack of libboost_locale.so.1.50.0 || || test_codepage || Skipped || Skipped test_codepage for lack of libboost_locale.so.1.50.0 || || test_message || Skipped || Skipped test_message for lack of libboost_locale.so.1.50.0 || || test_generator || Skipped || Skipped test_generator for lack of libboost_locale.so.1.50.0 || || test_collate || Skipped || Skipped test_collate for lack of libboost_locale.so.1.50.0 || || test_convert || Skipped || Skipped test_convert for lack of libboost_locale.so.1.50.0 || || test_boundary || Skipped || Skipped test_boundary for lack of libboost_locale.so.1.50.0 || || test_formatting || Skipped || Skipped test_formatting for lack of libboost_locale.so.1.50.0 || || test_icu_vs_os_timezone || Skipped || Skipped test_icu_vs_os_timezone for lack of libboost_locale.so.1.50.0 || || test_winapi_collate || Skipped || Skipped test_winapi_collate for lack of libboost_locale.so.1.50.0 || || test_winapi_convert || Skipped || Skipped test_winapi_convert for lack of libboost_locale.so.1.50.0 || || test_winapi_formatting || Skipped || Skipped test_winapi_formatting for lack of libboost_locale.so.1.50.0 || || test_posix_collate || Skipped || Skipped test_posix_collate for lack of libboost_locale.so.1.50.0 || || test_posix_convert || Skipped || Skipped test_posix_convert for lack of libboost_locale.so.1.50.0 || || test_posix_formatting || Skipped || Skipped test_posix_formatting for lack of libboost_locale.so.1.50.0 || || test_std_collate || Skipped || Skipped test_std_collate for lack of libboost_locale.so.1.50.0 || || test_std_convert || Skipped || Skipped test_std_convert for lack of libboost_locale.so.1.50.0 || || test_std_formatting || Skipped || Skipped test_std_formatting for lack of libboost_locale.so.1.50.0 || '''Boost.tr1'''