summaryrefslogtreecommitdiff
path: root/smoketestoo_native
AgeCommit message (Collapse)AuthorFilesLines
2011-12-02split smoketest module to fix buildPetr Mladek29-3927/+5
+ move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make
2011-12-02Fix build on Windows.Jan Holesovsky1-0/+2
2011-12-01create installation set for testsPetr Mladek4-2/+68
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-11-28Don't run smoketest when cross-compiling.Jan Holesovsky1-0/+3
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-1/+1
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-11-17Fixed dmake depend=x.Stephan Bergmann2-0/+4
2011-11-04binfilter test needs to have SOLARSRC set to find sample docsCaolán McNamara1-1/+4
2011-11-01fix smoketest linkageBjoern Michaelsen1-1/+1
2011-10-21fixed typoTakeshi Abe1-1/+1
2011-10-20Introduced --disable-linkoo.Stephan Bergmann1-1/+6
2011-10-19losmoketest.py: allow to use the long --headless option; not only -sPetr Mladek1-1/+3
2011-10-18losmoketest.py: fix to work with LO-3.5 daily build and improvedPetr Mladek1-51/+121
+ use the version 3.5 instead of 3.4 + use /opt/lo-dev instead of /opt/libreoffice3.4 + new options: + -d/--download just download the last build + -s/--headless use the headless mode when running the smoke test + -l/--loop do download/install/smoketest in a loop; do it jsut once by default + uninstall the old version when -i/--install option is used + mention PASSED/FAILED in the test log + restore compat symlinks to prebuilt binaries when they do not exits + complain when build.cfg is missing
2011-10-17losmoketest.py: add pattern to download x86_64 rpms from masterBernhard M. Wiedemann1-1/+1
2011-10-17allow to execute losmoketest.py directlyPetr Mladek1-0/+1
add exectuable rights; add #!/usr/bin/env python
2011-09-28adapt make dev-install to unotest changesMarkus Mohrhard1-4/+4
2011-09-26One step closer to a functional 'make dev-install' with MinGW.Jan Holesovsky1-1/+1
2011-09-26In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann1-3/+11
result.condition.
2011-09-24add a 30 second timeout to failure if we get no response in this timeMichael Meeks1-1/+3
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-1/+0
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
2011-09-15Added more detailed information to smoketest failure result string.Stephan Bergmann1-1/+9
2011-09-14Folded smoketestdoc back into smoketestoo_native; no need to have it separated.Stephan Bergmann24-4/+2775
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann1-1/+5
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann3-41/+4
2011-08-19remove extracting dirs before testingYifan J1-0/+2
2011-08-11initial upload losmoketestYifan J2-0/+757
2011-05-23use links in smoketest install tooBjoern Michaelsen1-1/+1
2011-04-05remove ADAPT_EXT_STLCaolán McNamara1-7/+0
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito1-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky25-2560/+11
Conflicts: smoketestdoc/com/sun/star/comp/smoketest/makefile.mk smoketestdoc/data/Global.xml smoketestdoc/data/OptionsDlg.xml smoketestdoc/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/makefile.mk
2011-03-21make smoketest work againCaolán McNamara1-1/+1
2011-03-21get .sdw suffixes etc backCaolán McNamara1-2/+20
2011-03-21fix smoketest options dialog post-mergeCaolán McNamara1-2/+3
2011-03-16CWS-TOOLING: integrate CWS debuglevelsobo25-2524/+16
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks7-275/+42
Conflicts: smoketestoo_native/data/Global.xml smoketestoo_native/data/OptionsDlg.xml smoketestoo_native/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/smoketest.cxx test/source/cpp/getargument.cxx test/source/cpp/officeconnection.cxx testautomation/framework/optional/includes/basic_vba-compat_security_check.inc testautomation/framework/optional/includes/filedlg_cjk_folders.inc testautomation/global/sid/all.sid testautomation/global/sid/bars.sid testautomation/global/sid/e_all.sid testautomation/global/win/bars.win testautomation/graphics/optional/includes/impress/i_slideshow2.inc testautomation/graphics/optional/includes/impress/i_slideshow3.inc testtools/source/bridgetest/bridgetest.cxx testtools/source/bridgetest/constructors.cxx testtools/source/bridgetest/makefile.mk testtools/source/bridgetest/testComponent.component
2011-03-03debuglevels: open the smoketest doc read-onlyFrank Schoenheit [fs]1-1/+6
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb1-34/+5
unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions
2011-02-21debuglevels: let smoketestoo_native use a dedicated version of ↵Frank Schoenheit [fs]1-0/+2
dbgsvrc/DBGSV_INIT, instead of using the default which the build env points to - it might direct assertion output to whereever ...
2011-02-16debuglevels: explicit failure upon catching an UNO exception (which gives a ↵Frank Schoenheit [fs]1-5/+34
slightly better idea of the failure than what cppunit emits by default)
2011-02-13debuglevels: bin, not binPROEXTFrank Schoenheit [fs]1-6/+6
2011-02-11debuglevels: outsourced creation of the smoketest doc into an own module, so ↵Frank Schoenheit [fs]27-2625/+3
it can be used outside smoketesoo_native, too
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-7/+0
2011-02-09Removing the ext_std masterpieceFridrich Štrba1-2/+2
2011-02-08debuglevels: removed the dead code and UI for binary file formats - no tests ↵Frank Schoenheit [fs]2-95/+43
existed for this
2011-02-08debuglevels: make dialog somewhat more usableFrank Schoenheit [fs]1-20/+23
2011-02-08debuglevels: also log errors during the test's glue code (well, assertions, ↵Frank Schoenheit [fs]4-261/+339
at least)
2011-02-08debuglevels: make the current test case a global variable, so the ↵Frank Schoenheit [fs]4-85/+82
AssertionHandler can use it
2011-02-08debuglevels: capture assertions during the test run, let the test fail in ↵Frank Schoenheit [fs]4-122/+111
case we encounter an assertion. Still missing: Refactor the tests so that the currently running test case ("open doc", "save doc", etc.) is known in the assertion handler, so we can mark the proper test case as "failed". Currently, the "new doc" case is marked, which is wrong.
2011-02-08debuglevels: some cleanup of the smoketest code, in preparation of #i116845#Frank Schoenheit [fs]4-116/+208
2011-02-01Clean up makefilesThomas Arnhold1-1/+0