Cxbx-Reloaded / xbox_kernel_test_suite

Xbox kernel APIs tester written using nxdk
GNU General Public License v3.0
22 stars 6 forks source link

Add 3 relative thread stack tests #75

Closed RadWolfie closed 2 years ago

RadWolfie commented 2 years ago

Three tests added:

Both hardware and cxbxr (local) are passing tests. NOTE: cxbxr upstream will not pass the test due to incorrect implement which is currently awaiting for https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/2339 merge and additional pull request.


Hardware test:

Kernel Test Suite
Random seed used is 0
Config File Was Loaded. Only running requested tests.
-----------------------------------------------------
0x010A - RtlCaptureStackBackTrace: Tests Starting
0x010A - RtlCaptureStackBackTrace: All tests PASSED
0x0120 - RtlGetCallersAddress: Tests Starting
0x0120 - RtlGetCallersAddress: All tests PASSED
0x013F - RtlWalkFrameChain: Tests Starting
  INFO: callers[4] = 0x00016cba
  INFO: callers[5] = 0x0001b5cb
  INFO: callers[6] = 0x0001b4cd
  INFO: callers[7] = 0x00039ed0
  INFO: callers[8] = 0x0003a299
  INFO: callers[9] = 0x00035240
0x013F - RtlWalkFrameChain: All tests PASSED