Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
9f9221636a95
Commit
6b96d926
authored
Dec 12, 2022
by
Matti Picus
Browse files
typo?
parent
62eb0d5c7794
Changes
1
Hide whitespace changes
Inline
Side-by-side
rpython/rlib/test/test_rsocket.py
View file @
9f922163
...
...
@@ -775,7 +775,7 @@ def test_sethostname():
sethostname
(
s
)
assert
e
.
value
.
errno
==
errno
.
EPERM
@
pytest
.
mark
.
skipif
(
sys
.
platform
=
=
"linux"
,
@
pytest
.
mark
.
skipif
(
sys
.
platform
!
=
"linux"
,
reason
=
'this behaviour of MSG_TRUNC is linux specific'
)
def
test_msg_trunc_weirdness_linux
():
import
socket
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment