gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11693: Add consistency checks


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11693: Add consistency checks
Date: Mon, 14 Dec 2009 19:05:37 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11693
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2009-12-14 19:05:37 +0100
message:
  Add consistency checks
modified:
  testsuite/misc-ming.all/Makefile.am
  testsuite/misc-ming.all/attachExtImported.as
  testsuite/misc-ming.all/attachImported.as
=== modified file 'testsuite/misc-ming.all/Makefile.am'
--- a/testsuite/misc-ming.all/Makefile.am       2009-12-12 11:13:08 +0000
+++ b/testsuite/misc-ming.all/Makefile.am       2009-12-14 18:05:37 +0000
@@ -1246,7 +1246,7 @@
 attachImported.swf: Dejagnu.swf $(srcdir)/attachImported.as attachMovieTest.swf
        $(MAKESWF) -DOUTPUT_VERSION=6 -v6 -i attachMovieTest.swf:redsquare -o 
$@ Dejagnu.swf $(srcdir)/attachImported.as
 attachImported-Runner: $(srcdir)/../generic-testrunner.sh attachImported.swf 
Makefile
-       sh $< -r5 $(top_builddir) attachImported.swf > $@
+       sh $< -r5 -c "END_OF_TEST" $(top_builddir) attachImported.swf > $@
        chmod 755 $@
 
 # This will only work with Ming-0.4.0beta2
@@ -1254,7 +1254,7 @@
 attachExtImported.swf: Dejagnu.swf $(srcdir)/attachExtImported.as 
attachImported.swf attachMovieTest.swf
        $(MAKESWF) -DOUTPUT_VERSION=6 -v6 -i attachImported.swf:redsquare -o $@ 
Dejagnu.swf $(srcdir)/attachExtImported.as
 attachExtImported-Runner: $(srcdir)/../generic-testrunner.sh 
attachExtImported.swf Makefile
-       sh $< -r5 $(top_builddir) attachExtImported.swf > $@
+       sh $< -r5 -c "END_OF_TEST" $(top_builddir) attachExtImported.swf > $@
        chmod 755 $@
 
 simple_loop_test_SOURCES =     \

=== modified file 'testsuite/misc-ming.all/attachExtImported.as'
--- a/testsuite/misc-ming.all/attachExtImported.as      2009-12-12 11:13:08 
+0000
+++ b/testsuite/misc-ming.all/attachExtImported.as      2009-12-14 18:05:37 
+0000
@@ -1,3 +1,5 @@
 attachMovie('redsquare', 'rq', 1);
 check_equals(rq._width, 60.1);
 stop();
+
+note("END_OF_TEST");

=== modified file 'testsuite/misc-ming.all/attachImported.as'
--- a/testsuite/misc-ming.all/attachImported.as 2009-12-12 11:04:44 +0000
+++ b/testsuite/misc-ming.all/attachImported.as 2009-12-14 18:05:37 +0000
@@ -1,3 +1,5 @@
 attachMovie('redsquare', 'rq', 1);
 check_equals(rq._width, 60.1);
 stop();
+
+note("END_OF_TEST");


reply via email to

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