Difference between revisions of "Test Cleanup"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Smoke Test)
(Test Cleanup Project)
Line 40: Line 40:
 
* For Sun Hamburg Release Engineering, take MWS archive installation sets from &ldquo;S:&rdquo; instead of solver: [http://hg.services.openoffice.org/cws/sb118/rev/d5dbea724063 &ldquo;take installation set from <code>SHIPDRIVE</code> if appropriate&rdquo;].
 
* For Sun Hamburg Release Engineering, take MWS archive installation sets from &ldquo;S:&rdquo; instead of solver: [http://hg.services.openoffice.org/cws/sb118/rev/d5dbea724063 &ldquo;take installation set from <code>SHIPDRIVE</code> if appropriate&rdquo;].
 
* '''TODO:''' <code>PKGFORMAT=installed</code> instead of <code>archive</code>?
 
* '''TODO:''' <code>PKGFORMAT=installed</code> instead of <code>archive</code>?
 +
 +
== <code>unoapi</code> Tests ==
 +
 +
* Known issues: {{issue|109517}}, {{issue|109518}}.
  
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 14:34, 22 February 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.)
  • TODO: Make CppUnit::assertion_traits<rtl::OUString> from smoketestoo_native/smoketest.cxx generally available.

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

Pre-Installed OOo

unoapi Tests

Personal tools