Branch: refs/heads/main
Revision: 1cea6d40333de8ee3ab8895bed34f1c9e9076fec
Author: dlongnecke-cray
Link: Add a SUPPRESSIF for Python package array tests that fires on 3.14.x by dlongnecke-cray · Pull Request #28843 · chapel-lang/chapel · GitHub
Log Message:
Add a SUPPRESSIF for Python package array tests that fires on 3.14.x (#28843)
In nightly testing, some Python package array tests started leaking
memory after we switched our Python version to 3.14.3. After debugging
this, I've concluded that it's probably Python's fault (see the script
comment in the diff). If it's NOT Python's fault, then it's something
that we probably shouldn't be putting too much time to figure out at the
moment as we approach the release.
My solution is to just add a SUPPRESSIF that fires if we're in a
nightly testing memleaks config and we detect a 3.14.x version of
Python.
Reviewed by @jabraham17. Thanks!
Diff:
A test/library/packages/Python/correctness/arrays/SUPPRESSIF
https://github.com/chapel-lang/chapel/pull/28843.diff