Skip to content

Commit

Permalink
internal/core/adt: comment out leak test
Browse files Browse the repository at this point in the history
The Skipf inadventently caused some tests for
correctness to be ignored.

Change-Id: I378fcaa03e8a2ba24a68a589dd264e74eb0fc4bd
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8663
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
  • Loading branch information
mpvl committed Feb 8, 2021
1 parent ae51469 commit 25ba1d9
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 65 deletions.
7 changes: 6 additions & 1 deletion cue/testdata/cycle/structural.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ b6.x.a.0: structural cycle
b7.a.0: structural cycle
c1.a.c.c: structural cycle
d1.a.b.c.d.t: structural cycle
d1.r: structural cycle
d2.r.c.d.t: structural cycle
d2.x.d.t.c.d.t: structural cycle
e1.a.c: structural cycle
Expand Down Expand Up @@ -489,6 +490,7 @@ p3.#U.#T.a.b.link: structural cycle
p5.#T.a.0.link: structural cycle
p6.#U.#T.a.0.link: structural cycle
z1.z.f.h.h: structural cycle
z1.z.g.h: structural cycle
cycle error:
./in.cue:144:10
0: structural cycle:
Expand Down Expand Up @@ -1009,7 +1011,7 @@ Result:
}
}
r: (_|_){
// [structural cycle] d1.a.b.c.d.t: structural cycle
// [structural cycle] d1.r: structural cycle
}
x: (_|_){
// [structural cycle] d1.a.b.c.d.t: structural cycle
Expand Down Expand Up @@ -1316,6 +1318,9 @@ Result:
}
g: (_|_){
// [structural cycle]
h: (_|_){
// [structural cycle] z1.z.g.h: structural cycle
}
}
}
}
Expand Down

0 comments on commit 25ba1d9

Please sign in to comment.