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
CMakeLists.txt CMake: Set --output-on-failure flag for unittests target. 2023-05-14 04:52:50 +02:00
StubHost.cpp
UnitTests.vcxproj
UnitTests.vcxproj.user
UnitTestsMain.cpp Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00