[med-svn] [Git][med-team/sra-sdk][master] The next test seems to suffer from the same problem
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Oct 18 07:33:47 BST 2021
Andreas Tille pushed to branch master at Debian Med / sra-sdk
Commits:
8dac48d0 by Andreas Tille at 2021-10-18T08:33:19+02:00
The next test seems to suffer from the same problem
- - - - -
1 changed file:
- debian/patches/skip_test_using_lots_of_memory.patch
Changes:
=====================================
debian/patches/skip_test_using_lots_of_memory.patch
=====================================
@@ -14,11 +14,11 @@ Description: Skip test that test needs a *lot* of memory -- at
FIXTURE_TEST_CASE ( MiltipleBuffers, Id2name_Fixture )
{ // exceed a single KDataBuffer's size limit of 2**32-1 bytes
string str1 ( 0x7fffffff, '1');
-@@ -147,6 +148,7 @@ FIXTURE_TEST_CASE ( MiltipleBuffers, Id2
- REQUIRE_RC ( Id2Name_Get ( & m_self, 2, & m_res ) );
- REQUIRE_EQ ( str2, string ( m_res ) );
+@@ -162,6 +163,7 @@ FIXTURE_TEST_CASE ( NameTooLong, Id2name
+
+ REQUIRE_RC_FAIL ( Id2Name_Add( & m_self, 1, str.c_str() ) );
}
+*/
- FIXTURE_TEST_CASE ( NameTooLong, Id2name_Fixture )
- { // reject names exceeding KDataBuffer's size limit of 2**32-1 bytes
+ //////////////////////////////////////////// Main
+ extern "C"
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/commit/8dac48d0b489b1f950ae805adc69f42f3642471a
--
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/commit/8dac48d0b489b1f950ae805adc69f42f3642471a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211018/9e1a9e1c/attachment.htm>
More information about the debian-med-commit
mailing list