dolphin/Source/UnitTests/Core
Dentomologist 75a62e116c PageFaultTest: Use GTEST_SKIP instead of early return
Using GTEST_SKIP instead of just returning from the function shows that
a test was skipped in the test summary. If GTEST_SKIP is called the rest
of the function won't be run, just like with the return.

GTEST_SKIP wasn't available until gtest 1.10, and we updated to 1.12 in
597f8f1b87.
2023-08-29 12:24:11 -07:00
..
DSP UnitTests: Fix warnings from HermesText 2022-07-26 11:52:31 -07:00
IOS UnitTests: Enable cluster check in FileSystemTest.GetDirectoryStats. 2023-07-14 04:20:57 +02:00
PowerPC UnitTests: Declare as CPU thread when using CPUThreadConfigCallback 2023-08-17 19:19:25 +02:00
CMakeLists.txt UnitTests: Use hermes.s as part of an actual test 2022-06-14 12:22:05 -07:00
CoreTimingTest.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
MMIOTest.cpp HW: Pass System to MMIO handlers. 2022-11-23 05:52:21 +01:00
PageFaultTest.cpp PageFaultTest: Use GTEST_SKIP instead of early return 2023-08-29 12:24:11 -07:00