ScOpenclTest::testFinacialIRRFormula test error
Jakub Kościelak
kuba at openoffice.com.pl
Fri Sep 19 01:51:23 PDT 2014
Hi all,
first sorry for my english.
When I tried to build LO 4.3.2.1 with --enable-dbgutil, error
occurs in test:
sc/qa/unit/opencl-test.cxx(1269) : error : Assertion
Test name: ScOpenclTest::testFinacialIRRFormula
double equality assertion failed
- Expected: 29.3418442391175
- Actual : 523
- Delta : 0.00293418442391175
More output in attachment.
Software: Windows 8.1, MSVS 2012 PRO, cygwin 32bit.
I checked 4.2.6.3 and 4.3.2.2 and there is the same problem.
Is this a bug in test case or in Calc ?
When I comment this test,
all other tests passed and the build is done.
I build with dbgutil, because with this feature more tests are running,
am I right ?
Maybe I can run extended tests without this switch,
because I don't need all this debug stuff ?
Regards,
Jakub Kościelak
-------------- next part --------------
F:/4321/sc/qa/unit/opencl-test.cxx(1269) : error : Assertion
Test name: ScOpenclTest::testFinacialIRRFormula
double equality assertion failed
- Expected: 29.3418442391175
- Actual : 523
- Delta : 0.00293418442391175
Failures !!!
Run: 223 Failure total: 1 Failures: 1 Errors: 0
warn:legacy.osl:10148:5868:unotools/source/config/configmgr.cxx:167: OSL_ASSERT: items_.empty()
Error: a unit test failed, please do one of:
export DEBUGCPPUNIT=TRUE # for exception catching
export CPPUNITTRACE="gdb --args" # for interactive debugging on Linux
export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive debugging in Visual Studio
export VALGRIND=memcheck # for memory checking
and retry using: make CppunitTest_sc_opencl_test
make[1]: *** [F:/4321/workdir/CppunitTest/sc_opencl_test.test] Error 1
make: *** [build] Error 2
More information about the LibreOffice
mailing list