mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 17:22:08 +01:00
Check RANDOMLY_FAIL tests #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cmb69 on GitHub (Jul 2, 2019).
There is a long list of PHPT files defined as RANDOMLY_FAIL. It seems that these tests are XSKIPped, which may no longer appropriate, so this list should be checked.
@cmb69 commented on GitHub (Oct 14, 2019):
While having a closer look at this, I found SAPIScenario::RANDOMLY_FAIL which serves basically the same purpose, and is effectively inherited. Also there is CLIScenario::DISABLE_DEBUG_PROMPT which serves a similar purpose, and there may be more.
The goal should be to empty all these exclusion lists. If necessary, the test cases would have to be improved/fixed.