Difference between revisions of "Test Cleanup"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Test Cleanup Project)
Line 2: Line 2:
  
 
See the [http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=26189 mission statement mail].
 
See the [http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=26189 mission statement mail].
 +
 +
Working on {{CWS|sb118}}.
  
 
== CppUnit 1.12.1 ==
 
== CppUnit 1.12.1 ==

Revision as of 13:15, 15 January 2010

Test Cleanup Project

See the mission statement mail.

Working on CWS sb118  .

CppUnit 1.12.1

  • Replace existing cppunit and testshl2 combo with latest CppUnit 1.12.1.
  • TODO: Upstream PATCH_FILES (windows.patch?!?).
  • TODO: RPATH in generated libraries and executables.
  • TODO: Improve CPPUNIT_PLUGIN_EXPORT and get rid of version maps (GCC exception problems?).
  • TODO: OOo configure --with-system-cppunit (only if also --with-system-stl!); minimal required version?
  • TODO: cppunit/makefile.mk MY_LIBS = -lm Solaris hack.
  • TODO: In general OOo build environment, no longer set CFLAGS etc. as environment variables; have package-specific OOO_package_CFLAGS etc. and combine those into CFLAGS etc. where necessary (see OOO_STLPORT_CXXFLAGS etc. in cppunit/makefile.mk).
  • TODO: Why use cppunittester instead of DllPlugInTester? (Remove building/delivering DllPlugInTester.)

testshl2

Unit Tests

  • OOO_SUBSEQUENT_TESTS (build.lst lists local dependencies of those directories, so that modifying a module and then calling “OOO_SUBSEQUENT_TESTS=x build” rebuilds the module and executes the tests).
  • TODO: If Build Environment 2.0 would build directly to solver (instead of local output tree/deliver), that would simplify tests that currently need to take care to test local libraries instead of solver ones (see, for example, OOO_TEST_PREFIX in the services.rdb of stoc/test/uriproc/makefile.mk).
  • TODO: Constructs like “-env:UNO_=$(my_file)” would fail for problematic characters (spaces!) in paths.

Smoke Test

  • Redesign smoketestoo_native to use CppUnit and pre-installed OOo.
  • TODO: For smoketestoo_native/makefile.mk-env:arg-env=$(OOO_LIBRARY_PATH_VAR)"$${{$(OOO_LIBRARY_PATH_VAR)+=$$$(OOO_LIBRARY_PATH_VAR)}}"” mechanism: osl_executeProcess ustrEnvironments members without “=”: all platforms; documentation; documentation of osl_executeProcess_WithRedicrectedIO.
  • TODO: Dynamically create smoketestdoc.sxw?

Pre-Installed OOo

  • TODO: For Sun Hamburg Release Engineering, take MWS archive installation sets from “S:” instead of solver.
  • TODO: PKGFORMAT=installed instead of archive?
Personal tools