summaryrefslogtreecommitdiffstats
path: root/Modules/_xxtestfuzz/fuzz_tests.txt
diff options
context:
space:
mode:
authorAmmar Askar <aaskar@google.com>2019-06-12 04:30:35 (GMT)
committerGregory P. Smith <greg@krypto.org>2019-06-12 04:30:34 (GMT)
commita6e190e94b47324f14e22a09200c68b722d55699 (patch)
tree8043c131c0623eb9c54aa76bee7f40df2b1eae56 /Modules/_xxtestfuzz/fuzz_tests.txt
parent405f648db7c44b07348582b5101d4716e0ce5ac3 (diff)
downloadcpython-a6e190e94b47324f14e22a09200c68b722d55699.zip
cpython-a6e190e94b47324f14e22a09200c68b722d55699.tar.gz
cpython-a6e190e94b47324f14e22a09200c68b722d55699.tar.bz2
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
* bpo-29505: Enable fuzz testing of the json module, enforce size limit on int(x) fuzz and json input size to avoid timeouts. Contributed by by Ammar Askar for Google.
Diffstat (limited to 'Modules/_xxtestfuzz/fuzz_tests.txt')
-rw-r--r--Modules/_xxtestfuzz/fuzz_tests.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_xxtestfuzz/fuzz_tests.txt b/Modules/_xxtestfuzz/fuzz_tests.txt
index 2e53bfd..f012129 100644
--- a/Modules/_xxtestfuzz/fuzz_tests.txt
+++ b/Modules/_xxtestfuzz/fuzz_tests.txt
@@ -1,3 +1,4 @@
fuzz_builtin_float
fuzz_builtin_int
fuzz_builtin_unicode
+fuzz_json_loads