This just happened when I was running trunk tests in a Windows 10 VM
(with Windows Defender enabled). I see now that the test is actually
expected to tickle the interest of antivirus software. :)
-- Brane
C:\Users\brane\svndev\subversion-trunk>type Release\fails.log
[[[
W: UNEXPECTED STDERR:
W: svn: E720225: Can't open file
'C:\Users\brane\AppData\Local\Temp\svn-5473BE78': Operation did not complete
successfully because the file contains a virus or potentially unwanted software.
W: CWD: C:\Users\brane\svndev\subversion-trunk\Release\subversion\tests\cmdline
W: EXCEPTION: SVNUnexpectedStderr
Traceback (most recent call last):
File
"C:\Users\brane\svndev\subversion-trunk\subversion\tests\cmdline\svntest\main.py",
line 1783, in run
rc = self.pred.run(sandbox)
File
"C:\Users\brane\svndev\subversion-trunk\subversion\tests\cmdline\svntest\testcase.py",
line 178, in run
result = self.func(sandbox)
File
"C:\Users\brane\svndev\subversion-trunk\subversion\tests\cmdline\patch_tests.py",
line 6803, in patch_add_remove_executable
[], True, True)
File
"C:\Users\brane\svndev\subversion-trunk\subversion\tests\cmdline\svntest\actions.py",
line 1259, in run_and_verify_patch
raise verify.SVNUnexpectedStderr
SVNUnexpectedStderr
FAIL: patch_tests.py 69: add and remove executable file
]]]
-- Brane