History log of /systemd/src/shared/test-tables.h
Revision Date Author Comments Expand
f3367a64ca5b756f96cb9698df283569c9e944b6 29-Jan-2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

test-tables: ellide boring parts of sparse mappings

288c0991d5a0b24084e27efff4bca80170ea4456 28-Oct-2014 Lennart Poettering <lennart@poettering.net>

test: use assert_se() when testing tables so that we get a useful error when something fails

86bbe5bfbc0bf213e9d3fafbe6c64d59b9fc90ea 17-Jul-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

test-tables: add new entries One missing string found. A few things had to be moved around to make it possible to test them.

daabe5491ee0c78b735336c9e69b7f6ea57464e0 16-Jul-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

test-tables: allow sparse tables and check mapping for -1 Jan: test-tables fails on my system. The one it's failing on is: syscall: 222 → (null) → -1 ... and indeed, our own tables should not have holes, but syscall tables certainly might.

bf502e636be8f76e05b0334b4e78ea7a398ba241 14-Jul-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

test: add trivial test for syscall table and extend table tests to error paths

a8b409dbc9e1e853a0f92d92603d9bb74592b1ff 05-Jul-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

tests: add tests for string lookup tables The tests check if the tables have entries for all values in the enum, and that the entries are unique.