gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/anaylse-results.sh


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/anaylse-results.sh
Date: Tue, 04 Sep 2007 19:06:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/04 19:06:56

Modified files:
        .              : ChangeLog 
        testsuite      : anaylse-results.sh 

Log message:
                * testsuite/anaylse-results.sh: print also unexpected successes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4215&r2=1.4216
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/anaylse-results.sh?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4215
retrieving revision 1.4216
diff -u -b -r1.4215 -r1.4216
--- ChangeLog   4 Sep 2007 16:00:38 -0000       1.4215
+++ ChangeLog   4 Sep 2007 19:06:55 -0000       1.4216
@@ -1,3 +1,7 @@
+2007-09-04 Sandro Santilli <address@hidden>
+
+       * testsuite/anaylse-results.sh: print also unexpected successes.
+
 2007-09-04 Asger Ottar Alstrup <address@hidden>
 
        * server/edit_text_character.cpp: add minimal support for htmlText.

Index: testsuite/anaylse-results.sh
===================================================================
RCS file: /sources/gnash/gnash/testsuite/anaylse-results.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- testsuite/anaylse-results.sh        7 Jun 2007 16:38:59 -0000       1.10
+++ testsuite/anaylse-results.sh        4 Sep 2007 19:06:56 -0000       1.11
@@ -38,6 +38,10 @@
        echo -n " $nofail real failures"
        total_fail=`expr $total_fail + $nofail`
     fi
+    if test $noxpass -gt 0; then
+       echo -n " $noxpass unexpected successes"
+       total_xpass=`expr $total_xpass + $noxpass`
+    fi
     if test $nopass -gt 0; then
        if test $nofail -gt 0; then
            echo -n ", $nopass passes"
@@ -87,6 +91,9 @@
 if test ${total_xfail} -gt 0; then
     echo "     Total expected failures: ${total_xfail}"
 fi
+if test ${total_xpass} -gt 0; then
+    echo "     Total unexpected successes: ${total_xpass}"
+fi
 if test ${total_untested} -gt 0; then
     echo "     Total untested: ${total_untested}"
 fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]