diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:04 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-26 17:07:04 +0100 |
commit | 0c729a661bbde0bae1c0a38cb20b81b25ceb3c0e (patch) | |
tree | 972e4face1e3aee86ba4115cc34b8cc4216b6fee /starmath | |
parent | b5f643f087037489d9db8ac757d4f821d7652a58 (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
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/prj/build.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/prj/build.lst b/starmath/prj/build.lst index 9339473c5c..40ca2824e1 100644 --- a/starmath/prj/build.lst +++ b/starmath/prj/build.lst @@ -6,5 +6,6 @@ sm starmath\res get - all sm_res NULL sm starmath\sdi nmake - all sm_sdi NULL sm starmath\source nmake - all sm_sorce sm_sdi sm_inc NULL sm starmath\util nmake - all sm_util sm_sorce NULL -sm starmath\qa\unoapi nmake - all sm_qa_unoapi NULL +# fd#35693 disabled because it hangs on exit +#sm starmath\qa\unoapi nmake - all sm_qa_unoapi NULL sm starmath\qa\cppunit nmake - u sm_qa_cppunit sm_util NULL |