Commit Graph

3646 Commits

Author SHA1 Message Date
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
d53ed217d2 Set encoding in FAT filesystem before interpreting the BPB. 2021-06-01 20:36:26 +01:00
bfdaf6d1a4 Do not return EINVAL when reading a 0-byte sized file in FAT filesystem. Fixes #441 2021-06-01 12:59:11 +01:00
cf450db0ef Remove statfs test as it is test elsewhere. 2021-06-01 12:49:40 +01:00
cf31ee9db2 Fix wrong JSON library used. 2021-06-01 12:48:12 +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
3bce412c00 Make members of FileEntryInfo fields until we migrate to .NET 6. 2021-05-31 19:14:37 +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
e971ba45d9 Add support to IMD images created by SAMdisk and z88dk. 2021-05-30 16:13:38 +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
24d0f7682f Add CPCDSK images generated using z88dk. 2021-05-28 15:17:24 +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
c80270a5db Move IRC to Libera. 2021-05-20 01:40:19 +01:00
f8cab97b48 Update CUETools. 2021-05-15 17:12:35 +01:00
709d550ef6 Add fstester images created from Mac OS. 2021-05-15 17:07:38 +01:00
960b5912f3 Add unit tests from Linux 2.0, 2.2 and 2.4 generated with fssetter. 2021-05-14 00:07:03 +01:00
7f17c1fce4 Add unit tests from DR-DOS, MS-DOS and PC-DOS generated with fssetter. 2021-05-10 04:02:14 +01:00
6653420079 Merge pull request #579 from aaru-dps/fakeshemp/typo 2021-05-08 22:39:23 +01:00
Rebecca Wallander
ca29a28195 Fix typo in console print 2021-05-08 20:15:38 +02:00
2df6686e6a Add more fssetter test files. 2021-05-05 01:50:19 +01:00
c65167cb9c Add unit tests from Windows NT 4.0 generated with fssetter. 2021-05-01 21:57:50 +01:00
b2bf771e6d Add unit tests from OS/2 generated with fssetter. 2021-05-01 21:24:59 +01:00
0151b6a416 Add unit tests from Haiku hrev51259 generated with fssetter. 2021-05-01 20:25:23 +01:00
97436e9992 Add unit tests from DragonFly BSD 1.0 generated with fssetter. 2021-05-01 20:16:58 +01:00
6bcc35bd1c Merge pull request #577 from aaru-dps/bugfix/print-title-keys
fix bug with printing 'title keys dumping' when there are none to be …
2021-04-30 16:54:17 +01:00
Rebecca Wallander
4664c60f5a fix bug with printing 'title keys dumping' when there are none to be dumped 2021-04-30 17:51:56 +02:00