tests/test-debugcommands.t
changeset 40365 4f37af86d5d5
parent 40263 8cf459d8b111
child 40891 e646fda7be2e
--- a/tests/test-debugcommands.t	Thu Oct 18 11:24:20 2018 -0400
+++ b/tests/test-debugcommands.t	Thu Oct 18 10:11:08 2018 -0700
@@ -176,7 +176,12 @@
 
 debugdelta chain basic output
 
-#if reporevlogstore
+#if reporevlogstore pure
+  $ hg debugindexstats
+  abort: debugindexstats only works with native code
+  [255]
+#endif
+#if reporevlogstore no-pure
   $ hg debugindexstats
   node trie capacity: 4
   node trie count: 2
@@ -186,7 +191,9 @@
   node trie misses: 1
   node trie splits: 1
   revs in memory: 3
+#endif
 
+#if reporevlogstore no-pure
   $ hg debugdeltachain -m
       rev  chain# chainlen     prev   delta       size    rawsize  chainsize     ratio   lindist extradist extraratio
         0       1        1       -1    base         44         43         44   1.02326        44         0    0.00000