]> git.saurik.com Git - apt.git/commit
Provide tests for thread-safety
authorJulian Andres Klode <jak@debian.org>
Fri, 23 Oct 2015 18:13:00 +0000 (20:13 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 30 Oct 2015 14:36:11 +0000 (15:36 +0100)
commit77242b1e219b79d39a2695e5f75f08d6eb92ae6f
tree6b33402522c07fcb9137abadc99406786d3c83dd
parent7d70f7993e2e6e465ac216bc21ec15ed7b7d9ff5
Provide tests for thread-safety

These scripts currently produce HTML output that is directly
piped into an HTML file on alioth.

There are three categories. The first two check external
library calls to use the ones specified by POSIX to be
thread-safe. The main profile excludes functions that are
thread-safe on Linux or glibc in general, while the portable
output strictly follows posix.

The internal.html output lists internal function calls, such
as configuration setting.

This is supposed to be automated further at some point, so
we can automatically check for regressions.
test/thread-safety/not-thread-safe.sh [new file with mode: 0755]
test/thread-safety/thread-check-internal.txt [new file with mode: 0644]
test/thread-safety/thread-check.txt [new file with mode: 0644]