gh-108297: Update crashers README for test_crashers removal (#121475)

Update Lib/test/crashers/README for test_crashers removal
This commit is contained in:
Alyssa Coghlan 2024-07-08 15:24:31 +10:00 committed by GitHub
parent bf74db731b
commit 59be79ae60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.