gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10992: Reverted DejaGnu.hx (could n


From: Bob Naugle
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10992: Reverted DejaGnu.hx (could not use trace in gnash)
Date: Wed, 03 Jun 2009 13:50:26 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10992
committer: Bob Naugle <address@hidden>
branch nick: trunk
timestamp: Wed 2009-06-03 13:50:26 -0600
message:
  Reverted DejaGnu.hx (could not use trace in gnash)
modified:
  testsuite/as3/classes.all/DejaGnu.hx
=== modified file 'testsuite/as3/classes.all/DejaGnu.hx'
--- a/testsuite/as3/classes.all/DejaGnu.hx      2009-06-03 19:09:37 +0000
+++ b/testsuite/as3/classes.all/DejaGnu.hx      2009-06-03 19:50:26 +0000
@@ -134,39 +134,38 @@
     
     static function xtrace(msg) {
         tf.text += msg + "\n";
-#if flash9
+//#if flash9
         flash.Lib.trace(msg);
-#else  
-               untyped flash.Boot.__trace(msg,position);
-#end
+//#else        
+//             untyped flash.Boot.__trace(msg,position);
+//#end
     }
 
     static function untested(msg) {
-#if flash9
+//#if flash9
         flash.Lib.trace("UNTESTED: "+msg);
-#else  
-               untyped flash.Boot.__trace("UNTESTED: "+msg,position);
-#end
+//#else        
+//             untyped flash.Boot.__trace("UNTESTED: "+msg,position);
+//#end
     }
 
     static function unresolved(msg) {
-        flash.Lib.trace("UNRESOLVED: "+msg);
-#if flash9
-        flash.Lib.trace("UNRESOLVED: "+msg);
-#else  
-               untyped flash.Boot.__trace("UNRESOLVED: "+msg,position);
-#end
+//#if flash9
+        flash.Lib.trace("UNRESOLVED: "+msg);
+//#else        
+//             untyped flash.Boot.__trace("UNRESOLVED: "+msg,position);
+//#end
     }
     
     static public function done() {
         printtotals();
-#if flash9
+//#if flash9
         flash.Lib.trace("__END_OF_TEST__");
-#else  
-               untyped flash.Boot.__trace("__END_OF_TEST__",position);
+//#else        
+//             untyped flash.Boot.__trace("__END_OF_TEST__",position);
                //untyped 
flash.Boot.__trace(""+flash.Lib._root._width,position);
                //flash.Lib.current._width = 800;
-#end
+//#end
        
        //loadMovie('fscommand:quit', _root);
     }


reply via email to

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