gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/ming_ut...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/ming_ut...
Date: Thu, 05 Apr 2007 08:36:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/05 08:36:20

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: ming_utils.c 

Log message:
                * testsuite/misc-ming.all/ming_utils.c (get_dejagnu_actions):
                  property initialize the xpassed and xfailed counters.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2787&r2=1.2788
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/ming_utils.c?cvsroot=gnash&r1=1.25&r2=1.26

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2787
retrieving revision 1.2788
diff -u -b -r1.2787 -r1.2788
--- ChangeLog   5 Apr 2007 07:55:43 -0000       1.2787
+++ ChangeLog   5 Apr 2007 08:36:20 -0000       1.2788
@@ -1,3 +1,8 @@
+2007-04-05 Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/ming_utils.c (get_dejagnu_actions):
+         property initialize the xpassed and xfailed counters.
+
 2007-04-05 Zou Lunkai <address@hidden>
 
        * testsuite/misc-ming.all/reverse_execute_PlaceObject2_test2.c

Index: testsuite/misc-ming.all/ming_utils.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/ming_utils.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- testsuite/misc-ming.all/ming_utils.c        3 Apr 2007 17:00:59 -0000       
1.25
+++ testsuite/misc-ming.all/ming_utils.c        5 Apr 2007 08:36:20 -0000       
1.26
@@ -168,6 +168,8 @@
                "TestState = function() {\n"
                " this.passed = 0;\n"
                " this.failed = 0;\n"
+               " this.xpassed = 0;\n"
+               " this.xfailed = 0;\n"
                " this.untest = 0;\n"
                " this.unresolve = 0;\n"
                "};\n"




reply via email to

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