twiddlingbits / twr-wasm

twr-wasm: easily run C/C++ code in a web browser using Web Assembly, with examples
https://twiddlingbits.dev/
MIT License
13 stars 1 forks source link

tests-d2d fonts #16

Open JohnDog3112 opened 3 weeks ago

JohnDog3112 commented 3 weeks ago

Tests relating to text seem to output different hashes for Windows and Linux during testing.

Possible problems

Since the issue seems like it might be due to the GPU/GPU Drivers, I'm not quite sure how to fix this test case other than only running it in a VM with standard drivers.

twiddlingbits commented 3 weeks ago

Leave the issue open. Maybe updated the test output so that the "known won't work on other platforms" tests are grouped together with a heading like "These may fail on platforms others than those the test result CRC was generated for". Then, you can make sure they keep working for you. We could also add a second set of CRCs, mine, so at least you and me can run the tests. I think in a professional environment, they would probably set up different dedicated test machines. We are not going to do that. I can't think of a generic solution.

But other than the above, lets punt, and leave the issue open.