tests/run-tests.py
changeset 42512 84aff7e20c55
parent 42428 ae3f862cbb3d
parent 42505 c1850798f995
child 42523 49998d5ba66a
--- a/tests/run-tests.py	Wed Jun 19 10:19:32 2019 -0700
+++ b/tests/run-tests.py	Fri Jun 21 23:35:04 2019 -0700
@@ -1748,7 +1748,8 @@
 
                 el = m.group(1) + b"\n"
                 if not self._iftest(conditions):
-                    retry = "retry"    # Not required by listed features
+                    # listed feature missing, should not match
+                    return "retry", False
 
         if el.endswith(b" (esc)\n"):
             if PYTHON3: