gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 28acb70eb8416b7aaa16


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 28acb70eb8416b7aaa1692f97153975ab6fd58de
Date: Mon, 25 Oct 2010 15:44:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  28acb70eb8416b7aaa1692f97153975ab6fd58de (commit)
       via  0d96b7ccc4395d61d8cd065e633b76f629cfaba9 (commit)
      from  77277ba6210114711748214c98493a4a9c5c1dd0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=28acb70eb8416b7aaa1692f97153975ab6fd58de


commit 28acb70eb8416b7aaa1692f97153975ab6fd58de
Merge: 0d96b7c 77277ba
Author: Sandro Santilli <address@hidden>
Date:   Mon Oct 25 17:44:18 2010 +0200

    Merge branch 'master' of ssh://address@hidden/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=0d96b7ccc4395d61d8cd065e633b76f629cfaba9


commit 0d96b7ccc4395d61d8cd065e633b76f629cfaba9
Author: Sandro Santilli <address@hidden>
Date:   Mon Oct 25 17:43:07 2010 +0200

    Move "loop" related tests in their own dir. This is just to break the 
ice... ideally we'd have more thematic subdirs in the future (it's easier to 
tell what's going wrong, if all tests are being run, to run only a subset of 
tests, to maintain the build scripts etc..)

diff --git a/configure.ac b/configure.ac
index d5421f0..d792602 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2851,6 +2851,7 @@ testsuite/actionscript.all/Makefile
 testsuite/samples/Makefile
 testsuite/swfdec/Makefile
 testsuite/misc-ming.all/Makefile
+testsuite/misc-ming.all/loop/Makefile
 testsuite/misc-mtasc.all/Makefile
 testsuite/misc-haxe.all/Makefile
 testsuite/misc-haxe.all/classes.all/Makefile
diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index f6a972d..b4bca98 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -28,6 +28,8 @@ CLEANFILES =  \
        testrun.sum \
        testrun.log
 
+SUBDIRS = loop 
+
 EXTRA_DIST = \
        empty.as \
        VarAndCharClashTest.as \
@@ -109,18 +111,6 @@ check_PROGRAMS = \
        timeline_var_test \
        root_stop_test \
        root_stop_testrunner \
-       loop_test \
-       loop_test2 \
-       loop_test2runner \
-       loop_test3 \
-       loop_test4 \
-       loop_test5 \
-       loop_test6 \
-       loop_test7 \
-       loop_test8 \
-       loop_test9 \
-       loop_test10 \
-       loop_test-Runner \
        place_object_test \
        place_object_test2 \
        move_object_test \
@@ -152,8 +142,6 @@ check_PROGRAMS = \
        consecutive_goto_frame_test \
        matrix_test \
        multi_doactions_and_goto_frame_test \
-       simple_loop_test \
-       simple_loop_testrunner \
        action_execution_order_test \
        action_execution_order_extend_test \
        action_execution_order_test1 \
@@ -323,15 +311,7 @@ check_SCRIPTS = \
        static_vs_dynamic1_testrunner \
        static_vs_dynamic2_testrunner \
        getTimer_testrunner \
-       loop_test3runner \
-       loop_test4runner \
-       loop_test5runner \
-       loop_test6runner \
-       loop_test7runner \
-       loop_test8runner \
-       loop_test9runner \
        DepthLimitsTestrunner \
-       loop_test10runner \
        shape_testrunner \
        LoadVarsTestRunner \
        DefineEditTextVariableNameTest-Runner \
@@ -657,130 +637,6 @@ root_stop_testrunner_DEPENDENCIES = \
        root_stop_test.swf      \
        $(NULL)
 
