[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] [bug #32602] FAIL: run_swfdec_testsuite_r:
From:       Sandro Santilli <INVALID.NOREPLY () gnu ! org>
Date:       2011-07-30 15:14:05
Message-ID: 20110730-171405.sv27281.63672 () savannah ! gnu ! org
[Download RAW message or body]

Follow-up Comment #2, bug #32602 (project gnash):

What's time-related about that test ? I can't tell from sourcecode:

  movie = newSWFMovie();
  SWFMovie_setRate (movie, 1);
  SWFMovie_setDimension (movie, 200, 150);

  clip = newSWFMovieClip ();
  SWFMovie_addExport (movie, (SWFBlock) clip, "export");
  item = SWFMovie_add (movie, (SWFBlock) clip);
  SWFDisplayItem_setName (item, "m");
  SWFMovie_add (movie, (SWFBlock) compileSWFActionCode (""
      "trace ("Check that registerClass does not influence previously created
instances");"
      "fun = function () {"
      "  trace (this + ": Constructor");"
      "};"
      "fun.prototype = new Object ();"
      "fun.prototype.foo = function () {"
      "  trace ("foo called on " + this);"
      "};"
      "Object.registerClass ("export", fun);"
      "m.foo ();"
      ""));
  SWFMovie_nextFrame (movie);

  item = SWFMovie_add (movie, (SWFBlock) clip);
  SWFDisplayItem_setName (item, "m2");
  SWFMovie_add (movie, (SWFBlock) compileSWFActionCode (""
      "m.foo ();"
      "m2.foo ();"
      "stop ();"
      ""));

  SWFMovie_save (movie, "registerclass-previous.swf");


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32602>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic