sc/qa/unit/opencl-test-2.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
New commits: commit 7b6dbbcb5a42bb51b3e84b54f9950f3f43e97c97 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue May 9 12:59:29 2023 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue May 9 15:32:53 2023 +0200 CppunitTest_sc_opencl-2: re-enable test Disable in 836abd393d126cfbba6b0bd1fdda5b03095516c9 "GPU Calc: temporarily disable Kombin unit test" Change-Id: I311caae5450874c61a6bf5e40940513f614da965 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151572 Tested-by: Xisco Fauli <xiscofa...@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/qa/unit/opencl-test-2.cxx b/sc/qa/unit/opencl-test-2.cxx index e3f79293e1eb..a99808da19c4 100644 --- a/sc/qa/unit/opencl-test-2.cxx +++ b/sc/qa/unit/opencl-test-2.cxx @@ -68,7 +68,7 @@ public: void testStatisticalFormulaBinomDist(); void testStatisticalFormulaVarP(); void testMathFormulaCeil(); - // void testMathFormulaKombin(); + void testMathFormulaKombin(); void testStatisticalFormulaDevSq(); void testStatisticalFormulaStDev(); void testStatisticalFormulaSlope(); @@ -182,8 +182,7 @@ public: CPPUNIT_TEST(testStatisticalFormulaBinomDist); CPPUNIT_TEST(testStatisticalFormulaVarP); CPPUNIT_TEST(testMathFormulaCeil); - // This test fails MacOS 10.8. Disabled temporarily - // CPPUNIT_TEST(testMathFormulaKombin); + CPPUNIT_TEST(testMathFormulaKombin); CPPUNIT_TEST(testStatisticalFormulaDevSq); CPPUNIT_TEST(testStatisticalFormulaStDev); CPPUNIT_TEST(testStatisticalFormulaSlope); @@ -1177,7 +1176,6 @@ void ScOpenCLTest2::testMathFormulaProduct() } } -#if 0 //Disabled temporarily void ScOpenCLTest2::testMathFormulaKombin() { initTestEnv(u"ods/opencl/math/Kombin.ods"); @@ -1193,7 +1191,6 @@ void ScOpenCLTest2::testMathFormulaKombin() CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre, fabs(0.0001*fExcel)); } } -#endif void ScOpenCLTest2:: testArrayFormulaSumX2MY2() {