gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-swfmill.all/jump...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-swfmill.all/jump...
Date: Fri, 05 Oct 2007 09:52:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/05 09:52:16

Modified files:
        .              : ChangeLog 
        testsuite/misc-swfmill.all: jump_after_end.xml 

Log message:
                * testsuite/misc-swfmill.all/jump_after_end.xml:
                  Fixed the XML to *really* do what I intended it to
                  do. Still not self-contained though.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4534&r2=1.4535
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfmill.all/jump_after_end.xml?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4534
retrieving revision 1.4535
diff -u -b -r1.4534 -r1.4535
--- ChangeLog   5 Oct 2007 08:24:59 -0000       1.4534
+++ ChangeLog   5 Oct 2007 09:52:16 -0000       1.4535
@@ -1,5 +1,11 @@
 2007-10-05 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-swfmill.all/jump_after_end.xml:
+         Fixed the XML to *really* do what I intended it to
+         do. Still not self-contained though.
+
+2007-10-05 Sandro Santilli <address@hidden>
+
        * testsuite/misc-swfmill.all/: Makefile.am, jump_after_end.xml:
          Test that it is completely fine to jump past the END opcode
          in an action buffer (thanks Chad). Note that the tests in

Index: testsuite/misc-swfmill.all/jump_after_end.xml
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfmill.all/jump_after_end.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- testsuite/misc-swfmill.all/jump_after_end.xml       5 Oct 2007 08:24:59 
-0000       1.1
+++ testsuite/misc-swfmill.all/jump_after_end.xml       5 Oct 2007 09:52:16 
-0000       1.2
@@ -25,31 +25,25 @@
       </SetBackgroundColor>
       <DoAction>
         <actions>
-          <Dictionary>
-            <strings>
-              <String value="jump target"/>
-            </strings>
-          </Dictionary>
           <PushData>
             <items>
               <StackInteger value="1"/>
             </items>
           </PushData>
-          <LogicalNOT/>
-          <BranchIfTrue byteOffset="7"/>
-          <PushData>
-            <items>
-              <StackDictionaryLookup index="0"/>
-            </items>
-          </PushData>
           <Trace/>
+
+         <!-- Now jump to after the END action -->
+          <BranchAlways byteOffset="1"/>
+
           <EndAction/>
+
           <PushData>
             <items>
-              <StackInteger value="2"/>
+              <StackString value="jump after end"/>
             </items>
           </PushData>
           <Trace/>
+
           <EndAction/>
         </actions>
       </DoAction>




reply via email to

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