Under Windows (in MSYS) "run_tests.sh" script show a handreds failed tests because "2>"$outc.stderr"" operator write warning strings to file with CRLF instead of LF only. If to add something like "sed -i 's/\r//g' "$outc.stderr"" no more tests failed.
Under Windows (in MSYS) "run_tests.sh" script show a handreds failed tests because "2>"$outc.stderr"" operator write warning strings to file with CRLF instead of LF only. If to add something like "sed -i 's/\r//g' "$outc.stderr"" no more tests failed.