branching: merge default branch in stable to prepare 8.5.0 release stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 11 Apr 2019 22:13:55 +0200
branchstable
changeset 4507 de9089514833
parent 4486 099e0ca8285e (diff)
parent 4498 99dbe605fda5 (current diff)
child 4508 fce8f5ca10d8
branching: merge default branch in stable to prepare 8.5.0 release The release is not fully ready, but the merging is non-trivial.
tests/test-evolve-content-divergence-meta.t
tests/test-stabilize-result.t
tests/test-unstable.t
--- a/tests/test-topic.t	Wed Apr 10 21:03:56 2019 +0200
+++ b/tests/test-topic.t	Thu Apr 11 22:13:55 2019 +0200
@@ -860,10 +860,6 @@
   3: featureA
   $ tlog 'featureA#topic[0]'
   3: featureA
-  $ tlog 'featureA#topic[:]'
-  1: featureA
-  2: featureA
-  3: featureA
 
   $ tlog '2#t[-2]'
   $ tlog '2#t[-1]'
@@ -873,10 +869,6 @@
   $ tlog '2#t[1]'
   3: featureA
   $ tlog '2#t[2]'
-  $ tlog '2#t[-1:1]'
-  1: featureA
-  2: featureA
-  3: featureA
 
 stack subscript relation
 
@@ -906,28 +898,6 @@
 
   $ tlog 'featureA#s[0]'
   0: 
-  $ tlog 'featureA#s[0:0]'
-  0: 
-  $ tlog 'featureA#s[:]'
-  1: featureA
-  2: featureA
-  3: featureA
-  $ tlog 'featureA#s[2:]'
-  2: featureA
-  3: featureA
-  $ tlog 'featureA#s[:2]'
-  1: featureA
-  2: featureA
-  $ tlog 'featureA#s[0:1]'
-  0: 
-  1: featureA
-  $ tlog 'featureA#s[-1:0]'
-  0: 
-  3: featureA
-  $ tlog 'featureA#s[-3:3]'
-  1: featureA
-  2: featureA
-  3: featureA
   $ tlog 'featureA#s[1] and featureA#s[-3]'
   1: featureA
   $ tlog 'featureA#s[2] and featureA#s[-2]'