[med-svn] [Git][med-team/pbcopper][master] 4 commits: Skip test relying on clock setting
Andreas Tille
gitlab at salsa.debian.org
Wed Apr 17 07:40:36 BST 2019
Andreas Tille pushed to branch master at Debian Med / pbcopper
Commits:
deaec22f by Andreas Tille at 2019-04-17T06:04:28Z
Skip test relying on clock setting
- - - - -
7f943a18 by Andreas Tille at 2019-04-17T06:20:40Z
Add myself to Uploaders
- - - - -
07dab08c by Andreas Tille at 2019-04-17T06:21:13Z
Standards-Version: 4.3.0
- - - - -
1105b181 by Andreas Tille at 2019-04-17T06:24:43Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/skip_test_relying_on_clock.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+pbcopper (0.4.1+dfsg-3) unstable; urgency=medium
+
+ [ Afif Elghraoui ]
+ * Remove myself from Uploaders
+
+ [ Andreas Tille ]
+ * Skip test relying on clock setting (Thanks for the patch to
+ Santiago Vila <sanvila at debian.org>)
+ Closes: #927239
+ * Add myself to Uploaders
+ * Standards-Version: 4.3.0
+
+ -- Andreas Tille <tille at debian.org> Wed, 17 Apr 2019 08:21:34 +0200
+
pbcopper (0.4.1+dfsg-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,12 +1,13 @@
Source: pbcopper
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-exec,
cmake,
libboost-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/pbcopper
Vcs-Git: https://salsa.debian.org/med-team/pbcopper.git
Homepage: https://github.com/PacificBiosciences/pbcopper
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
git-version.patch
+skip_test_relying_on_clock.patch
=====================================
debian/patches/skip_test_relying_on_clock.patch
=====================================
@@ -0,0 +1,29 @@
+From: Santiago Vila <sanvila at debian.org>
+Date: Tue, 16 Apr 2019 18:18:14 +0000
+Bug-Debian: https://bugs.debian.org/927239
+Description: Prevent random build failures due to different clock settings
+
+--- a/tests/src/utility/test_Stopwatch.cpp
++++ b/tests/src/utility/test_Stopwatch.cpp
+@@ -56,12 +56,12 @@ TEST(Utility_Stopwatch, determines_elaps
+ ASSERT_LE(elapsed, 30000);
+ }
+
+-TEST(Utility_Stopwatch, determines_elapsed_time_since_reset)
+-{
+- Stopwatch s;
+- std::this_thread::sleep_for(std::chrono::milliseconds(3));
+- s.Reset();
+- std::this_thread::sleep_for(std::chrono::milliseconds(3));
+- auto elapsed = s.ElapsedMilliseconds();
+- ASSERT_FLOAT_EQ(3, elapsed);
+-}
++// TEST(Utility_Stopwatch, determines_elapsed_time_since_reset)
++// {
++// Stopwatch s;
++// std::this_thread::sleep_for(std::chrono::milliseconds(3));
++// s.Reset();
++// std::this_thread::sleep_for(std::chrono::milliseconds(3));
++// auto elapsed = s.ElapsedMilliseconds();
++// ASSERT_FLOAT_EQ(3, elapsed);
++// }
View it on GitLab: https://salsa.debian.org/med-team/pbcopper/compare/dac794690c869b2355fb70a4f397a550cd0063ac...1105b1810f8883753ef2f0a2e036890d1ae9d259
--
View it on GitLab: https://salsa.debian.org/med-team/pbcopper/compare/dac794690c869b2355fb70a4f397a550cd0063ac...1105b1810f8883753ef2f0a2e036890d1ae9d259
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/20190417/1cde3f42/attachment-0001.html>
More information about the debian-med-commit
mailing list