apple2ix/src/test
Aaron Culliney b300e60e2a Persist disk image 'was_gzipped' state
- 'was_gzipped' state is persisted in .apple2.json preferences
    - This removes all file-renaming codepaths at the cost of temporarily nonconformance to naming convesion (e.g., disk
      images inserted read/write are still called 'foo.dsk.gz' although they are not compressed)
    - Unclean shutdown of emulator leaves any disk images that were inserted read/write in their non-gzipped state
      (regardless of file name extension) on disk until emulator restarted and disk images explictly ejected or clean
      shudown.  App removal after unclean shutdown will potentially leave mis-named disk images lingering.
    - Emulator will handle edge cases of non-gzipped disk images with '.gz' extension and gzipped disk images without
      '.gz' extension
2017-05-29 08:05:38 -10:00
..
a2v2-good1-mb.h Ensure big-endian data in A2V2 save-file format 2016-10-16 16:00:14 -07:00
a2v2-good1.h Ensure big-endian data in A2V2 save-file format 2016-10-16 16:00:14 -07:00
a2v2-good2-mb.h Ensure big-endian data in A2V2 save-file format 2016-10-16 16:00:14 -07:00
a2v2-good2.h Ensure big-endian data in A2V2 save-file format 2016-10-16 16:00:14 -07:00
a2vm-good1.h Add more tests for save/restore feature 2016-10-15 13:36:03 -07:00
greatest.h testcpu is beginning to run (with errors) 2015-02-18 23:09:16 -08:00
sha1-license.txt Remove OpenSSL dependency, use public source SHA1 2015-02-18 15:54:04 -08:00
sha1.c Remove OpenSSL dependency, use public source SHA1 2015-02-18 15:54:04 -08:00
sha1.h Remove OpenSSL dependency, use public source SHA1 2015-02-18 15:54:04 -08:00
shatest.c Remove OpenSSL dependency, use public source SHA1 2015-02-18 15:54:04 -08:00
testcommon.c Persist disk image 'was_gzipped' state 2017-05-29 08:05:38 -10:00
testcommon.h Misc test suite improvements 2016-09-11 11:51:55 -07:00
testcpu.c Fix cycle counts in CPU tests after upheaval 2016-10-09 12:20:07 -07:00
testdisk.c Allow loading test images from /sdcard/apple2ix on Android 2017-05-28 08:48:21 -10:00
testdisplay.c Various tests works again on Mac 2016-06-26 09:31:56 -07:00
testprefs.c Fix a broken test on Android 2016-10-15 19:07:10 -07:00
testtrace.c Beginnings of trace testing on Droid 2017-05-28 08:48:24 -10:00
testui.c Refactor disk image UI to use file descriptors and not paths 2017-05-28 08:48:11 -10:00
testvm.c Beginnings of a pluggable peripheral card API and fix a CPU boot tracing divergence against AppleWin 2016-10-09 12:19:32 -07:00