Module: tools Branch: master Commit: d423d6c3bd221b16e2f85875590a4ada1793e713 URL: https://gitlab.winehq.org/winehq/tools/-/commit/d423d6c3bd221b16e2f85875590a...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Aug 2 14:33:57 2023 +0200
winetest: Give some slack to the macOS test results.
Hopefully this will promote work on the macOS tests to bring them more in line with the other platforms.
---
winetest/dissect | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/winetest/dissect b/winetest/dissect index a7eb27ab..d936762c 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -450,6 +450,8 @@ if ($wine_build) { chomp $merge_base; $merge_base eq $testbuild or mydie "wine build '$wine_build' not a descendant of build $testbuild"; } +# Give a little slack to the macOS results. +$maxfailedtests += 30 if ($version eq "mac");
#