summaryrefslogtreecommitdiff
path: root/src/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-14core: Move process creation out of global state.Gravatar bunnei2-6/+6
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Gravatar Subv2-5/+5
2018-01-27memory: Replace all memory hooking with Special regionsGravatar MerryMage2-25/+29
2018-01-20Format: Run the new clang format on everythingGravatar James Rowe1-1/+3
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesGravatar Lioncash1-15/+11
2018-01-13Fix build on macOS and linuxGravatar MerryMage1-1/+1
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n302-0/+238
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei3-13507/+0
2017-10-14hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2-217/+0
2017-09-30nso: Refactor and allocate .bss section.Gravatar bunnei1-2/+2
2017-09-30Moved down_count to CoreTimingGravatar Huw Pascoe1-1/+1
2017-09-26Tests: Added Memory::IsValidVirtualAddress tests.Gravatar Subv2-0/+57
2017-09-26Tests: Fixed ARM VFP testsGravatar Subv1-9/+13
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableGravatar MerryMage1-1/+1
2017-09-15Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.Gravatar Subv1-4/+14
2017-07-23tests: Add tests for vaddGravatar MerryMage5-2/+13510
2017-07-23tests: Arm testing frameworkGravatar MerryMage3-0/+208
2017-06-22Kernel: Fix typo in test nameGravatar Yuri Kunde Schlesner1-1/+1
2017-06-21Kernel/IPC: Support translation of null handlesGravatar Yuri Kunde Schlesner1-0/+23
2017-06-18Kernel/IPC: Add tests for HLERequestContext buffer translationGravatar Yuri Kunde Schlesner2-2/+196
2017-05-27CMake: Create an INTERFACE target for CatchGravatar Yuri Kunde Schlesner1-4/+2
2017-05-27CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner1-2/+3
2017-03-01Common: add ParamPackageGravatar wwylele2-0/+26
2016-12-07tests: add missing libcore dependency after 75ee2f8c6702Gravatar Jan Beich1-1/+1
2016-11-19tests: add a work-around for macOS linking errorGravatar wwylele2-0/+15
2016-11-19FileSys: add PathParserGravatar wwylele2-0/+39
2016-05-19Tests: Run tests on CIGravatar MerryMage1-0/+2
2016-05-19tests: Infrastructure for unit testsGravatar MerryMage2-0/+23