reactos/rostests/kmtests/ntos_io
Pierre Schweitzer 549ecc5195 [KMTESTS:IO]
Add more tests for IoCreateFile(), this time purely dealing with symlinks reparse points.
They won't run on ReactOS (obviously) as we don't have RW NTFS support.

On Windows, they show interesting results....
With Windows 2003, creating the symlink is allowed and works, but then Windows is totally unable to deal with it and keeps complaining about an unhandled reparse tag.
The only way to open it is to open the reparse point itself. Not that working symlinks... Not sure which part is not able to handle the said reparse tag. NTFS? Io?
With Windows Vista+, it just works fine. Symlink is created & functionnal.

Broken logic!

svn path=/trunk/; revision=69353
2015-09-25 15:57:28 +00:00
..
CMakeLists.txt [KMTESTS:IO] 2015-09-22 22:31:08 +00:00
IoCreateFile.c [KMTESTS:IO] 2015-09-25 15:57:28 +00:00
IoCreateFile.h [KMTESTS:IO] 2015-09-23 21:30:22 +00:00
IoCreateFile_drv.c [KMTESTS:IO] 2015-09-23 21:30:22 +00:00
IoCreateFile_user.c [KMTESTS:IO] 2015-09-23 21:30:22 +00:00
IoDeviceInterface.c [KMTEST:IO] 2014-03-23 17:24:10 +00:00
IoDeviceObject_drv.c [KMTESTS:IO] 2014-09-27 14:56:22 +00:00
IoDeviceObject_user.c [COMMENTS] 2013-10-12 16:05:54 +00:00
IoEvent.c [COMMENTS] 2013-10-12 16:05:54 +00:00
IoHelper_drv.c [COMMENTS] 2013-10-12 16:05:54 +00:00
IoInterrupt.c [COMMENTS] 2013-10-12 16:05:54 +00:00
IoIrp.c [ROSTESTS] 2011-09-10 11:41:33 +00:00
IoMdl.c [ROSTESTS] 2011-09-10 11:41:33 +00:00
IoReadWrite.h [KMTESTS:IO] 2015-05-01 12:50:12 +00:00
IoReadWrite_drv.c [KMTESTS:IO] 2015-05-01 12:50:12 +00:00
IoReadWrite_user.c [KMTESTS:IO] 2015-05-01 12:50:12 +00:00