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
b6b4816d
Kaydet (Commit)
b6b4816d
authored
May 10, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: help out unusedScopedObject false positive
Change-Id: I0df7a930ff970c26fbbb03d9333108ee3cae7ad4
üst
cbf8a5c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
osl_Thread.cxx
sal/qa/osl/process/osl_Thread.cxx
+4
-4
No files found.
sal/qa/osl/process/osl_Thread.cxx
Dosyayı görüntüle @
b6b4816d
...
@@ -1523,7 +1523,7 @@ namespace osl_Thread
...
@@ -1523,7 +1523,7 @@ namespace osl_Thread
/** Test of the osl::Thread::wait method
/** Test of the osl::Thread::wait method
*/
*/
class
wait
:
public
CppUnit
::
TestFixture
class
wait
test
:
public
CppUnit
::
TestFixture
{
{
public
:
public
:
void
setUp
()
SAL_OVERRIDE
{}
void
setUp
()
SAL_OVERRIDE
{}
...
@@ -1576,10 +1576,10 @@ namespace osl_Thread
...
@@ -1576,10 +1576,10 @@ namespace osl_Thread
}
}
CPPUNIT_TEST_SUITE
(
wait
);
CPPUNIT_TEST_SUITE
(
wait
test
);
CPPUNIT_TEST
(
wait_001
);
CPPUNIT_TEST
(
wait_001
);
CPPUNIT_TEST_SUITE_END
();
CPPUNIT_TEST_SUITE_END
();
};
// class wait
};
// class wait
test
/** osl::Thread::yield method: can not design good test scenario to test up to now
/** osl::Thread::yield method: can not design good test scenario to test up to now
*/
*/
...
@@ -1728,7 +1728,7 @@ namespace osl_Thread
...
@@ -1728,7 +1728,7 @@ namespace osl_Thread
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
getPriority
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
getPriority
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
getIdentifier
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
getIdentifier
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
getCurrentIdentifier
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
getCurrentIdentifier
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
wait
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
wait
test
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
yield
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
yield
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
schedule
,
"osl_Thread"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_Thread
::
schedule
,
"osl_Thread"
);
}
// namespace osl_Thread
}
// namespace osl_Thread
...
...
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