<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc, branch libressl-v3.3.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.3.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.3.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-11-11T13:55:54+00:00</updated>
<entry>
<title>Run the atf cleanup block after each test.  This makes more tests</title>
<updated>2020-11-11T13:55:54+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-11-11T13:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97f984d9550ee91bfaaf3d97630105fce371d585'/>
<id>urn:sha1:97f984d9550ee91bfaaf3d97630105fce371d585</id>
<content type='text'>
pass when run as non root.
</content>
</entry>
<entry>
<title>Declare prototype of __syscall locally.  Fixes t_syscall test.</title>
<updated>2020-11-10T14:43:14+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-11-10T14:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbf8c8d037f16ebaeded455f43931516059891a7'/>
<id>urn:sha1:fbf8c8d037f16ebaeded455f43931516059891a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync libc syscall tests with changes in upstream NetBSD.  Use #ifdef</title>
<updated>2020-11-09T23:18:51+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-11-09T23:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=efb3edc776d465c1a27699caefa8c66145e49235'/>
<id>urn:sha1:efb3edc776d465c1a27699caefa8c66145e49235</id>
<content type='text'>
to document differences to NetBSD behaviour, this helps to track
upstream.  Mark currently failing test as expected failures.  So
test programs get compiled and executed, but it shows that further
investigation is necceassry.
</content>
</entry>
<entry>
<title>On machines with a userland timecounter we bypass the gettimeofday(2)</title>
<updated>2020-10-21T16:26:28+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2020-10-21T16:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9356f37cbd4c43c53c3e08b1d8d65fd7ddf658ec'/>
<id>urn:sha1:9356f37cbd4c43c53c3e08b1d8d65fd7ddf658ec</id>
<content type='text'>
syscall.  So whenever we pass a bad address we get a SIGSEGV instead of
EFAULT.  POSIX explicitly allows this behaviour.  So adjust the test
to deal with this case.

ok deraadt@, millert@, guenther@
</content>
</entry>
<entry>
<title>Skip floating-point exception checks on arm64 and armv7 as the hardware</title>
<updated>2020-10-19T08:50:35+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2020-10-19T08:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4efa596772260c1dbc45e4bac1a19efaeffa3a7e'/>
<id>urn:sha1:4efa596772260c1dbc45e4bac1a19efaeffa3a7e</id>
<content type='text'>
(typically) doesn't implement support for these.

ok patrick@, drahn@
</content>
</entry>
<entry>
<title>XFAIL tests on arm64 and armv7 as floating-point exception support is</title>
<updated>2020-10-18T17:40:06+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2020-10-18T17:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=972f206531b5001058a7fe21f90d723f1f4e9b49'/>
<id>urn:sha1:972f206531b5001058a7fe21f90d723f1f4e9b49</id>
<content type='text'>
optional and isn't implemented on most hardware.
</content>
</entry>
<entry>
<title>Use std=gnu99 to be able to build the tests with both base clang and gcc.</title>
<updated>2020-10-06T09:20:29+00:00</updated>
<author>
<name>mpi</name>
<email></email>
</author>
<published>2020-10-06T09:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7df559a7cffc71418e443a7af5032b7970542222'/>
<id>urn:sha1:7df559a7cffc71418e443a7af5032b7970542222</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix append mode so it always writes to the end and expand regress.</title>
<updated>2020-08-17T16:17:39+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2020-08-17T16:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=98775cb6f8118938796734689f5cc586f37420db'/>
<id>urn:sha1:98775cb6f8118938796734689f5cc586f37420db</id>
<content type='text'>
OK deraadt@ martijn@
</content>
</entry>
<entry>
<title>getopt(3) returns an int so don't use a char to store its return value.</title>
<updated>2020-07-14T16:40:04+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2020-07-14T16:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=307ca599ee1614048fd8fde720e841ba5406816c'/>
<id>urn:sha1:307ca599ee1614048fd8fde720e841ba5406816c</id>
<content type='text'>
Makes the test work on architectures where char is unsigned.

ok deraadt@, millert@
</content>
</entry>
<entry>
<title>New regression tests for integral type conversions</title>
<updated>2020-07-09T01:49:15+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-07-09T01:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=795416b5b7ec2bc3fd5497faeec275822b584b80'/>
<id>urn:sha1:795416b5b7ec2bc3fd5497faeec275822b584b80</id>
<content type='text'>
and for their modifiers, written from scratch.
</content>
</entry>
</feed>