-loop_test_SOURCES = loop_test.c        
-loop_test_LDADD = libgnashmingutils.la
-
-loop_test.swf: loop_test
-       ./loop_test $(abs_mediadir)
-
-loop_test_Runner_SOURCES = loop_test-Runner.cpp 
-loop_test_Runner_LDADD = \
-       $(top_builddir)/testsuite/libtestsuite.la \
-       $(AM_LDFLAGS) \
-       $(NULL)
-
-loop_test_Runner_CXXFLAGS = \
-       -DSRCDIR='"$(srcdir)"' \
-       -DTGTDIR='"$(abs_builddir)"' \
-       $(NULL)
-
-loop_test_Runner_DEPENDENCIES = \
-       loop_test.swf \
-       $(top_builddir)/testsuite/libtestsuite.la \
-       $(NULL)
-
-loop_test2_SOURCES = loop_test2.c      
-loop_test2_LDADD = libgnashmingutils.la
-
-loop_test2.swf: loop_test2
-       ./loop_test2 $(abs_mediadir)
-
-loop_test2runner_SOURCES = \
-       loop_test2runner.cpp \
-       $(NULL)
-loop_test2runner_CXXFLAGS = \
-       -DTGTDIR='"$(abs_builddir)"' \
-       $(NULL)
-loop_test2runner_LDADD = \
-       $(top_builddir)/testsuite/libtestsuite.la \
-       $(AM_LDFLAGS) \
-       $(NULL)
-loop_test2runner_DEPENDENCIES = \
-       $(top_builddir)/testsuite/libtestsuite.la \
-       loop_test2.swf      \
-       $(NULL)
-
-loop_test3_SOURCES = loop_test3.c
-loop_test3_LDADD = libgnashmingutils.la
-
-loop_test3.swf: loop_test3
-       ./loop_test3 $(abs_mediadir)
-
-loop_test3runner: $(srcdir)/../generic-testrunner.sh loop_test3.swf
-       sh $< -f20 $(top_builddir) loop_test3.swf > $@
-       chmod 755 $@
-
-loop_test4_SOURCES = loop_test4.c
-loop_test4_LDADD = libgnashmingutils.la
-
-loop_test4.swf: loop_test4
-       ./loop_test4 $(abs_mediadir)
-
-loop_test4runner: $(srcdir)/../generic-testrunner.sh loop_test4.swf
-       sh $< -f20 $(top_builddir) loop_test4.swf > $@
-       chmod 755 $@
-
-loop_test5_SOURCES = loop_test5.c
-loop_test5_LDADD = libgnashmingutils.la
-
-loop_test5.swf: loop_test5
-       ./loop_test5 $(abs_mediadir)
-
-loop_test5runner: $(srcdir)/../generic-testrunner.sh loop_test5.swf
-       sh $< -f20 $(top_builddir) loop_test5.swf > $@
-       chmod 755 $@
-
-loop_test6_SOURCES = loop_test6.c
-loop_test6_LDADD = libgnashmingutils.la
-
-loop_test6.swf: loop_test6
-       ./loop_test6 $(abs_mediadir)
-
-loop_test6runner: $(srcdir)/../generic-testrunner.sh loop_test6.swf
-       sh $< -f20 $(top_builddir) loop_test6.swf > $@
-       chmod 755 $@
-
-loop_test7_SOURCES = loop_test7.c
-loop_test7_LDADD = libgnashmingutils.la
-
-loop_test7.swf: loop_test7
-       ./loop_test7 $(abs_mediadir)
-
-loop_test7runner: $(srcdir)/../generic-testrunner.sh loop_test7.swf
-       sh $< -f20 $(top_builddir) loop_test7.swf > $@
-       chmod 755 $@
-
-loop_test8_SOURCES = loop_test8.c
-loop_test8_LDADD = libgnashmingutils.la
-
-loop_test8.swf: loop_test8
-       ./loop_test8 $(abs_mediadir)
-
-loop_test8runner: $(srcdir)/../generic-testrunner.sh loop_test8.swf
-       sh $< -f20 $(top_builddir) loop_test8.swf > $@
-       chmod 755 $@
-
-loop_test9_SOURCES = loop_test9.c
-loop_test9_LDADD = libgnashmingutils.la
-
-loop_test9.swf: loop_test9
-       ./loop_test9 $(abs_mediadir)
-
-loop_test9runner: $(srcdir)/../generic-testrunner.sh loop_test9.swf Makefile
-       sh $< -r10 -f20 -c "#total tests" $(top_builddir) loop_test9.swf > $@
-       chmod 755 $@
-
-
-loop_test10_SOURCES = loop_test10.c
-loop_test10_LDADD = libgnashmingutils.la
-
-loop_test10.swf: loop_test10
-       ./loop_test10 $(abs_mediadir)
-
-loop_test10runner: $(srcdir)/../generic-testrunner.sh loop_test10.swf Makefile
-       sh $<  -f10 -c "#total tests" $(top_builddir) loop_test10.swf > $@
-       chmod 755 $@
-
 shape_test_SOURCES = shape_test.c
 shape_test_LDADD = libgnashmingutils.la
 
