When setting up the new Patchword builders I noticed some issues when running FATE tests on Windows. Initially I had them suppressed on the builders, but this patchset should finally fix it.
Version V2 * Clarified commit message in 3/3 regarding the requirement for a relative path to the fate samples (thanks, Zhao) . softworkz (3): tests/fate: Fix subtitle fate tests on Windows tests/source-check: Fix make inclusion-guard check EOL-agnostic tests/hevc: Fix concat input when running in MSYS2 shell .gitattributes | 38 +++++++++++++++++++++++++++++++++++++- tests/fate/hevc.mak | 2 +- tests/fate/source-check.sh | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) base-commit: 4014784b6229fe0829c2b154694fc13fcb963864 Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-77%2Fsoftworkz%2Fsubmit_fate_subs_eol-v2 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-77/softworkz/submit_fate_subs_eol-v2 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/77 Range-diff vs v1: 1: facfadfcb0 = 1: facfadfcb0 tests/fate: Fix subtitle fate tests on Windows 2: 73ab2c2be5 = 2: 73ab2c2be5 tests/source-check: Fix make inclusion-guard check EOL-agnostic 3: 520f9af365 ! 3: c9e21574c0 tests/hevc: Fix concat input when running in MSYS2 shell @@ Commit message Setting the MSYS2_ARG_CONV_EXCL environment variable keeps MSYS2 from doing this replacement. + NOTE: This makes it possible to run the test from an MSYS2 shell, + but it only works when using a relative path like + + --samples=../fate-suite (in configure) + + or + + SAMPLES=../fate-suite (in make fate) + + Reviewed-by: Zhao Zhili <zhiliz...@tencent.com> Signed-off-by: softworkz <softwo...@hotmail.com> ## tests/fate/hevc.mak ## -- ffmpeg-codebot _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".