Skip to content

Ensures that our instrumentation is actually added and executed in UI testing. #9

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

Merged
merged 17 commits into from
Mar 28, 2025

Conversation

icmccorm
Copy link
Collaborator

The cargo-bsan driver mistakenly built a sysroot in Check mode, which caused us to miss linking errors and prevented tests from actually executing our instrumentation.

This PR fixes that issue and adds a port of Miri's UI testing framework. Now, we have a basic "Hello, world!" UI test that will fail if our instrumentation is improperly configured at any point in the pipeline. We can continue to add more static and dynamic UI tests using the options provided by ui_test.

@icmccorm
Copy link
Collaborator Author

I've temporarily disabled builds on aarch64-unknown-linux-gnu until we fix #6.

@icmccorm icmccorm merged commit bf7007f into bsan Mar 28, 2025
3 checks passed
@icmccorm icmccorm deleted the bsan-ui-test branch March 28, 2025 15:11
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