Francois Gouget : winetest/build-patterns: Tweak the 'WineTest not run' tooltip.

Alexandre Julliard julliard at winehq.org
Wed Sep 29 15:55:13 CDT 2021


Module: tools
Branch: master
Commit: bd7cf4da2466e7a52b1537964df135c4a0ef318f
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=bd7cf4da2466e7a52b1537964df135c4a0ef318f

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Sep 23 17:29:22 2021 +0200

winetest/build-patterns: Tweak the 'WineTest not run' tooltip.

The reason why there is no test report could also be that it got
rejected for being too big or having too many failures.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/build-patterns | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/build-patterns b/winetest/build-patterns
index 386bf97..d1d5261 100755
--- a/winetest/build-patterns
+++ b/winetest/build-patterns
@@ -1025,7 +1025,7 @@ sub write_pattern_line($$$)
             {
                 $symbol = "_";
                 $class = "W";
-                $title = "WineTest was not run";
+                $title = "WineTest was not run or the report was invalid";
             }
             elsif ($build->{hastest}->{$test->{name}})
             {




More information about the wine-cvs mailing list