You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set PYTHONUTF8 when running tests on windows. NFC. (#14179)
Many of our tests include UTF8 encoded files, and on the CI machines
python cannot read them since it uses the windows codepage which is
`cp1252`. This envrionment variable forces python to assume UTF8
encoded text files and stdin/stdout.
We already set this when running our windows tests on
emscripten-releases bots.
Add an extra test to the windows bot that verifies is can read UTF8
encoded expectations files (even though this test is about UTF16 the
expectation file is still UTF8).
0 commit comments