To enable Flang testing on Windows,
shells scripts have to be ported to Python.
The following changes have been made:
Ported test_folding.sh to Python;
Additional changes to the tests themselves
to use the new script.
LIBPGMATH support for testing
not available at this point.
cf folding05.f90:
Consider specifying encoding="utf-8". Docs mention that the default-encoding is platform-dependent and it seems to be UTF-8 on Linux but cp1252 (Maybe dependent on localization) on Windows.