Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
836abd39
Kaydet (Commit)
836abd39
authored
Ara 22, 2013
tarafından
I-Jui (Ray) Sung
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
GPU Calc: temporarily disable Kombin unit test
Change-Id: I08d615e6b53781b5dd9e992204093bdd4901f852
üst
b0a9c3c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
opencl-test.cxx
sc/qa/unit/opencl-test.cxx
+4
-1
No files found.
sc/qa/unit/opencl-test.cxx
Dosyayı görüntüle @
836abd39
...
...
@@ -435,7 +435,8 @@ public:
CPPUNIT_TEST(testStatisticalFormulaBinomDist);
CPPUNIT_TEST(testStatisticalFormulaVarP);
CPPUNIT_TEST(testMathFormulaCeil);
CPPUNIT_TEST
(
testMathFormulaKombin
);
// This test fails MacOS 10.8. Disabled temporarily
// CPPUNIT_TEST(testMathFormulaKombin);
CPPUNIT_TEST(testStatisticalFormulaDevSq);
CPPUNIT_TEST(testStatisticalFormulaStDev);
CPPUNIT_TEST(testStatisticalFormulaSlope);
...
...
@@ -4713,6 +4714,7 @@ void ScOpenclTest::testMathFormulaProduct()
xDocShRes->DoClose();
}
//[AMLOEXT-194]
#if 0 //Disabled temporarily
void ScOpenclTest::testMathFormulaKombin()
{
if (!detectOpenCLDevice())
...
...
@@ -4735,6 +4737,7 @@ void ScOpenclTest::testMathFormulaKombin()
xDocSh->DoClose();
xDocShRes->DoClose();
}
#endif
//[AMLOEXT-198]
void ScOpenclTest:: testArrayFormulaSumX2MY2()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment