Commit Graph

84 Commits

Author SHA1 Message Date
f51d414abd Refactor IMediaImage.ReadSector(s) to return error status instead of buffer. 2021-09-19 21:16:47 +01:00
ef2fc1788a Refactor IMediaImage.Open to return error status instead of boolean. 2021-09-16 19:10:39 +01:00
12a72a45e4 Consolidate error number enumerations. 2021-09-16 04:42:14 +01:00
631eee916f Fix filesystem tests when readdir returns a null list. 2021-09-12 19:27:43 +01:00
75edb759e6 General code refactor. 2021-08-17 21:23:10 +01:00
fdff1d74c9 Use Array.Empty<T>. 2021-08-17 18:23:50 +01:00
bc03e3467f Fix namespaces. 2021-08-17 17:32:30 +01:00
da157fe16f When building filesystem contents test file also include symlinks. 2021-07-09 09:49:59 +01:00
966077c595 Test filesystems and contents in optical media image unit tests. 2021-07-07 04:14:10 +01:00
705f5a6db0 Add support for FAT32 volumes that uses sectors field in BPB. Fixes #580 2021-06-03 23:51:10 +01:00
b96ffe5e56 Fix clusters calculation in FAT12 and FAT16. 2021-06-03 23:32:36 +01:00
0964cf3ecb Fix volume serial number in Atari FAT unit tests. 2021-06-03 21:15:33 +01:00
7ffc7bf31c Set proper values for ROMDOS unit test. 2021-06-03 12:04:50 +01:00
a27f7e7900 Set proper values for Amstrad +3DOS unit test. 2021-06-03 12:04:37 +01:00
2eb1262d97 Set proper values for ParaDOS unit test. 2021-06-03 12:04:21 +01:00
1a75c893a5 Set proper values for Amstrad AMSDOS unit test. 2021-06-03 12:04:06 +01:00
97805888c7 Set proper values for Amstrad CP/M+ unit test. Fixes #586 2021-06-03 12:03:41 +01:00
9799af06d1 Implement ReadOnlyFilesystemTest in ISO9660 tests. 2021-06-02 14:41:49 +01:00
2d660f4443 Fix path when building read only filesystem test. 2021-06-02 14:41:27 +01:00
50e3910e6f Set an encoding in read only filesystem test. 2021-06-02 14:41:06 +01:00
3d36eeccee Implement ReadOnlyFilesystemTest in Macintosh File System tests. 2021-06-02 03:15:44 +01:00
f09732b337 Implement ReadOnlyFilesystemTest in Lisa filesystem tests. 2021-06-02 03:05:50 +01:00
e3ef18ac62 Implement ReadOnlyFilesystemTest in FAT tests. 2021-06-01 22:51:36 +01:00
cf450db0ef Remove statfs test as it is test elsewhere. 2021-06-01 12:49:40 +01:00
f175318310 Load read only filesystem test json directly from file. 2021-06-01 04:14:43 +01:00
2c9b45329e Use Newtonsoft JSON for read only filesystem test as System.Text.Json is not respecting MaxDepth settings. 2021-06-01 03:58:26 +01:00
4a94fce0d3 Implement ReadOnlyFilesystemTest in CP/M tests. 2021-06-01 02:35:35 +01:00
e2749bef4e Implement ReadOnlyFilesystemTest in Xbox 360's FATX. 2021-05-31 20:38:30 +01:00
b968889fcf Add code to generate JSON for read only filesystem test. 2021-05-31 20:37:52 +01:00
4b7217d501 Move Xbox FATX contents to external JSON. 2021-05-31 19:15:24 +01:00
e09e61d0cf Allow contents for read only filesystem test to be in JSON, in-code or external with the test image. 2021-05-31 19:15:07 +01:00
4428ca0727 Test mounting and stat of read only filesystem even if contents are not defined. 2021-05-31 18:22:58 +01:00
f717a3b3e7 Implement ReadOnlyFilesystemTest in Xbox's FATX. 2021-05-31 18:22:08 +01:00
acf4138cbf Create abstract class to test read only filesystem implementations. 2021-05-31 18:21:39 +01:00
6dfd071433 Add test images from ZX Spectrum +3. 2021-05-31 01:24:21 +01:00
8837e47361 Add test images for Sharp Personal CP/M for Super MZ. 2021-05-30 21:46:22 +01:00
5164e50d57 Add Kaypro II test images. 2021-05-30 19:09:13 +01:00
1d68bc3c77 Add Excalibur 64 test images. 2021-05-30 19:02:32 +01:00
ead99a8e4d Add test images from Tatung Einstein's XtalDOS. 2021-05-30 18:12:54 +01:00
3587f97e05 Add Bondwell 2 test images. 2021-05-30 17:58:38 +01:00
88e3ee0029 Add test files for Amstrad CP/M 2 for the CPC. 2021-05-30 16:14:05 +01:00
617a5aab00 Add test images for Otrona Attaché (CP/M 2). 2021-05-28 23:51:47 +01:00
7ddd336aae Add test images from ROMDOS for Amstrad CPC. 2021-05-28 15:22:29 +01:00
bdfa168f64 Add test images from Amstrad/Locomotive CP/M Plus. 2021-05-28 15:22:18 +01:00
dbf162d59d Add more test images from AMSDOS. 2021-05-28 15:22:03 +01:00
28b0a7c154 Add test files for ParaDOS filesystem (CP/M). 2021-05-27 17:46:47 +01:00
d7c8ce14b3 Add test files for Amstrad's AMSDOS filesystem (CP/M). 2021-05-27 13:39:51 +01:00
f50a9b2a66 Add fstester images created from Darwin, Mac OS X Server and MorphOS. 2021-05-25 03:09:48 +01:00
4a20469146 Add fstester images created from Mac OS X. 2021-05-20 16:47:40 +01:00
6654950770 Add fstester images created from Atari ST. 2021-05-20 03:22:27 +01:00