librtpi icon indicating copy to clipboard operation
librtpi copied to clipboard

Testcases

Open smcpolin opened this issue 7 years ago • 1 comments

The test cases from the original mailing list do not reproduce the hang case.

The library should include test programs that verify correct functioning.

smcpolin avatar May 25 '18 18:05 smcpolin

We now have tst-condpi2-orig.c which is the original testcase from the glibc bug. This is converted to librtpi interfaces as tst-condpi2.c, and a broadcast test was added as tst-cond1.c.

We need to add a way to build tst-condpi2-orig.c to the Makefile.am, and then work to demonstrate failure with tst-condpi2-orig and success with tst-condpi2 (and perhaps rename as necessary).

dvhart avatar Nov 08 '18 05:11 dvhart