Skip to content

Follow upstream diagnostics in three test expectations - #218

Merged
EdmondDantes merged 1 commit into
mainfrom
upstream-merge-test-expectations
Aug 6, 2026
Merged

Follow upstream diagnostics in three test expectations#218
EdmondDantes merged 1 commit into
mainfrom
upstream-merge-test-expectations

Conversation

@EdmondDantes

Copy link
Copy Markdown
Contributor

php-src true-async was merged with upstream master. Two diagnostics changed there:

  • fopen() reports the failure without repeating the URL in the message (ext/standard/tests/http/gh16810.phpt upstream expects the same wording).
  • A failed socket send is now E_WARNING via php_stream_warn() instead of E_NOTICE, so the two broken-pipe curl tests see it despite error_reporting=E_ALL & ~E_NOTICE.

Expectations updated to match. Full suite locally: 1227 tests, 0 failed; fuzzy 875, 0 failed.

php-src master now reports the failed fopen() without the URL in the
message, and a failed socket send is a warning rather than a notice.
@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@EdmondDantes
EdmondDantes merged commit 4ac67d8 into main Aug 6, 2026
9 checks passed
@EdmondDantes
EdmondDantes deleted the upstream-merge-test-expectations branch August 6, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant