summaryrefslogtreecommitdiffstats
path: root/src/tests/core/arm/arm_test_common.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm_test_common: Make file static variable a member variable of the testing environmentLioncash2018-07-201-2/+0
* core: Move process creation out of global state.bunnei2018-03-141-2/+2
* Kernel: Store the program id in the Process class instead of the CodeSet class.Subv2018-03-021-1/+1
* memory: Replace all memory hooking with Special regionsMerryMage2018-01-271-14/+18
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-1/+1
* Tests: Fixed ARM VFP testsSubv2017-09-271-9/+13
* memory: Add GetCurrentPageTable/SetCurrentPageTableMerryMage2017-09-241-1/+1
* Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.Subv2017-09-151-4/+14
* tests: Add tests for vaddMerryMage2017-07-231-1/+1
* tests: Arm testing frameworkMerryMage2017-07-231-0/+123