<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libc-testsuite, branch master</title>
<subtitle>correctness and quality tests for libc implementations</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/'/>
<entry>
<title>improve sigsetjmp test</title>
<updated>2013-04-22T14:22:00+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2013-04-22T14:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=4dbca0ae3eafb9e21f2cdb2305395e7976feacb4'/>
<id>4dbca0ae3eafb9e21f2cdb2305395e7976feacb4</id>
<content type='text'>
previously failure to save the signal mask was not being caught due to
the uninitialized buffer containing zero bits (by chance).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previously failure to save the signal mask was not being caught due to
the uninitialized buffer containing zero bits (by chance).
</pre>
</div>
</content>
</entry>
<entry>
<title>add setjmp test</title>
<updated>2012-11-11T00:08:12+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-11T00:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=10bd92db00eb26f6f29b91717f4bf8d0054ba071'/>
<id>10bd92db00eb26f6f29b91717f4bf8d0054ba071</id>
<content type='text'>
this will be useful for testing libc ports to new targets where the
asm could be buggy/broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this will be useful for testing libc ports to new targets where the
asm could be buggy/broken.
</pre>
</div>
</content>
</entry>
<entry>
<title>also test tcp and SOCK_NONBLOCK/SOCK_CLOEXEC in socket tests</title>
<updated>2012-11-05T18:03:52+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-05T18:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=d204183f6fc492c15741e5486d8840b406ae89be'/>
<id>d204183f6fc492c15741e5486d8840b406ae89be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix uninitialized err count in new socket tests</title>
<updated>2012-11-05T17:48:55+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-05T17:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=cbfa7e16acc09ea2797b12f54eafa4579469dd81'/>
<id>cbfa7e16acc09ea2797b12f54eafa4579469dd81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add some minimal socket tests</title>
<updated>2012-11-05T17:47:28+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-05T17:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=9c49de3d022f20a82bcf84a087648ba032dfbcec'/>
<id>9c49de3d022f20a82bcf84a087648ba032dfbcec</id>
<content type='text'>
these tests will help detect wrong-macro-value errors on ports: things
like mismatch between stream/dgram and udp/tcp values, as well as
socket option settings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these tests will help detect wrong-macro-value errors on ports: things
like mismatch between stream/dgram and udp/tcp values, as well as
socket option settings.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warning in fcntl test</title>
<updated>2012-11-05T17:10:33+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-05T17:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=7d1b9c4a9019d5a61906f121ea0020992bf2b753'/>
<id>7d1b9c4a9019d5a61906f121ea0020992bf2b753</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for fcntl (so far, just locking)</title>
<updated>2012-11-05T17:08:52+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-05T17:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=b80c2f6e4e4a274bca9dd3d56a51c2fed2d0e141'/>
<id>b80c2f6e4e4a274bca9dd3d56a51c2fed2d0e141</id>
<content type='text'>
this is mainly to test for incorrect macro/struct definitions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is mainly to test for incorrect macro/struct definitions
</pre>
</div>
</content>
</entry>
<entry>
<title>config.mak should not be under version control; it is a local config file</title>
<updated>2012-10-22T03:35:16+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-10-22T03:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=182deaf9d461df3a22906ed611544a2560bc0752'/>
<id>182deaf9d461df3a22906ed611544a2560bc0752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add several tests that were lying around in my tree, and new stat() tests</title>
<updated>2012-10-22T03:32:05+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-10-22T03:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=3f6966e7de746d7e9ff899f76e02a7af5a5e722e'/>
<id>3f6966e7de746d7e9ff899f76e02a7af5a5e722e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update fnmatch tests to POSIX 2008 fixes to fnmatch spec</title>
<updated>2012-04-28T06:32:13+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-28T06:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/libc-testsuite/commit/?id=5c3f746723830a15971577031086c3a0c801b44c'/>
<id>5c3f746723830a15971577031086c3a0c801b44c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
