<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/regression/lib, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-07-15T22:43:39Z</updated>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>urn:sha1:e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>Integrate the remaining tools/regression/lib/msun testcases into the</title>
<updated>2015-12-20T05:06:44Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T05:06:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a7d0e8ce3d2e756fbecc374b6379d0ce8458654'/>
<id>urn:sha1:8a7d0e8ce3d2e756fbecc374b6379d0ce8458654</id>
<content type='text'>
FreeBSD test suite under lib/msun/tests

MFC after: 3 weeks
X-MFC with: r292328
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Skip the testcases on i386 (all the assertions fail) [*]</title>
<updated>2015-12-20T04:52:53Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T04:52:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3fa6dcd293ef248d70c3d75e973f24f6888759e6'/>
<id>urn:sha1:3fa6dcd293ef248d70c3d75e973f24f6888759e6</id>
<content type='text'>
Also, don't compile the ldexpl(3) testcases on platforms that don't support
the libcall (technically only x86 right now). This makes this test buildable on
arm*/mips*/powerpc*

PR: 205449 [*]
MFC after: 1 week
Tested on: stable/10 (amd64/i386), head (amd64/i386)
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Initialize j so it doesn't print out a garbage index</title>
<updated>2015-12-20T04:42:55Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T04:42:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d1321af60ce663c9c3d15a9644585a91a23b3cb'/>
<id>urn:sha1:0d1321af60ce663c9c3d15a9644585a91a23b3cb</id>
<content type='text'>
Use it consistently instead of i in the first loop

MFC after: 3 days
X-MFC with: 292492
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Skip infinities testcases that fail assertions on amd64 only on CURRENT</title>
<updated>2015-12-20T04:41:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T04:41:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=48499d17640cc1e18c0fbce93372b16885d228ef'/>
<id>urn:sha1:48499d17640cc1e18c0fbce93372b16885d228ef</id>
<content type='text'>
PR: 205448
MFC after: never
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Don't run test-fma on i386</title>
<updated>2015-12-20T04:32:30Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T04:32:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54a00b864cbbc09fc48625e32e90741d50ec07b8'/>
<id>urn:sha1:54a00b864cbbc09fc48625e32e90741d50ec07b8</id>
<content type='text'>
It completely fails all assertions on i386 on both stable/9 and stable/10

PR: 205448
MFC after: 1 week
X-MFC to: stable/10
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>- Use nitems instead of handrolling the macro</title>
<updated>2015-12-20T04:28:37Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T04:28:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50190e4b5c040831e9ef0bc15f4857d7d7f2fbc7'/>
<id>urn:sha1:50190e4b5c040831e9ef0bc15f4857d7d7f2fbc7</id>
<content type='text'>
- Use a separate variable for tracking the testcase count instead
  of hardcoding the offset for the testcases

MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Disable test-ctrig.t testcases which fail assertions on i386 [*]</title>
<updated>2015-12-20T04:17:54Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T04:17:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=efa7d27e13d3ac4d0cf19dd1175ed768a623247d'/>
<id>urn:sha1:efa7d27e13d3ac4d0cf19dd1175ed768a623247d</id>
<content type='text'>
Also, don't compile the exp2l(3) testcases on platforms that don't support the
libcall (technically only x86 right now). This makes this test buildable on
arm*/mips*/powerpc*

Tested on: stable/10 (amd64/i386), head (amd64/i386)
PR: 205446 [*]
MFC after: 1 week
X-MFC to: stable/10
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Disable test-ctrig.t testcases which fail assertions on i386</title>
<updated>2015-12-20T04:06:30Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-20T04:06:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24f87577fd2e92e04a0727300772a0711643ba47'/>
<id>urn:sha1:24f87577fd2e92e04a0727300772a0711643ba47</id>
<content type='text'>
Tested on: stable/10 (amd64/i386), head (amd64/i386)
PR: 205446
MFC after: 1 week
X-MFC to: stable/10
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
</feed>
