summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-07-08 06:54:51 (GMT)
committerGitHub <noreply@github.com>2024-07-08 06:54:51 (GMT)
commit3e786a462c249f70d520c52d17a3fbf329a6ccde (patch)
tree553b8a147636a197d3d668a9598efb84c54008ca
parent2c3f30ba2502e52e76c74a592252fed973205957 (diff)
downloadcpython-3e786a462c249f70d520c52d17a3fbf329a6ccde.zip
cpython-3e786a462c249f70d520c52d17a3fbf329a6ccde.tar.gz
cpython-3e786a462c249f70d520c52d17a3fbf329a6ccde.tar.bz2
[3.13] gh-108297: Update crashers README for test_crashers removal (#121476)
Update Lib/test/crashers/README for test_crashers removal (cherry picked from commit 59be79ae60073f7b6bdf6ce921560c279937e4ab) Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
-rw-r--r--Lib/test/crashers/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/crashers/README b/Lib/test/crashers/README
index d844385..7111946 100644
--- a/Lib/test/crashers/README
+++ b/Lib/test/crashers/README
@@ -15,7 +15,3 @@ what the variables are.
Once the crash is fixed, the test case should be moved into an appropriate test
(even if it was originally from the test suite). This ensures the regression
doesn't happen again. And if it does, it should be easier to track down.
-
-Also see Lib/test_crashers.py which exercises the crashers in this directory.
-In particular, make sure to add any new infinite loop crashers to the black
-list so it doesn't try to run them.