@@ -1342,31 +1198,6 @@ attachExtImported-Runner: 
$(srcdir)/../generic-testrunner.sh attachExtImported.s
        sh $< -r5 -c "END_OF_TEST" $(top_builddir) attachExtImported.swf > $@
        chmod 755 $@
 
-simple_loop_test_SOURCES =     \
-       simple_loop_test.c      \
-       $(NULL)
-simple_loop_test_LDADD = libgnashmingutils.la
-
-simple_loop_test.swf: simple_loop_test
-       ./simple_loop_test $(abs_mediadir)
-
-simple_loop_testrunner_SOURCES = \
-       simple_loop_testrunner.cpp \
-       $(NULL)
-simple_loop_testrunner_LDADD = \
-       $(top_builddir)/testsuite/libtestsuite.la \
-       $(AM_LDFLAGS) \
-       $(NULL)
-simple_loop_testrunner_CXXFLAGS = \
-       -DSRCDIR='"$(srcdir)"' \
-       -DTGTDIR='"$(abs_builddir)"' \
-       $(NULL)
-simple_loop_testrunner_DEPENDENCIES = \
-       simple_loop_test.swf \
-       $(top_builddir)/testsuite/libtestsuite.la \
-       $(NULL)
-
-
 goto_frame_test_SOURCES =      \
        goto_frame_test.c       \
        $(NULL)
@@ -2294,7 +2125,6 @@ TEST_CASES = \
        ResolveEventsTest-Runner \
        timeline_var_test-Runner \
        root_stop_testrunner \
-       loop_test-Runner \
        place_object_testrunner \
        place_object_test2runner \
        move_object_testrunner \
@@ -2309,7 +2139,6 @@ TEST_CASES = \
        registerClassTestRunner \
        action_execution_order_testrunner \
        action_execution_order_extend_testrunner \
-       simple_loop_testrunner \
        loadMovieTestRunner \
        XMLSocketTester \
        LCTestRunner \
@@ -2355,15 +2184,6 @@ TEST_CASES = \
        getTimer_testrunner \
        Video-EmbedSquareTestRunner \
        NetStream-SquareTestRunner \
-       loop_test2runner \
-       loop_test3runner \
-       loop_test4runner \
-       loop_test5runner \
-       loop_test6runner \
-       loop_test7runner \
-       loop_test8runner \
-       loop_test9runner \
-       loop_test10runner \
        shape_testrunner \
        morph_test1runner \
        runtime_vm_stack_testrunner \
