annotate tests/blacklists/nix @ 51356:701caeabbee7

delta-find: finish reworking the snapshot logic and drop more layer The refining logic only applies to the snapshot logic, and this is now all contained in a dedicated method. Along the way, we drop the refined_groups // raw_groups layer as they no longer make sense. The result is a more explicit `iter_groups` method. This conclude the splitting and simplification of the groups generation. We are now ready to dispatch this in more diverse classes.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 Nov 2023 22:40:11 +0100
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