-- From https://casablanca.codeplex.com/discussions/539673 by user eskech --
I see tests fail on master branch on mac os x.
using Xcode from apple app store:
clang++ --version
Apple LLVM version 5.1 (clang-503.0.9) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
I use brew to install openssl, boost, etc.
Should I worry:
**** connections_and_errors:server_doesnt_exist FAILED ****
**** connections_and_errors:open_failure FAILED ****
**** connections_and_errors:server_close_without_responding FAILED ****
**** connections_and_errors:request_timeout FAILED ****
**** connections_and_errors:invalid_method FAILED ****
**** connections_and_errors:handshake_fail FAILED ****
**** connections_and_errors:content_ready_timeout FAILED ****
**** progress_handler_tests:set_progress_handler_open_failure FAILED ****
**** request_stream_tests:get_with_body_nono FAILED ****
**** response_extract_tests:extract_string_incorrect FAILED ****
**** response_extract_tests:extract_json_incorrect FAILED ****
**** response_extract_tests:set_stream_try_extract_json FAILED ****
**** response_extract_tests:set_stream_try_extract_vector FAILED ****
**** response_stream_tests:set_response_stream_producer_consumer_buffer FAILED ****
**** response_stream_tests:set_response_stream_container_buffer FAILED ****
**** connections_and_errors:reply_twice FAILED ****
**** connections_and_errors:close_stream_early_with_length FAILED ****
**** connections_and_errors:close_stream_with_exception FAILED ****
**** reply_helper_tests:multiple_responses_to_request FAILED ****
**** construction_tests:array_test FAILED ****
**** construction_tests:object_test FAILED ****
**** negative_parsing_tests:string_t FAILED ****
**** negative_parsing_tests:numbers FAILED ****
**** negative_parsing_tests:objects FAILED ****
**** negative_parsing_tests:arrays FAILED ****
**** negative_parsing_tests:literals_not_lower_case FAILED ****
**** negative_parsing_tests:incomplete_literals FAILED ****
**** negative_parsing_tests:exception_string FAILED ****
**** negative_parsing_tests:boundary_chars FAILED ****
**** negative_parsing_tests:garbage_1 FAILED ****
**** negative_parsing_tests:garbage_2 FAILED ****
**** negative_parsing_tests:garbage_3 FAILED ****
**** parsing_tests:whitespace FAILED ****
**** parsing_tests:string_t FAILED ****
**** parsing_tests:comments_string FAILED ****
**** parsing_tests:comments_stream FAILED ****
**** parsing_tests:deeply_nested FAILED ****
**** to_as_and_operators_tests:as_string FAILED ****
**** to_as_and_operators_tests:negative_index_operator_boolean FAILED ****
**** to_as_and_operators_tests:negative_get_field_object FAILED ****
**** to_as_and_operators_tests:negative_get_element_array FAILED ****
**** to_as_and_operators_tests:negative_as_tests FAILED ****
**** iterator_tests:non_composites_member_preincrement FAILED ****
**** constructor_tests:parsing_constructor_invalid FAILED ****
**** encoding_tests:decode_invalid_hex FAILED ****
**** uri_builder_tests:to_string_invalid_uri FAILED ****
Finished running all 592 tests.
Took 11147.5ms
Comments: The set_progress_handler_open_failure test failure has been fixed. We aren't aware of any non disabled test failures on OS X any more. Thanks for reporting. Steve
I see tests fail on master branch on mac os x.
using Xcode from apple app store:
clang++ --version
Apple LLVM version 5.1 (clang-503.0.9) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
I use brew to install openssl, boost, etc.
Should I worry:
**** connections_and_errors:server_doesnt_exist FAILED ****
**** connections_and_errors:open_failure FAILED ****
**** connections_and_errors:server_close_without_responding FAILED ****
**** connections_and_errors:request_timeout FAILED ****
**** connections_and_errors:invalid_method FAILED ****
**** connections_and_errors:handshake_fail FAILED ****
**** connections_and_errors:content_ready_timeout FAILED ****
**** progress_handler_tests:set_progress_handler_open_failure FAILED ****
**** request_stream_tests:get_with_body_nono FAILED ****
**** response_extract_tests:extract_string_incorrect FAILED ****
**** response_extract_tests:extract_json_incorrect FAILED ****
**** response_extract_tests:set_stream_try_extract_json FAILED ****
**** response_extract_tests:set_stream_try_extract_vector FAILED ****
**** response_stream_tests:set_response_stream_producer_consumer_buffer FAILED ****
**** response_stream_tests:set_response_stream_container_buffer FAILED ****
**** connections_and_errors:reply_twice FAILED ****
**** connections_and_errors:close_stream_early_with_length FAILED ****
**** connections_and_errors:close_stream_with_exception FAILED ****
**** reply_helper_tests:multiple_responses_to_request FAILED ****
**** construction_tests:array_test FAILED ****
**** construction_tests:object_test FAILED ****
**** negative_parsing_tests:string_t FAILED ****
**** negative_parsing_tests:numbers FAILED ****
**** negative_parsing_tests:objects FAILED ****
**** negative_parsing_tests:arrays FAILED ****
**** negative_parsing_tests:literals_not_lower_case FAILED ****
**** negative_parsing_tests:incomplete_literals FAILED ****
**** negative_parsing_tests:exception_string FAILED ****
**** negative_parsing_tests:boundary_chars FAILED ****
**** negative_parsing_tests:garbage_1 FAILED ****
**** negative_parsing_tests:garbage_2 FAILED ****
**** negative_parsing_tests:garbage_3 FAILED ****
**** parsing_tests:whitespace FAILED ****
**** parsing_tests:string_t FAILED ****
**** parsing_tests:comments_string FAILED ****
**** parsing_tests:comments_stream FAILED ****
**** parsing_tests:deeply_nested FAILED ****
**** to_as_and_operators_tests:as_string FAILED ****
**** to_as_and_operators_tests:negative_index_operator_boolean FAILED ****
**** to_as_and_operators_tests:negative_get_field_object FAILED ****
**** to_as_and_operators_tests:negative_get_element_array FAILED ****
**** to_as_and_operators_tests:negative_as_tests FAILED ****
**** iterator_tests:non_composites_member_preincrement FAILED ****
**** constructor_tests:parsing_constructor_invalid FAILED ****
**** encoding_tests:decode_invalid_hex FAILED ****
**** uri_builder_tests:to_string_invalid_uri FAILED ****
Finished running all 592 tests.
Took 11147.5ms
Comments: The set_progress_handler_open_failure test failure has been fixed. We aren't aware of any non disabled test failures on OS X any more. Thanks for reporting. Steve