diff --git a/testsuite/misc-ming.all/loop/Makefile.am 
b/testsuite/misc-ming.all/loop/Makefile.am
new file mode 100644
index 0000000..e015a49
--- /dev/null
+++ b/testsuite/misc-ming.all/loop/Makefile.am
@@ -0,0 +1,279 @@
+## Process this file with automake to generate Makefile.in
+# 
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 
Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+AUTOMAKE_OPTIONS = dejagnu -Wno-portability
+
+abs_top_builddir=$(shell cd $(top_builddir); pwd)
+abs_builddir=$(shell cd $(top_builddir)/testsuite/misc-ming.all/loop; pwd)
+abs_mediadir = $(shell cd $(srcdir)/../../media; pwd)
+
+CLEANFILES =  \
+       gnash-dbg.log \
+       site.exp.bak \
+       testrun.sum \
+       testrun.log
+
+EXTRA_DIST = \
+       $(NULL)
+
+AM_CPPFLAGS = \
+       -I$(top_srcdir)/libbase \
+       -I$(top_srcdir)/libmedia \
+       -I$(top_srcdir)/libsound \
+       -I$(top_srcdir)/librender \
+       -I$(top_srcdir)/libcore  \
+       -I$(top_srcdir)/libcore/swf  \
+       -I$(top_srcdir)/libcore/parser  \
+       -I$(top_srcdir)/libcore/vm \
+       -I$(top_srcdir)/libcore/asobj \
+       -I$(top_srcdir)/testsuite \
+       -I$(top_srcdir)/testsuite/misc-ming.all \
+       $(MING_CFLAGS) \
+       $(OPENGL_CFLAGS) \
+       $(BOOST_CFLAGS) \
+       -DMING_VERSION_CODE=$(MING_VERSION_CODE) \
+       $(NULL)
+
+AM_LDFLAGS = \
+       $(MING_LIBS) \
+       $(OPENGL_LIBS) \
+       $(GIF_LIBS) \
+       $(top_builddir)/libbase/libgnashbase.la \
+       $(top_builddir)/librender/libgnashrender.la \
+       $(NULL)
+
+if LIBLTDL2
+AM_LDFLAGS  += $(top_builddir)/libltdl/libltdlc.la
+endif
+if LIBLTDL1
+AM_LDFLAGS += $(top_builddir)/libbase/libltdlc.la
+endif
+
+check_PROGRAMS = \
+       loop_test \
+       loop_test2 \
+       loop_test2runner \
+       loop_test3 \
+       loop_test4 \
+       loop_test5 \
+       loop_test6 \
+       loop_test7 \
+       loop_test8 \
+       loop_test9 \
+       loop_test10 \
+       loop_test-Runner \
+       simple_loop_test \
+       simple_loop_testrunner \
+       $(NULL)
+       
+check_SCRIPTS = \
+       loop_test3runner \
+       loop_test4runner \
+       loop_test5runner \
+       loop_test6runner \
+       loop_test7runner \
+       loop_test8runner \
+       loop_test9runner \
+       loop_test10runner \
+       $(NULL)
+       
+loop_test_SOURCES = loop_test.c        
+loop_test_LDADD = ../libgnashmingutils.la
+
+loop_test.swf: loop_test
+       ./loop_test $(abs_mediadir)
+
+loop_test_Runner_SOURCES = loop_test-Runner.cpp 
+loop_test_Runner_LDADD = \
+       $(top_builddir)/testsuite/libtestsuite.la \
+       $(AM_LDFLAGS) \
+       $(NULL)
+
+loop_test_Runner_CXXFLAGS = \
+       -DSRCDIR='"$(srcdir)"' \
+       -DTGTDIR='"$(abs_builddir)"' \
+       $(NULL)
+
+loop_test_Runner_DEPENDENCIES = \
+       loop_test.swf \
+       $(top_builddir)/testsuite/libtestsuite.la \
+       $(NULL)
+
+loop_test2_SOURCES = loop_test2.c      
+loop_test2_LDADD = ../libgnashmingutils.la
+
+loop_test2.swf: loop_test2
+       ./loop_test2 $(abs_mediadir)
+
+loop_test2runner_SOURCES = \
+       loop_test2runner.cpp \
+       $(NULL)
+loop_test2runner_CXXFLAGS = \
+       -DTGTDIR='"$(abs_builddir)"' \
+       $(NULL)
+loop_test2runner_LDADD = \
+       $(top_builddir)/testsuite/libtestsuite.la \
+       $(AM_LDFLAGS) \
+       $(NULL)
+loop_test2runner_DEPENDENCIES = \
+       $(top_builddir)/testsuite/libtestsuite.la \
+       loop_test2.swf      \
+       $(NULL)
+
+loop_test3_SOURCES = loop_test3.c
+loop_test3_LDADD = ../libgnashmingutils.la
+
+loop_test3.swf: loop_test3
+       ./loop_test3 $(abs_mediadir)
+
+loop_test3runner: $(top_srcdir)/testsuite/generic-testrunner.sh loop_test3.swf
+       sh $< -f20 $(top_builddir) loop_test3.swf > $@
+       chmod 755 $@
+
+loop_test4_SOURCES = loop_test4.c
+loop_test4_LDADD = ../libgnashmingutils.la
+
+loop_test4.swf: loop_test4
+       ./loop_test4 $(abs_mediadir)
+
+loop_test4runner: $(top_srcdir)/testsuite/generic-testrunner.sh loop_test4.swf
+       sh $< -f20 $(top_builddir) loop_test4.swf > $@
+       chmod 755 $@
+
+loop_test5_SOURCES = loop_test5.c
+loop_test5_LDADD = ../libgnashmingutils.la
+
+loop_test5.swf: loop_test5
+       ./loop_test5 $(abs_mediadir)
+
+loop_test5runner: $(top_srcdir)/testsuite/generic-testrunner.sh loop_test5.swf
+       sh $< -f20 $(top_builddir) loop_test5.swf > $@
+       chmod 755 $@
+
+loop_test6_SOURCES = loop_test6.c
+loop_test6_LDADD = ../libgnashmingutils.la
+
+loop_test6.swf: loop_test6
+       ./loop_test6 $(abs_mediadir)
+
+loop_test6runner: $(top_srcdir)/testsuite/generic-testrunner.sh loop_test6.swf
+       sh $< -f20 $(top_builddir) loop_test6.swf > $@
+       chmod 755 $@
+
+loop_test7_SOURCES = loop_test7.c
+loop_test7_LDADD = ../libgnashmingutils.la
+
+loop_test7.swf: loop_test7
+       ./loop_test7 $(abs_mediadir)
+
+loop_test7runner: $(top_srcdir)/testsuite/generic-testrunner.sh loop_test7.swf
+       sh $< -f20 $(top_builddir) loop_test7.swf > $@
+       chmod 755 $@
+
+loop_test8_SOURCES = loop_test8.c
+loop_test8_LDADD = ../libgnashmingutils.la
+
+loop_test8.swf: loop_test8
+       ./loop_test8 $(abs_mediadir)
+
+loop_test8runner: $(top_srcdir)/testsuite/generic-testrunner.sh loop_test8.swf
+       sh $< -f20 $(top_builddir) loop_test8.swf > $@
+       chmod 755 $@
+
+loop_test9_SOURCES = loop_test9.c
+loop_test9_LDADD = ../libgnashmingutils.la
+
+loop_test9.swf: loop_test9
+       ./loop_test9 $(abs_mediadir)
+
+loop_test9runner: $(top_srcdir)/testsuite/generic-testrunner.sh loop_test9.swf 
Makefile
+       sh $< -r10 -f20 -c "#total tests" $(top_builddir) loop_test9.swf > $@
+       chmod 755 $@
+
+
+loop_test10_SOURCES = loop_test10.c
+loop_test10_LDADD = ../libgnashmingutils.la
+
+loop_test10.swf: loop_test10
+       ./loop_test10 $(abs_mediadir)
+
+loop_test10runner: $(top_srcdir)/testsuite/generic-testrunner.sh 
loop_test10.swf Makefile
+       sh $<  -f10 -c "#total tests" $(top_builddir) loop_test10.swf > $@
+       chmod 755 $@
+
+simple_loop_test_SOURCES =     \
+       simple_loop_test.c      \
+       $(NULL)
+simple_loop_test_LDADD = ../libgnashmingutils.la
+
+simple_loop_test.swf: simple_loop_test
+       ./simple_loop_test $(abs_mediadir)
+
+simple_loop_testrunner_SOURCES = \
+       simple_loop_testrunner.cpp \
+       $(NULL)
+simple_loop_testrunner_LDADD = \
+       $(top_builddir)/testsuite/libtestsuite.la \
+       $(AM_LDFLAGS) \
+       $(NULL)
+simple_loop_testrunner_CXXFLAGS = \
+       -DSRCDIR='"$(srcdir)"' \
+       -DTGTDIR='"$(abs_builddir)"' \
+       $(NULL)
+simple_loop_testrunner_DEPENDENCIES = \
+       simple_loop_test.swf \
+       $(top_builddir)/testsuite/libtestsuite.la \
+       $(NULL)
+
+
+clean-local: 
+       -rm *.swf *.pp *unner
+
+TEST_DRIVERS = ../../simple.exp
+TEST_CASES = \
+       loop_test-Runner \
+       loop_test2runner \
+       loop_test3runner \
+       loop_test4runner \
+       loop_test5runner \
+       loop_test6runner \
+       loop_test7runner \
+       loop_test8runner \
+       loop_test9runner \
+       loop_test10runner \
+       simple_loop_testrunner \
+       $(NULL)
+
+check-DEJAGNU: site-update $(check_PROGRAMS)
+       @runtest=$(RUNTEST); \
+       if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
+           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../../gnashrc $$runtest 
$(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
+       else \
+         echo "WARNING: could not find \`runtest'" 1>&2; \
+          for i in "$(TEST_CASES)"; do \
+           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../../gnashrc $(SHELL) $$i; \
+         done; \
+       fi
+
+site-update: site.exp
+       @rm -fr site.exp.bak
+       @cp site.exp site.exp.bak
+       @sed -e '/testcases/d' site.exp.bak > site.exp
+       @echo "# This is a list of the pre-compiled testcases" >> site.exp
+       @echo "set testcases \"$(TEST_CASES)\"" >> site.exp
+
diff --git a/testsuite/misc-ming.all/loop_test-Runner.cpp 
b/testsuite/misc-ming.all/loop/loop_test-Runner.cpp
similarity index 100%
rename from testsuite/misc-ming.all/loop_test-Runner.cpp
rename to testsuite/misc-ming.all/loop/loop_test-Runner.cpp
diff --git a/testsuite/misc-ming.all/loop_test.c 
b/testsuite/misc-ming.all/loop/loop_test.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test.c
rename to testsuite/misc-ming.all/loop/loop_test.c
diff --git a/testsuite/misc-ming.all/loop_test10.c 
b/testsuite/misc-ming.all/loop/loop_test10.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test10.c
rename to testsuite/misc-ming.all/loop/loop_test10.c
diff --git a/testsuite/misc-ming.all/loop_test2.c 
b/testsuite/misc-ming.all/loop/loop_test2.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test2.c
rename to testsuite/misc-ming.all/loop/loop_test2.c
diff --git a/testsuite/misc-ming.all/loop_test2runner.cpp 
b/testsuite/misc-ming.all/loop/loop_test2runner.cpp
similarity index 100%
rename from testsuite/misc-ming.all/loop_test2runner.cpp
rename to testsuite/misc-ming.all/loop/loop_test2runner.cpp
diff --git a/testsuite/misc-ming.all/loop_test3.c 
b/testsuite/misc-ming.all/loop/loop_test3.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test3.c
rename to testsuite/misc-ming.all/loop/loop_test3.c
diff --git a/testsuite/misc-ming.all/loop_test4.c 
b/testsuite/misc-ming.all/loop/loop_test4.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test4.c
rename to testsuite/misc-ming.all/loop/loop_test4.c
diff --git a/testsuite/misc-ming.all/loop_test5.c 
b/testsuite/misc-ming.all/loop/loop_test5.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test5.c
rename to testsuite/misc-ming.all/loop/loop_test5.c
diff --git a/testsuite/misc-ming.all/loop_test6.c 
b/testsuite/misc-ming.all/loop/loop_test6.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test6.c
rename to testsuite/misc-ming.all/loop/loop_test6.c
diff --git a/testsuite/misc-ming.all/loop_test7.c 
b/testsuite/misc-ming.all/loop/loop_test7.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test7.c
rename to testsuite/misc-ming.all/loop/loop_test7.c
diff --git a/testsuite/misc-ming.all/loop_test8.c 
b/testsuite/misc-ming.all/loop/loop_test8.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test8.c
rename to testsuite/misc-ming.all/loop/loop_test8.c
diff --git a/testsuite/misc-ming.all/loop_test9.c 
b/testsuite/misc-ming.all/loop/loop_test9.c
similarity index 100%
rename from testsuite/misc-ming.all/loop_test9.c
rename to testsuite/misc-ming.all/loop/loop_test9.c
diff --git a/testsuite/misc-ming.all/simple_loop_test.c 
b/testsuite/misc-ming.all/loop/simple_loop_test.c
similarity index 100%
rename from testsuite/misc-ming.all/simple_loop_test.c
rename to testsuite/misc-ming.all/loop/simple_loop_test.c
diff --git a/testsuite/misc-ming.all/simple_loop_testrunner.cpp 
b/testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp
similarity index 100%
rename from testsuite/misc-ming.all/simple_loop_testrunner.cpp
rename to testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    1 +
 testsuite/misc-ming.all/Makefile.am                |  184 +-------------
 testsuite/misc-ming.all/loop/Makefile.am           |  279 ++++++++++++++++++++
 .../misc-ming.all/{ => loop}/loop_test-Runner.cpp  |    0
 testsuite/misc-ming.all/{ => loop}/loop_test.c     |    0
 testsuite/misc-ming.all/{ => loop}/loop_test10.c   |    0
 testsuite/misc-ming.all/{ => loop}/loop_test2.c    |    0
 .../misc-ming.all/{ => loop}/loop_test2runner.cpp  |    0
 testsuite/misc-ming.all/{ => loop}/loop_test3.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test4.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test5.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test6.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test7.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test8.c    |    0
 testsuite/misc-ming.all/{ => loop}/loop_test9.c    |    0
 .../misc-ming.all/{ => loop}/simple_loop_test.c    |    0
 .../{ => loop}/simple_loop_testrunner.cpp          |    0
 17 files changed, 282 insertions(+), 182 deletions(-)
 create mode 100644 testsuite/misc-ming.all/loop/Makefile.am
 rename testsuite/misc-ming.all/{ => loop}/loop_test-Runner.cpp (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test10.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test2.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test2runner.cpp (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test3.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test4.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test5.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test6.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test7.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test8.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/loop_test9.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/simple_loop_test.c (100%)
 rename testsuite/misc-ming.all/{ => loop}/simple_loop_testrunner.cpp (100%)


hooks/post-receive
-- 
Gnash



reply via email to

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