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

[tests] Fix UI tests with missing imports #706

Merged
merged 1 commit into from Dec 9, 2023
Merged

[tests] Fix UI tests with missing imports #706

merged 1 commit into from Dec 9, 2023

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Dec 9, 2023

Previously, some UI tests had missing imports which caused the corresponding .stderr files to be populated with unhelpful "cannot find ..." messages. This is another point in favor of #187 (switching to the ui-test crate), which presumably would have made it much less likely for this to slip under the radar.

Previously, some UI tests had missing imports which caused the
corresponding `.stderr` files to be populated with unhelpful "cannot
find ..." messages. This is another point in favor of #187 (switching to
the `ui-test` crate), which presumably would have made it much less
likely for this to slip under the radar.
@joshlf joshlf requested a review from jswrenn December 9, 2023 18:09
@joshlf joshlf enabled auto-merge December 9, 2023 18:11
Comment on lines -104 to -106
<<<<<<< HEAD
error: only C-like enums can implement FromZeros
=======
Copy link
Member Author

Choose a reason for hiding this comment

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

Uh oh. The fact that this slipped through suggests that these tests aren't actually getting validated...

@joshlf joshlf added this pull request to the merge queue Dec 9, 2023
Merged via the queue into main with commit 0cdf0cb Dec 9, 2023
126 checks passed
@joshlf joshlf deleted the fix-trybuild branch December 9, 2023 21:42
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.

None yet

2 participants