#
61287be1 |
| 20-Nov-2019 |
Conrad Meyer <cem@FreeBSD.org> |
Re-apply fixed r354847
unifdef(1): Improve worst-case bound on symbol resolution
Use RB_TREE to make some algorithms O(lg N) and O(N lg N) instead of O(N) and O(N^2).
While here, remove arbitraril
Re-apply fixed r354847
unifdef(1): Improve worst-case bound on symbol resolution
Use RB_TREE to make some algorithms O(lg N) and O(N lg N) instead of O(N) and O(N^2).
While here, remove arbitrarily limit on number of macros understood.
Reverts r354877 and r354878, which disabled the (correct) test.
PR: 242095 Reported by: lwhsu
show more ...
|
#
4ddce767 |
| 20-Nov-2019 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Only skip failing test case in CI.
PR: 242095 Sponsored by: The FreeBSD Foundation
|
#
d9c29f2d |
| 20-Nov-2019 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Temporarily skip the failing test case usr.bin.unifdef.basic_test.basic
PR: 242095 Sponsored by: The FreeBSD Foundation
|
#
470182bb |
| 18-Nov-2019 |
Conrad Meyer <cem@FreeBSD.org> |
Link in NetBSD's unifdef(1) tests
Skip one, is it currently fails.
|
#
57718be8 |
| 02-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
show more ...
|