From 6e52def53cdf2d1e69c946ba7c4bf9e3d470d598 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 22 Dec 2016 15:59:26 -0800 Subject: [PATCH] tools: run-tests: ifstest: enable all tests that pass --- tools/run-tests.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index a84c2cc1..75fe857c 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -365,20 +365,20 @@ call :__ifstest %1 /d %2 /g OpenCreateParameters /z /v if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g CloseCleanupDelete /z /v rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 -rem call :__ifstest %1 /d %2 /g VolumeInformation /z /v -rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 +call :__ifstest %1 /d %2 /g VolumeInformation /z /v +if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g FileInformation /z /v rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g DirectoryInformation /z /v rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 -rem call :__ifstest %1 /d %2 /g FileLocking /z /v -rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 +call :__ifstest %1 /d %2 /g FileLocking /z /v +if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g OpLocks /z /v rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g ChangeNotification /z /v rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 -rem call :__ifstest %1 /d %2 /g ReadWrite /z /v -rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 +call :__ifstest %1 /d %2 /g ReadWrite /z /v +if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g SectionsCaching /z /v rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem call :__ifstest %1 /d %2 /g ReparsePoints /z /v