To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112616





------- Additional comments from r...@openoffice.org Wed Jun 23 07:27:36 +0000 
2010 -------
I think we shoudl do it more early. The current thing is a PITA.

I need to disable the DB tests on armel for example (due Base being broken -
yes, I disable Base there too no fear). What do I need to do?:

ifeq "$(ARCH)" "armel"
        TMP=`mktemp -q -d`; \
        mkdir -p $$TMP && \
        cd $$TMP && unzip
$(CURDIR)/$(SOURCE_TREE)/smoketestoo_native/data/smoketestdoc.sxw && \
                cp
$(CURDIR)/$(SOURCE_TREE)/smoketestoo_native/data/smoketestdoc.sxw \
                       
$(CURDIR)/$(SOURCE_TREE)/smoketestoo_native/data/smoketestdoc.sxw.orig && \
                patch -p0 <
$(CURDIR)/debian/smoketest/patches/smoketest-disable-db-insert-delete-seek-tests.diff
&& \
        zip -r $(CURDIR)/$(SOURCE_TREE)/smoketestoo_native/data/smoketestdoc.sxw
Basic/Standard/Test_DB.xml
endif
        cd $(SOURCE_TREE)/smoketestoo_native && \
                . $(CURDIR)/$(SOURCE_TREE)/*Env*.sh; \
                export PATH=$(BUILD_PATH); \
                export TMPDIR=$(CURDIR)/debian/smoketest; \
                export JAVA_HOME=$(TEST_JAVA_HOME); \
                SAL_USE_VCLPLUGIN="svp" ../solenv/bin/build.pl
        # doesn't get cleaned up...
        rmdir $(CURDIR)/debian/smoketest/ooopackaging
ifeq "$(ARCH)" "armel"
        mv $(SOURCE_TREE)/smoketestoo_native/data/smoketestdoc.sxw.orig \
                $(SOURCE_TREE)/smoketestoo_native/data/smoketestdoc.sxw
endif

This is a serious pain in the ass and a regression to 3.2.1 where you could just
apply a patch to Test_DB.xba (also needing pre and post-proccessing
but no zip handling and easily revertable with patch. Right now, if the
smoketest fails you have a "unclean" smoketestdoc there unless you start a clean
build with fresh extraction...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to