dolphin/Source/UnitTests/Core
Léo Lam 45647df349 UnitTests: Add tests for the Wii filesystem
This adds unit tests for the Wii filesystem now that the filesystem
interface is neatly separated from the IPC code.

Basic FS functionality is tested, in addition to problematic usages and
edge cases that Dolphin used to handle incorrectly (which of course
broke emulated software).

These tests should make it quite a bit harder to introduce regressions.

Issues that are covered by the tests in particular:

* Metadata: issue 10234 (though tests are commented out for now because
  Dolphin doesn't support NAND images yet so it can't track metadata);

* EOF seeks/reads: https://github.com/dolphin-emu/dolphin/pull/4942

* Read/write operations from multiple handles: see issue 2917, 5232 and
  8702 and https://github.com/dolphin-emu/dolphin/pull/2649
2018-04-15 14:29:27 +02:00
..
DSP UnitTests: Add DSP accelerator tests 2017-09-24 20:48:29 +02:00
IOS UnitTests: Add tests for the Wii filesystem 2018-04-15 14:29:27 +02:00
CMakeLists.txt UnitTests: Add tests for the Wii filesystem 2018-04-15 14:29:27 +02:00
CoreTimingTest.cpp Merge Core/Config/Config.h into Common/Config/Config.h 2017-07-09 16:28:54 -07:00
MMIOTest.cpp Merge Core/Config/Config.h into Common/Config/Config.h 2017-07-09 16:28:54 -07:00
PageFaultTest.cpp CPUCoreBase: Make the GetName() member function const qualified 2018-03-24 16:17:39 -04:00