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

test/compose: reduce quickcheck iterations #623

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Conversation

bluetech
Copy link
Member

They're a bit too slow for interactive test runs when running in debug+sanitizers.

@wismill wismill added testing Indicates a need for improvements or additions to testing compose Indicates a need for improvements or additions to Compose handling labels Jan 29, 2025
test/compose.c Outdated
Comment on lines 1140 to 1141
xkb_context_set_log_level(ctx, XKB_LOG_LEVEL_INFO);
xkb_context_set_log_verbosity(ctx, 0);
Copy link
Member

Choose a reason for hiding this comment

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

We may also consider to actually fix them at some point 😄

Copy link
Member

Choose a reason for hiding this comment

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

See #625

Copy link
Member Author

Choose a reason for hiding this comment

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

I removed this part since it's no longer needed.

They're a *bit* too slow for interactive test runs when running in
debug+sanitizers.

Signed-off-by: Ran Benita <[email protected]>
@bluetech bluetech force-pushed the test-compose-reduce branch from 48df419 to 8f387cd Compare January 29, 2025 08:52
@bluetech bluetech merged commit 307ce5a into master Jan 29, 2025
5 checks passed
@bluetech bluetech deleted the test-compose-reduce branch January 29, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compose Indicates a need for improvements or additions to Compose handling testing Indicates a need for improvements or additions to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants