]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_math and test_statistics on Cygwin (#150432)
authorVictor Stinner <vstinner@python.org>
Tue, 26 May 2026 02:39:22 +0000 (04:39 +0200)
committerGitHub <noreply@github.com>
Tue, 26 May 2026 02:39:22 +0000 (02:39 +0000)
commitb87c99158c429219fae2d6a6c49076fea68a5cad
tree7bf5113ad1de0045b0bf8527949a877827096d74
parentf500e4e351afa24d13cb75e88eb90c1bd6667d9f
gh-149879: Fix test_math and test_statistics on Cygwin (#150432)

* Skip tests which fail on Cygwin: when Python is linked to
  the newlib C library.
* Rename test_random() to test_fma_random().
* Move tests on large integer values from testLog2() to
  testLog2Exact().
Lib/test/support/__init__.py
Lib/test/test_math.py
Lib/test/test_statistics.py