=== 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.algorithm''' || none_of_test || Passed || || || one_of_test || Passed || || || ordered_test || Passed || || || copy_n_test1 || Passed || || || iota_test1 || Passed || || || is_permutation_test1 || Passed || || || partition_point_test1 || Passed || || || is_partitioned_test1 || Passed || || || partition_copy_test1 || Passed || || || hex_test1 || Failed || || || hex_test2 || Passed || || || hex_test3 || Failed || || || hex_fail1.test || Passed || || || empty_search_test || Passed || || || search_test1 || Passed || || || search_test2 || Passed || || || search_test3 || Passed || || || search_fail1 || Passed || || || search_fail2 || Passed || || || search_fail3 || Passed || || || clamp_test || Passed || || || all_of_test || Passed || || || any_of_test || Passed || || '''Boost.detail''' || is_sorted_test || Passed || || || container_no_fwd_test || Passed || || || container_fwd || Passed || || || container_fwd_debug || Passed || || || correctly_disable || Failed || || || correctly_disable_debug || Passed '''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.pool''' || valgrind_config_check || Failed || || || test_simple_seg_storage || Failed || || || test_pool_alloc || Failed || || || pool_msvc_compiler_bug_test || Failed || || || test_msvc_mem_leak_detect || Failed || || || test_bug_3349 || Failed || || || test_bug_4960 || Failed || || || test_bug_1252 || Failed || || || test_bug_2696 || Failed || || || test_bug_5526 || Failed || || || test_threading || Failed || || || time_pool_alloc || Failed || || || test_poisoned_macros || Passed || || '''Boost.tr1'''