History log of /netbsd-src/tests/include/t_inttypes.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 973ed75f 19-Oct-2013 christos <christos@NetBSD.org>

initialize variables


# 2f0d3880 18-Jul-2010 jmmv <jmmv@NetBSD.org>

Remove the ATF_CHECK calls I added during the conversion of this test to
atf. They break on i386 (because the test was conceptually broken anyway);
reported by pooka@ in private mail.

Now... the cu

Remove the ATF_CHECK calls I added during the conversion of this test to
atf. They break on i386 (because the test was conceptually broken anyway);
reported by pooka@ in private mail.

Now... the current test does not actually check anything AFAICT... but this
is how it was before.

show more ...


# 6cbeb05c 17-Jul-2010 jmmv <jmmv@NetBSD.org>

Convert the include tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.