#1989: t/pmc/socket_ipv6.t: new test failures
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:       
     Type:  bug      |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  testing  |     Version:  3.0.0
 Severity:  medium   |    Keywords:       
     Lang:           |       Patch:       
 Platform:  solaris  |  
---------------------+------------------------------------------------------

Comment(by doughera):

 Replying to [comment:4 dukeleto]:
 > This could be related to the fact that some people will not be able to
 create raw sockets.
 >
 > We need a good way to detect if raw sockets can be created and then skip
 the appropriate tests if needed.
 >
 > I am not sure what PIO_SOCK_ERRNO=126 means.

 Assuming that's an errno (I haven't looked at the parrot code to see where
 it comes from), it corresponds to:
 {{{
     EADDRNOTAVAIL   126     /* Can't assign requested address */
 }}}
 on Solaris.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1989#comment:8>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to