Ryan Schmidt wrote on Sun, Nov 24, 2019 at 22:40:51 -0600:
> Hi,
>
> I ran the Subversion 1.13.0 test suite on macOS 10.13.6. Everything passed except the first test in trans_tests.py:
>
>
> START: trans_tests.py
> W: Header expansion failed for svn-test-work/working_copies/trans_tests-1/header_unexp
> W:
> Traceback (most recent call last):
> File "/.../subversion-1.13.0/subversion/tests/cmdline/svntest/main.py", line 1931, in run
> rc = self.pred.run(sandbox)
> File "/.../subversion-1.13.0/subversion/tests/cmdline/svntest/testcase.py", line 178, in run
> result = self.func(sandbox)
> File "/.../subversion-1.13.0/subversion/tests/cmdline/trans_tests.py", line 348, in keywords_from_birth
> raise svntest.Failure
> Failure
> FAIL: trans_tests.py 1: commit new files with keywords active from birth
Could you please show the contents of
svn-test-work/working_copies/trans_tests-1/header_unexp (in
subversion/tests/cmdline) after the test run?
You can use «make check TESTS="subversion/tests/cmdline/trans_tests.py"» to run
just that one test file. (Or «cd …/cmdline && ./trans_tests.py 1» to run just
that one test function.)
Cheers,
Daniel
Received on 2019-11-25 05:46:30 CET