On Sat 15/12/2018 12:33, Giovanni Bechis wrote: > On Mon, Dec 10, 2018 at 04:21:28PM +0100, Björn Ketelaars wrote: > > Diff below brings borgbackup to 1.1.8, which is a maintenance release. > > Changelog can be found at > > https://github.com/borgbackup/borg/blob/1.1.8/docs/changes.rst#version-118-2018-12-09 > > > > make test runs successfully on amd64, and no issues found while > > adding/restoring files to/from existing/new repositories. > > > ============ 1147 passed, 195 skipped, 2 xfailed in 1305.76 seconds > ============ > make test has 2 failures for me @amd64, iff the aren't new failures ok > giovanni@
Thanks for your feedback!. The two failures you see are expected, and the result from https://github.com/borgbackup/borg/blob/1.1-maint/src/borg/testsuite/archiver.py#L1504 >From https://docs.pytest.org/en/latest/skipping.html: "A xfail means that you expect a test to fail for some reason. A common example is a test for a feature not yet implemented, or a bug not yet fixed."
