tools: run-tests: add net share tests (currently multiple failures)

This commit is contained in:
Bill Zissimopoulos 2016-10-26 16:03:20 -07:00
parent 3e557e1b65
commit 75ff7f2c01

View File

@ -37,8 +37,10 @@ for %%f in (^
:winfsp-tests-x86-mountpoint-drive ^
:winfsp-tests-x86-mountpoint-dir ^
:winfsp-tests-x86-no-traverse ^
:winfsp-tests-x64-disk-share ^
:fsx-memfs-x64-disk ^
:fsx-memfs-x64-net ^
:winfsp-tests-x86-disk-share ^
:fsx-memfs-x86-disk ^
:fsx-memfs-x86-net ^
:winfstest-memfs-x64-disk ^
@ -140,6 +142,16 @@ winfsp-tests-x86 --no-traverse
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:winfsp-tests-x64-disk-share
M:
mkdir foo
if !ERRORLEVEL! neq 0 goto fail
winfsp-tests-x64 --external --share=winfsp-tests-share=M:\ --resilient
if !ERRORLEVEL! neq 0 goto fail
rmdir foo
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:fsx-memfs-x64-disk
M:
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -N 5000 test xxxxxx
@ -156,6 +168,16 @@ if !ERRORLEVEL! neq 0 goto fail
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:winfsp-tests-x86-disk-share
O:
mkdir foo
if !ERRORLEVEL! neq 0 goto fail
winfsp-tests-x86 --external --share=winfsp-tests-share=O:\ --resilient
if !ERRORLEVEL! neq 0 goto fail
rmdir foo
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:fsx-memfs-x86-disk
O:
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -N 5000 test xxxxxx