dolphin/Source/UnitTests
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
..
Common X64EmitterTest: Check bytes instead of disassembly in JMP test 2023-08-05 13:51:42 -07:00
Core PageFaultTest: Use GTEST_SKIP instead of early return 2023-08-29 12:24:11 -07:00
VideoCommon Externals: Convert gtest to a submodule and update to v1.12.1 2023-01-20 11:43:34 -08:00
CMakeLists.txt CMake: Set --output-on-failure flag for unittests target. 2023-05-14 04:52:50 +02:00
StubHost.cpp Add Discord presence ioctlv to /dev/dolphin 2022-08-06 07:32:29 +01:00
UnitTests.vcxproj Externals: Convert gtest to a submodule and update to v1.12.1 2023-01-20 11:43:34 -08:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
UnitTestsMain.cpp Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00