mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tools: run-tests: ifstest: disable StreamNotifyNameTest
This commit is contained in:
parent
638e5a20b6
commit
9e4e7d4bcf
@ -410,7 +410,8 @@ if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
|||||||
rem IfsTest ReparsePoints seems to have a bug in that it cannot handle STATUS_PENDING for FSCTL_GET_REPARSE_POINT
|
rem IfsTest ReparsePoints seems to have a bug in that it cannot handle STATUS_PENDING for FSCTL_GET_REPARSE_POINT
|
||||||
rmdir /s/q reparspt
|
rmdir /s/q reparspt
|
||||||
rem StreamEnhancements.StreamRenameTest: WinFsp does not support stream renaming
|
rem StreamEnhancements.StreamRenameTest: WinFsp does not support stream renaming
|
||||||
call :__ifstest %1 /g StreamEnhancements -t StreamRenameTest
|
rem StreamEnhancements.StreamNotifyNameTest: WinFsp does not notify when streams are deleted because main file is deleted
|
||||||
|
call :__ifstest %1 /g StreamEnhancements -t StreamRenameTest -t StreamNotifyNameTest
|
||||||
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1
|
||||||
for %%d in (!IfsTestDirectories!) do (
|
for %%d in (!IfsTestDirectories!) do (
|
||||||
if exist %%d (echo :ifstest directory %%d still exists & set IfsTestMemfsExit=1)
|
if exist %%d (echo :ifstest directory %%d still exists & set IfsTestMemfsExit=1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user