Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109048404
D46999.id144506.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
421 B
Referenced Files
None
Subscribers
None
D46999.id144506.diff
View Options
diff --git a/contrib/capsicum-test/sctp.cc b/contrib/capsicum-test/sctp.cc
--- a/contrib/capsicum-test/sctp.cc
+++ b/contrib/capsicum-test/sctp.cc
@@ -61,6 +61,9 @@
TEST(Sctp, Socket) {
int sock = socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP);
+ if (sock == -1 && errno == EPROTONOSUPPORT) {
+ GTEST_SKIP() << "socket(..., IPPROTO_SCTP) -> EPROTONOSUPPORT";
+ }
EXPECT_OK(sock);
if (sock < 0) return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 3:05 AM (11 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16374532
Default Alt Text
D46999.id144506.diff (421 B)
Attached To
Mode
D46999: capsicum-test: skip SCTP tests if SCTP not available
Attached
Detach File
Event Timeline
Log In to Comment