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 ObReferenceObjectByHandle test #76

Closed RadWolfie closed 1 year ago

RadWolfie commented 1 year ago

hardware test:

0x00F6 - ObReferenceObjectByHandle: Tests Starting
  Function 'ObReferenceObjectByHandle' returned 0xc0000008 as expected
  Function 'ObReferenceObjectByHandle' returned 0xc0000008 as expected
  Function 'ObReferenceObjectByHandle' returned 0xc0000008 as expected
  Function 'ObReferenceObjectByHandle' returned 0xc0000008 as expected
  Function 'ObReferenceObjectByHandle' returned 0xc0000008 as expected
  Function 'ObReferenceObjectByHandle' returned 0x0 as expected
  Function 'ObReferenceObjectByHandle' returned 0x0 as expected
  Function 'ObReferenceObjectByHandle' returned 0xc0000024 as expected
0x00F6 - ObReferenceObjectByHandle: All tests PASSED

UPDATE: I'm unable to test with any cxbxr's builds due to fatal crash, even with last published released build of xbox kernel test suite also crash. I can confirm the issue came from my OS for some reason at the moment.

However, cxbxr's error on test result will be resolve by a fix from https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/2414 pull request.

ergo720 commented 1 year ago

You should be able to test it now that that PR is merged.

ergo720 commented 1 year ago

I confirmed that cxbxr passes the new ob tests and doesn't crash for me.