diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:03 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:03 +0100 |
commit | b04d9bd0161790528f3fbd752b89cd1e1ed52770 (patch) | |
tree | 63577d63571a0b8ec597b805ceaf6d095556844a | |
parent | 9f410a2cef3a5aa3366ffeca2e8e98d7a1704aca (diff) |
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
-rwxr-xr-x | configmgr/prj/build.lst | 3 | ||||
-rwxr-xr-x | linguistic/prj/build.lst | 3 | ||||
-rwxr-xr-x | ucb/prj/build.lst | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst index 6043290f0914..2662ea94e71a 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 107a42fcedab..515a201ed6dc 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 7e9d2d4046ce..500e359cb5c6 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 |