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 test for RtlAnsiStringToUnicodeString #22

Closed Fisherman166 closed 6 years ago

Fisherman166 commented 6 years ago

Some basic testing for RtlAnsiStringToUnicodeString has been added. It does not check for any errors related to running out of memory if the function is requested to allocate a pool of memory for the converted string.

Also, the AvSetDisplayMode test fails and causes an exception. The test is skipped for the time being. I plan to add the ability to specify a list of tests to skip at some point assuming the config.txt file works correctly now.

Luca1991 commented 6 years ago

@Fisherman166 thank you for this PR :) However I've disabled the AV tests in my latest PR (still not merged), can this cause problems during merge? :/

Fisherman166 commented 6 years ago

I doubt this will merge conflict. It will likely add my code into the commented out section.

PatrickvL commented 6 years ago

It did cause a merge conflict, but I've fixed it manually (on mobile via github web editor - wow!)