Francois Gouget : winetest: Issue a better description than '.' for the special failure modes. Write them as a note so they stand out better.

Alexandre Julliard julliard at winehq.org
Mon Mar 17 10:57:10 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar 17 12:32:27 2008 +0100

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

---

 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";




More information about the wine-cvs mailing list