Re: Re: integration of renaissance2 in m81 broke smoketestoo_native (without X)

Stephan Bergmann <[email protected]> Thu, 17 Jun 2010 15:37:56 +0200
Newsgroups gmane.comp.openoffice.devel.tools
Message-ID <[email protected]>
On 06/14/10 14:19, Christian Lohmaier wrote:
> forgot the error-message (not very telling though)
> wrt the assertion: Why is "nothing" not equals "nothing"?

Thats "TODO: Make STLport num_put symbols available on platforms other 
than Linux (see solenv/bin/addsym.awk), too, so that 
CPPUNIT_ASSERT_EQUAL actually outputs numeric values." from 
<http://wiki.services.openoffice.org/wiki/Test_Cleanup#CppUnit_1.12.1>. 
  If certain STLport symbols are not global (which they are not in 
certain situations, even on Linux with that addsym.awk fix) then 
outputting numeric values with >> outputs nothing.  (And the failing 
assertion wants to test that the soffice exit code is zero, which it is 
not when soffice is killed by a SEGV.)

-Stephan