diff tests/common-pattern.py @ 53031:e705fec4a03f stable

branching: merging with 7.0 changes Since 6.9.3 was made after 7.0rc0 we need to deal with more branching than usual.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 05 Mar 2025 23:02:19 +0100
parents c21c9ec35c5d
children
line wrap: on
line diff
--- a/tests/common-pattern.py	Wed Mar 05 22:33:11 2025 +0100
+++ b/tests/common-pattern.py	Wed Mar 05 23:02:19 2025 +0100
@@ -123,6 +123,15 @@
         br'\belapsed time:  \d+.\d{6} seconds\b',
         br'elapsed time:  *.?????? seconds (glob)',
     ),
+    # delta find debug time
+    (
+        br'(DBG-DELTAS: .* - )duration=\d+\.\d{6}\b',
+        lambda m: br'%sduration=*.?????? (glob)' % m.group(1),
+    ),
+    (
+        br'DBG-DELTAS-SEARCH:     delta-search-time=\d+.\d{6}',
+        br'DBG-DELTAS-SEARCH:     delta-search-time=* (glob)',
+    ),
 ]
 
 # Various platform error strings, keyed on a common replacement string