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

Improve Log Output #87

Closed RadWolfie closed 9 months ago

RadWolfie commented 10 months ago

The changes are absolutely necessary in order to include line number of where the fault occur at. Plus remove individual test's passing verbose to only when comparison failure occur. Doing so will require update each tests that are affected.

The only remaining print(...) calls are:

Partial fix by #6 which include build hash at this time.

[!NOTE] A few tests has been changed to use direct comparison such as:

  • RtlCompareString
  • RtlCompareUnicodeString

Do expect failures for above tests, although I did made an update to cxbxr's kernel implements to properly return expected value.