gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/chec...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/chec...
Date: Mon, 01 Oct 2007 06:33:54 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/01 06:33:54

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: check.as with.as 
        testsuite/misc-ming.all: ming_utils.c 

Log message:
                * testsuite/actionscript.all/check.as: rename totals_check,
                  xtotals_check to check_totals() and xcheck_totals (easier
                  to grep for 'xcheck').
                * testsuite/actionscript.all/with.as: update calls to 
check_totals()
                  and xcheck_totals()
                * testsuite/misc-ming.all/ming_utils.c (Dejagnu.xtotals): call 
xpass
                  un unexpectedd success.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4483&r2=1.4484
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/check.as?cvsroot=gnash&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/with.as?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/ming_utils.c?cvsroot=gnash&r1=1.29&r2=1.30

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4483
retrieving revision 1.4484
diff -u -b -r1.4483 -r1.4484
--- ChangeLog   30 Sep 2007 18:51:27 -0000      1.4483
+++ ChangeLog   1 Oct 2007 06:33:53 -0000       1.4484
@@ -1,3 +1,13 @@
+2007-09-30 Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/check.as: rename totals_check,
+         xtotals_check to check_totals() and xcheck_totals (easier
+         to grep for 'xcheck').
+       * testsuite/actionscript.all/with.as: update calls to check_totals()
+         and xcheck_totals()
+       * testsuite/misc-ming.all/ming_utils.c (Dejagnu.xtotals): call xpass
+         un unexpectedd success.
+
 2007-09-30 Benjamin Wolsey <address@hidden>
 
        * libbase/curl_adapter.cpp: allow, with security warning, override

Index: testsuite/actionscript.all/check.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/check.as,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- testsuite/actionscript.all/check.as 29 Sep 2007 16:40:38 -0000      1.31
+++ testsuite/actionscript.all/check.as 1 Oct 2007 06:33:54 -0000       1.32
@@ -69,8 +69,8 @@
 
 #define INFO " [" + __FILE__ + ":" + __LINE__ + "]" 
 
-#define totals_check(x) totals(x, INFO)
-#define xtotals_check(x) xtotals(x, INFO)
+#define check_totals(x) totals(x, INFO)
+#define xcheck_totals(x) xtotals(x, INFO)
 
 //
 // Use check(<expression>)

Index: testsuite/actionscript.all/with.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/with.as,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- testsuite/actionscript.all/with.as  30 Sep 2007 05:24:36 -0000      1.19
+++ testsuite/actionscript.all/with.as  1 Oct 2007 06:33:54 -0000       1.20
@@ -21,7 +21,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: with.as,v 1.19 2007/09/30 05:24:36 zoulunkai Exp $";
+rcsid="$Id: with.as,v 1.20 2007/10/01 06:33:54 strk Exp $";
 
 #include "check.as"
 
@@ -322,7 +322,7 @@
 #endif  //OUTPUT_VERSION > 5
 
 #if OUTPUT_VERSION < 6
- totals_check(26);
+ check_totals(26);
 #else
- xtotals_check(55); // a-ah!
+ xcheck_totals(55); // a-ah!
 #endif

Index: testsuite/misc-ming.all/ming_utils.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/ming_utils.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- testsuite/misc-ming.all/ming_utils.c        29 Sep 2007 16:09:39 -0000      
1.29
+++ testsuite/misc-ming.all/ming_utils.c        1 Oct 2007 06:33:54 -0000       
1.30
@@ -230,6 +230,8 @@
                " var obt = this.testcount(); "
                " if ( exp != undefined && obt != exp ) { "
                "   this.xfail('Tests run '+obt+' (expected '+exp+') 
['+msg+']'); "
+               " } else {"
+               "   this.xpass('Tests run: '+obt+' ['+msg+']'); "
                " }"
                " this.printtotals();"
                "};\n"




reply via email to

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