aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pulseview/remove-broken-testcases.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pulseview/remove-broken-testcases.patch')
-rw-r--r--testing/pulseview/remove-broken-testcases.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/pulseview/remove-broken-testcases.patch b/testing/pulseview/remove-broken-testcases.patch
new file mode 100644
index 00000000000..1f696e7785d
--- /dev/null
+++ b/testing/pulseview/remove-broken-testcases.patch
@@ -0,0 +1,11 @@
+--- a/test/util.cpp
++++ b/test/util.cpp
+@@ -217,8 +217,6 @@
+ BOOST_CHECK_EQUAL(fmt(ts( -100), 0), "-1:40");
+ BOOST_CHECK_EQUAL(fmt(ts( 4000), 0), "+1:06:40");
+ BOOST_CHECK_EQUAL(fmt(ts(-4000), 0), "-1:06:40");
+- BOOST_CHECK_EQUAL(fmt(ts(12000), 0), "+3:20:00");
+- BOOST_CHECK_EQUAL(fmt(ts(15000), 0), "+4:10:00");
+ BOOST_CHECK_EQUAL(fmt(ts(20000), 0), "+5:33:20");
+ BOOST_CHECK_EQUAL(fmt(ts(25000), 0), "+6:56:40");
+