[Tools 6/6] winetest: Issue a better description than '.' for the special failure modes. Write them as a note so they stand out better.

Francois Gouget fgouget at free.fr
Mon Mar 17 06:32:27 CDT 2008


---
 winetest/gather |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/winetest/gather b/winetest/gather
index b502345..ee49f4a 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -329,21 +329,21 @@ sub singletest($$$) {
 EOF
     } elsif ($count eq "winetest crash") {
         print OUT <<"EOF";
-      <td class="result fail also-skip"><a
+      <td class="note"><a
         title="Test did not run as winetest crashed"
-        >.</a></td>
+        >winetest</a></td>
 EOF
     } elsif ($count eq "file limit") {
         print OUT <<"EOF";
-      <td class="result fail also-skip"><a
+      <td class="note"><a
         title="Test is missing because of a partial report file"
-        >.</a></td>
+        >truncated</a></td>
 EOF
     } elsif ($count eq "test missing") {
         print OUT <<"EOF";
-      <td class="result fail also-skip"><a
+      <td class="note"><a
         title="Test did not run for an unknown reason"
-        >.</a></td>
+        >not run</a></td>
 EOF
     } else {
         my $class = $error?"fail":$todo?"todo":"pass";
-- 
1.5.4.3



More information about the wine-patches mailing list