[Libreoffice-commits] .: configmgr/prj linguistic/prj ucb/prj

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Sat Mar 26 09:10:20 PDT 2011


 configmgr/prj/build.lst  |    3 ++-
 linguistic/prj/build.lst |    3 ++-
 ucb/prj/build.lst        |    5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit cec3292076365336d9810b4ae2951070cf753f2a
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Sat Mar 26 17:07:03 2011 +0100

    fd#35693: disable hangin subsequenttests (complex and unoapi tests)
    
     - chart2/qa/unoapi
     - configmgr/qa/unoapi
     - dbaccess/qa/unoapi
     - forms/qa/complex/forms
     - linguistic/qa/unoapi
     - qadevOOo/qa/unoapi
     - sd/qa/unoapi
     - starmath/qa/unoapi
     - ucb/qa/complex/ucb
     - ucb/qa/unoapi
     - unotools/qa/complex/tempfile

diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst
index 6043290..2662ea9 100755
--- a/configmgr/prj/build.lst
+++ b/configmgr/prj/build.lst
@@ -1,4 +1,5 @@
 cg configmgr : BOOST:boost LIBXSLT:libxslt comphelper cppu cppuhelper offuh sal salhelper stlport xmlreader NULL
 cg configmgr\inc nmake - all cg_inc NULL
 cg configmgr\source nmake - all cg_source cg_inc NULL
-cg configmgr\qa\unoapi nmake - all cg_qa_unoapi NULL
+# fd#35693 disabled because it hangs on exit
+#cg configmgr\qa\unoapi nmake - all cg_qa_unoapi NULL
diff --git a/linguistic/prj/build.lst b/linguistic/prj/build.lst
index 107a42f..515a201 100755
--- a/linguistic/prj/build.lst
+++ b/linguistic/prj/build.lst
@@ -4,7 +4,8 @@ lg	linguistic\prj							get		-	all	lg_prj NULL
 lg	linguistic\inc							nmake	-	all	lg_inc NULL
 lg	linguistic\source						nmake	-	all	lg_src lg_inc NULL
 
-lg linguistic\qa\unoapi nmake - all lg_qa_unoapi NULL
+# fd#35693 disabled because it hangs on exit
+#lg linguistic\qa\unoapi nmake - all lg_qa_unoapi NULL
 
 # could be we need a Japanese office version
 # lg linguistic\qa\complex\linguistic nmake - all lg_qa_complex NULL
diff --git a/ucb/prj/build.lst b/ucb/prj/build.lst
index 7e9d2d4..500e359 100755
--- a/ucb/prj/build.lst
+++ b/ucb/prj/build.lst
@@ -15,8 +15,9 @@ uc	ucb\source\ucp\package		nmake	-	all	uc_package uc_inc NULL
 uc	ucb\source\ucp\tdoc			nmake	-	all	uc_tdoc uc_inc NULL
 uc	ucb\source\ucp\expand		nmake	-	all	uc_expand uc_inc NULL
 uc	ucb\source\ucp\ext		    nmake	-	all	uc_ext uc_inc NULL
-uc ucb\qa\unoapi nmake - all uc_qa_unoapi NULL
 uc	ucb\source\ucp\odma			nmake	-	w	uc_odma uc_inc NULL
-uc      ucb\qa\complex\ucb              nmake   -       all     uc_complex_ucb uc_inc NULL
+# fd#35693 disabled because they hang on exit
+#uc      ucb\qa\complex\ucb              nmake   -       all     uc_complex_ucb uc_inc NULL
+#uc ucb\qa\unoapi nmake - all uc_qa_unoapi NULL
 # fails, please fix
 # uc      ucb\qa\complex\tdoc             nmake   -       all     uc_complex_tdoc uc_complex_tdoc_interfaces uc_inc NULL


More information about the Libreoffice-commits mailing list