]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
contrib/bc: temporarily disconnect the tests for 5.0.2
authorStefan Eßer <se@FreeBSD.org>
Mon, 4 Oct 2021 07:50:44 +0000 (09:50 +0200)
committerStefan Eßer <se@FreeBSD.org>
Mon, 4 Oct 2021 07:50:44 +0000 (09:50 +0200)
commitf774652b0e837be415abd20935eae3466ea34a20
tree539af5fb047e1bfcf7afc3d1ce93af6ff44d2151
parentea31d1a5c490193348e0b71fdda6d08a2c80a2eb
contrib/bc: temporarily disconnect the tests for 5.0.2

The tests that come with version 5.0.2 have been extended to cover the
line editing functions. It has been found that these tests generate
false negative results in FreeBSD, most likely due to an issue in the
pexpect functionality used.

These history tests are skipped on systems that do not have python and
py-pexpect installed (and thus are unlikely to cause CI test failures),
but in order to not cause irritating failures on systems were these
packages are in fact installed, I temporarily disconnect them.

I had planned to skip this version due to the issue with the history
tests, but some committer has asked me to go ahead since the currently
used version 5.0.0 contains a macro name that collides with a project
he is working on.

No MFC of this version is planned. A version 5.0.3 is expected to be
released soon, and that version will allow to reconnect the tests and
will be MFCed.
usr.bin/gh-bc/Makefile