[med-svn] [opensurgsim] 01/04: Disable BasicThreadTest.RealTimings
Paul Novotny
paulnovo-guest at moszumanska.debian.org
Tue Oct 25 22:00:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
paulnovo-guest pushed a commit to branch master
in repository opensurgsim.
commit d06aba123f324400e2521a9699a8d29f908280b1
Author: Paul Novotny <paul at paulnovo.us>
Date: Mon Oct 24 16:59:40 2016 -0400
Disable BasicThreadTest.RealTimings
Causing issues on alpha, and probably doesn't test much.
---
debian/patches/disable-sensitive-tests.patch | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/patches/disable-sensitive-tests.patch b/debian/patches/disable-sensitive-tests.patch
index e808cea..326dcf8 100644
--- a/debian/patches/disable-sensitive-tests.patch
+++ b/debian/patches/disable-sensitive-tests.patch
@@ -1,8 +1,8 @@
Description: Disables two sensitive unit tests
A couple of unit tests fail sporatically due to being overly sensitive, and
- probably not giving useful information. This disables the two tests.
+ probably not giving useful information. This disables the three tests.
Author: Paul Novotny <paul at paulnovo.us>
-Last-Update: 2015-11-17
+Last-Update: 2016-10-24
--- a/SurgSim/Framework/UnitTests/BasicThreadTests.cpp
+++ b/SurgSim/Framework/UnitTests/BasicThreadTests.cpp
@@ -15,6 +15,15 @@ Last-Update: 2015-11-17
{
MockThread m(100000000);
int previousCount = m.count;
+@@ -270,7 +270,7 @@
+ m.stop();
+ }
+
+-TEST(BasicThreadTest, RealTimings)
++TEST(BasicThreadTest, DISABLED_RealTimings)
+ {
+ MockThread m;
+ m.start(nullptr);
--- a/SurgSim/Framework/UnitTests/TimerTest.cpp
+++ b/SurgSim/Framework/UnitTests/TimerTest.cpp
@@ -59,7 +59,7 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/opensurgsim.git
More information about the debian-med-commit
mailing list