-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
Milestone
Description
We need tests for:
- reading from and writing to files located on a remote machine (Throws an exception when opening an existing file #54474 and A System.NullReferenceException was throwing when get a **gif** image using Image.FromFile() method #54475, added in [FileStream] add tests for device and UNC paths #54545)
- reading from and writing to files located on a device (FileStream.ReadAsync() with isAsync: true is throwing IOException #54143, added in [FileStream] add tests for device and UNC paths #54545 and add test for opening and reading from device interface #54673)
- using more file systems:
- Windows NFS server (File writes to Windows NFS share silently fail... #44546)
- delayed allocations like ext4 from What is the recommended File IO API usage pattern with regards to ext4 delayed allocations? #32600
- different max file size like FAT32 (System.IO.FileSystem tests fail all over with temp on Fat32 #66544) (test)
- probably much more than the three above
- writing to a disk that becomes full (Fix: FileStream.Dispose silently fails on Dispose when disk has run out of space #38742)