Commit 34e3f559 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ff07d5bf
...@@ -1466,25 +1466,25 @@ func TestΔBTail(t *testing.T) { ...@@ -1466,25 +1466,25 @@ func TestΔBTail(t *testing.T) {
// "T/T/T/B1:a,2:b", // "T/T/T/B1:a,2:b",
// "T/T/B1:a", // "T/T/B1:a",
// found by AllStructs (trackIdx2 wrongly computed due to top // ---- found by AllStructs ----
// not being tracked to tree root)
// trackIdx2 wrongly computed due to top not being tracked to tree root
"T2/T1-T/B0:g-B1:b-T/B2:b,3:a", "T2/T1-T/B0:g-B1:b-T/B2:b,3:a",
"T2/T1-T/T-T-B2:a/B0:c-B1:g", "T2/T1-T/T-T-B2:a/B0:c-B1:g",
// found by AllStructs (unchanged node is reparented) // unchanged node is reparented
"T1/B0:c-B1:f", "T1/B0:c-B1:f",
"T1/T-T/B0:c-T/B1:h", "T1/T-T/B0:c-T/B1:h",
// found by AllStructs (SIGSEGV in ApplyΔ) // SIGSEGV in ApplyΔ
"T1/T-T2/T-B1:c-B2:c/B0:g", "T1/T-T2/T-B1:c-B2:c/B0:g",
"T1/T-T/B0:g-T/B1:e", "T1/T-T/B0:g-T/B1:e",
// found by AllStructs (trackIdx corruption: oid is pointerd by // trackIdx corruption: oid is pointed by some .parent but is not present
// some .parent bu is not present)
"T1/T-T/B0:g-T2/B1:h-B2:g", "T1/T-T/B0:g-T2/B1:h-B2:g",
"T/T1/T-T2/B0:e-B1:f-B2:g", "T/T1/T-T2/B0:e-B1:f-B2:g",
// found by AllStructs (union: node is reachable from multiple parents) // union: node is reachable from multiple parents
"T4/T1-T/T-T2-B4:c/T-T-T/B0:f-B1:h-B2:g,3:b", "T4/T1-T/T-T2-B4:c/T-T-T/B0:f-B1:h-B2:g,3:b",
"T1/T-T/T-T2/T-T-T/B0:f-B1:h-B2:f", "T1/T-T/T-T2/T-T-T/B0:f-B1:h-B2:f",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment