You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is failing on my machine, and I'm pretty sure it's just because I'm already running at a high "nice" level that can't be increased by 5 (the max is 19).
PHP Version
php-8.2.8
Operating System
No response
The text was updated successfully, but these errors were encountered:
* PHP-8.1:
FixGH-11630: proc_nice_basic.phpt only works at certain nice levels
FixGH-11629: bug77020.phpt tries to send mail
FixGH-11625: DOMElement::replaceWith() doesn't replace node with DOMDocumentFragment but just deletes node or causes wrapping <></> depending on libxml2 version
* PHP-8.2:
FixGH-11630: proc_nice_basic.phpt only works at certain nice levels
FixGH-11629: bug77020.phpt tries to send mail
FixGH-11625: DOMElement::replaceWith() doesn't replace node with DOMDocumentFragment but just deletes node or causes wrapping <></> depending on libxml2 version
Description
This test tries to bump up the nice level by 5, and then checks that it was bumped by 5:
This is failing on my machine, and I'm pretty sure it's just because I'm already running at a high "nice" level that can't be increased by 5 (the max is 19).
PHP Version
php-8.2.8
Operating System
No response
The text was updated successfully, but these errors were encountered: