-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Improve _xxtestfuzz/README.rst
#121023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Jun 26, 2024
sobolevn
added a commit
that referenced
this issue
Sep 16, 2024
Co-authored-by: Illia Volochii <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 16, 2024
(cherry picked from commit a9c2bc1) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Illia Volochii <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 16, 2024
(cherry picked from commit a9c2bc1) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Illia Volochii <[email protected]>
This was referenced Sep 16, 2024
sobolevn
added a commit
that referenced
this issue
Sep 16, 2024
gh-121023: Improve `_xxtestfuzz/README.rst` (GH-121024) (cherry picked from commit a9c2bc1) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Illia Volochii <[email protected]>
savannahostrowski
pushed a commit
to savannahostrowski/cpython
that referenced
this issue
Sep 22, 2024
Co-authored-by: Illia Volochii <[email protected]>
Yhg1s
pushed a commit
that referenced
this issue
Sep 24, 2024
gh-121023: Improve `_xxtestfuzz/README.rst` (GH-121024) (cherry picked from commit a9c2bc1) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Illia Volochii <[email protected]>
PR merged and backported 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Right now there are several points I would like to see improved in this file:
$test_name
should be replaced with an actual test name:cpython/Modules/_xxtestfuzz/README.rst
Lines 26 to 29 in 8223544
_Py_FUZZ_YES
is not actually used in our code, docs:cpython/Modules/_xxtestfuzz/README.rst
Line 34 in 8223544
cpython/Modules/_xxtestfuzz/fuzzer.c
Line 699 in 7fb32e0
fuzz_builtin_float
is used in this example? https://github.com/python/cpython/blob/82235449b85165add62c1b200299456a50a1d097/Modules/_xxtestfuzz/README.rst#L34C9-L34C41 It is better to use$test_name
. Or even better$fuzz_test_name
to have a common prefix.Linked PRs
_xxtestfuzz/README.rst
#121024_xxtestfuzz/README.rst
(GH-121024) #124140_xxtestfuzz/README.rst
(GH-121024) #124141The text was updated successfully, but these errors were encountered: