annotate tests/blacklists/nix @ 51388:cb5175edd225 stable

cext: fix potential memory leaks of list items appended with PyList_Append Also reduce the duplication in the tricky code that uses PyList_Append by extracting it into a function `pylist_append_owned`.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Thu, 15 Feb 2024 15:21:43 +0000
parents 0729d011c542
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50454
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
1 # Tests to be disabled when building and testing in the Nix sandbox.
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
2
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
3 # tests enforcing "/usr/bin/env" shebangs, which are patched for nix
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
4 test-run-tests.t
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
5 test-check-shbang.t
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
6
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
7 # doesn't like the extra setlocale warnings emitted by the nix bash wrappers
0729d011c542 tests: add test ignore list for nix
pacien <pacien.trangirard@pacien.net>
parents:
diff changeset
8 test-locale.t