History log of /freebsd-current/contrib/netbsd-tests/usr.bin/unifdef/t_basic.sh
Revision Date Author Comments
# 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 arbitrarily limit on number of macros understood.

Reverts r354877 and r354878, which disabled the (correct) test.

PR: 242095
Reported by: lwhsu


# 4ddce767 19-Nov-2019 Li-Wen Hsu <lwhsu@FreeBSD.org>

Only skip failing test case in CI.

PR: 242095
Sponsored by: The FreeBSD Foundation


# d9c29f2d 19-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 17-Nov-2019 Conrad Meyer <cem@FreeBSD.org>

Link in NetBSD's unifdef(1) tests

Skip one, is it currently fails.