Skip to content
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

Move off of #[start] for no_std tests #55

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

Manishearth
Copy link
Collaborator

Fixes #54

@Manishearth
Copy link
Collaborator Author

We also probably shouldn't be doing this for no_std tests anyway. There are other ways to achieve this IIRC; the only reason we're forced to do no_std binary stuff is because tests need to execute. Not a problem with --crate-type lib.

@Manishearth Manishearth force-pushed the no-std-tests branch 2 times, most recently from c37be44 to 6f442a7 Compare December 20, 2024 19:10
@Manishearth
Copy link
Collaborator Author

There was no need to run fancy ui tests in no std mode. I cleaned all that up and moved to a separate no_std test. We no longer need unstable features for our tests.

(We still run uitests on nightly because we check in golden error messages)

@Manishearth Manishearth force-pushed the no-std-tests branch 3 times, most recently from 3698745 to 09590dd Compare December 20, 2024 19:18
@Manishearth Manishearth merged commit 68bcc2e into yaahc:master Dec 20, 2024
8 checks passed
@Manishearth Manishearth deleted the no-std-tests branch December 20, 2024 19:35
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.

Heads-up: #[start] is being removed
1 participant