Skip to content

Conversation

@sevaa
Copy link
Contributor

@sevaa sevaa commented Nov 26, 2025

There is a half upheld convention in the test file corpus that shared object files are marked with .so, object files are marked with .o. This makes sure the convention is being followed.

Core dump files, of which we have a handful, are not marked in the name - not sure how.

This will make things marginally easier for #564 and #586.

Copy link
Owner

@eliben eliben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I like this idea overall. Just one question

@eliben eliben merged commit b18db06 into eliben:main Dec 1, 2025
5 checks passed
@eliben
Copy link
Owner

eliben commented Dec 1, 2025

My comment: "Hmm, I think the try...else masks the assertions. I'll work on a fix"

We also have ET_EXEC and ET_CORE types, and even ET_NONE. I'm not quite sure what this test is really testing now, maybe we should temporarily remove it until this is sorted?

eliben added a commit that referenced this pull request Dec 1, 2025
Also remove try...else which was masking failures, and add a context manager
for the opened files (otherwise we get warnings when running locally)

Re #631
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.

2 participants