Skip to content

skip/xfail tests under ASan #17086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

skip/xfail tests under ASan #17086

wants to merge 2 commits into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Dec 8, 2024

These tests are failing under ASan on Windows (see commit messages for details).

cmb69 added 2 commits December 8, 2024 22:47
For some reason, terminating the child process by sending CTRL+C won't
work under ASan instrumentation.  Since termination via CTRL+BREAK
works, there is apparently nothing fundamentally wrong, so we just
skip the test.
These look related to php#15709, but apparently only fail with ASan
instrumentation.  Let's xfail these for now.
@cmb69
Copy link
Member Author

cmb69 commented Dec 13, 2024

Looks like ccc6c0f also fixed the STATUS_BAD_FUNCTION_TABLE issues: https://github.com/php/php-src/actions/runs/12307942804/job/34352533337 \o/

So only skipping sapi_windows_set_ctrl_handler.phpt under ASan appears to be left.

@cmb69 cmb69 closed this in a7cf072 Dec 13, 2024
@cmb69
Copy link
Member Author

cmb69 commented Dec 13, 2024

Thus, I have applied only the first commit.

@cmb69 cmb69 deleted the cmb/asan-tests branch December 13, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant