summaryrefslogtreecommitdiff
path: root/smoketestoo_native
AgeCommit message (Collapse)Author
2011-12-09install-gdb-printers for --disable-linkooStephan Bergmann
2011-12-02split smoketest module to fix buildPetr Mladek
+ 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 Holesovsky
2011-12-01create installation set for testsPetr Mladek
+ 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 Holesovsky
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* 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 Bergmann
2011-11-04binfilter test needs to have SOLARSRC set to find sample docsCaolán McNamara
2011-11-01fix smoketest linkageBjoern Michaelsen
2011-10-21fixed typoTakeshi Abe
2011-10-20Introduced --disable-linkoo.Stephan Bergmann
2011-10-19losmoketest.py: allow to use the long --headless option; not only -sPetr Mladek
2011-10-18losmoketest.py: fix to work with LO-3.5 daily build and improvedPetr Mladek
+ 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. Wiedemann
2011-10-17allow to execute losmoketest.py directlyPetr Mladek
add exectuable rights; add #!/usr/bin/env python
2011-09-28adapt make dev-install to unotest changesMarkus Mohrhard
2011-09-26One step closer to a functional 'make dev-install' with MinGW.Jan Holesovsky
2011-09-26In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann
result.condition.
2011-09-24add a 30 second timeout to failure if we get no response in this timeMichael Meeks
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann
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 Bergmann
2011-09-14Folded smoketestdoc back into smoketestoo_native; no need to have it separated.Stephan Bergmann
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann
2011-08-19remove extracting dirs before testingYifan J
2011-08-11initial upload losmoketestYifan J
2011-05-23use links in smoketest install tooBjoern Michaelsen
2011-04-05remove ADAPT_EXT_STLCaolán McNamara
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
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 McNamara
2011-03-21get .sdw suffixes etc backCaolán McNamara
2011-03-21fix smoketest options dialog post-mergeCaolán McNamara
2011-03-16CWS-TOOLING: integrate CWS debuglevelsobo
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
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]
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb
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]
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]
slightly better idea of the failure than what cppunit emits by default)
2011-02-13debuglevels: bin, not binPROEXTFrank Schoenheit [fs]
2011-02-11debuglevels: outsourced creation of the smoketest doc into an own module, so ↵Frank Schoenheit [fs]
it can be used outside smoketesoo_native, too
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-08debuglevels: removed the dead code and UI for binary file formats - no tests ↵Frank Schoenheit [fs]
existed for this
2011-02-08debuglevels: make dialog somewhat more usableFrank Schoenheit [fs]
2011-02-08debuglevels: also log errors during the test's glue code (well, assertions, ↵Frank Schoenheit [fs]
at least)
2011-02-08debuglevels: make the current test case a global variable, so the ↵Frank Schoenheit [fs]
AssertionHandler can use it
2011-02-08debuglevels: capture assertions during the test run, let the test fail in ↵Frank Schoenheit [fs]
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]