[ 
https://issues.apache.org/jira/browse/DISPATCH-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956518#comment-16956518
 ] 

Roddie Kieley commented on DISPATCH-1384:
-----------------------------------------

[~jdanek] In taking a look at isprint I realized that the real change here is 
that you are letting sprint handle the non 7-bit [ASCII 
values|http://www.asciitable.com] with the c < 128 change. Those would likely 
be impacted by encoding and locale, although I'm not 100% sure that's relevant 
other than the fact that via sprintf a format is provided rather than trying to 
shoehorn the value directly into a char array.

While there is likely a more elegant way of handling the situation, this may be 
enough for now. I'll see about getting a chance to take a closer look. 

> Fix tests in Travis CI on macOS
> -------------------------------
>
>                 Key: DISPATCH-1384
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1384
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Major
>              Labels: macOS
>
> {noformat}
> The following tests FAILED:
>         9 - unit_tests (SEGFAULT)
>        23 - system_tests_policy (Timeout)
>        28 - system_tests_sasl_plain (Failed)
>        38 - system_tests_auth_service_plugin (Failed)
>        39 - system_tests_authz_service_plugin (Failed)
>        48 - system_tests_bad_configuration (Failed)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to