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

skip memleaks job for ConcurrentMap/LockFreeQueue/LockFreeStack #25446

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

stonea
Copy link
Contributor

@stonea stonea commented Jul 8, 2024

PR #25392 replaced a set of futures that were locking down that (for ConcurrentMap, LockFreeQueue, and LockFreeStack) we failed with memory leaks (when passing '--memLeaks') with normal correctness tests. To lock down the known memory failures I also created a handful of other tests that lock down the "known leak" when passing in '--memLeaks' by execopt (this is the precedent we have for other known leaks as we have a script that detects such tests).

Anyway, we don't want the pure correctness tests to fail on our memleak job so we should skip them. This PR adjusts the skipif files to do that.

@stonea stonea merged commit a864fb1 into chapel-lang:main Jul 8, 2024
7 checks passed
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