run-checker NO DGRAM and test cases
    Michael Richardson 
    mcr at sandelman.ca
       
    Wed Mar 16 20:20:51 UTC 2022
    
    
  
One of the run checkers is marked "no dgram".
  https://github.com/mcr/openssl/runs/5563998914?check_suite_focus=true
I figured out that this means that ./Configure should have "no-dgram"
appended to it.  That seems to result in OPENSSL_NO_DGRAM being defined.
My test case naturally does not compile for that.
Should my test case just be surrounded by #ifndef OPENSSL_NO_DGRAM from top
to bottom (leaving...?), or is there something more sophisticated that should go into
build.info in order to skip the test in that configuration?
--
]               Never tell me the odds!                 | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works        | network architect  [
]     mcr at sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 658 bytes
Desc: not available
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20220316/13779cdb/attachment.sig>
    
    
More information about the openssl-users
mailing list