Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149217994
D46999.1789693080.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
421 B
Referenced Files
None
Subscribers
None
D46999.1789693080.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
Fri, Sep 18, 12:58 AM (20 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29743451
Default Alt Text
D46999.1789693080.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